nerdexam
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)
  • A
    6% (2)
  • B
    16% (5)
  • C
    3% (1)
  • D
    74% (23)

Community Discussion

No community discussion yet for this question.

Full C_TAW12_71 Practice