SAP
C_TAW12_71 · Question #188
In a dialog program, what coding technique allows passing of all the rows of the internal ble T_BOOKING to the program named RSPGM101?
The correct answer is D. EXPORT T_BOOKING TO MEMORY ID `MYID'. SUBMIT RSPGM101. See the full explanation below for the reasoning.
Question
In a dialog program, what coding technique allows passing of all the rows of the internal ble T_BOOKING to the program named RSPGM101?
Options
- ASUBMIT RSPGM101 WITH BOOKING =T_BOOKING.
- BSET PARAMETER ID `BOK' FIELD T_BOOKING. SUBMIT RSPGM101.
- CIMPORT T_BOOKING TO MEMORY ID `MYID'. SUBMIT RSPGM101.
- DEXPORT T_BOOKING TO MEMORY ID `MYID'. SUBMIT RSPGM101.
How the community answered
(31 responses)- A6% (2)
- B16% (5)
- C3% (1)
- D74% (23)
Community Discussion
No community discussion yet for this question.