nerdexam
SAP

C_TAW12_731 · Question #39

You defined data reference z1 generically. Which statement would you use to access the content of the referenced variable?

The correct answer is C. Assign z1->* to <fs>. See the full explanation below for the reasoning.

Question

You defined data reference z1 generically. Which statement would you use to access the content of the referenced variable?

Options

  • AAssign (z1) to <fs>
  • BAssign z1 to <fs>
  • CAssign z1->* to <fs>
  • DGet reference of z1 into wa

How the community answered

(43 responses)
  • A
    12% (5)
  • B
    2% (1)
  • C
    79% (34)
  • D
    7% (3)

Community Discussion

No community discussion yet for this question.

Full C_TAW12_731 Practice