nerdexam
SAP

C_TAW12_70 · Question #67

In a dialog program, what coding technique allows passing of all the rows of theinternal ble T_BOOKING to the program nam ed 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 theinternal ble T_BOOKING to the program nam ed 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

(27 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    11% (3)
  • D
    81% (22)

Community Discussion

No community discussion yet for this question.

Full C_TAW12_70 Practice