nerdexam
SAP

C_TAW12_71 · Question #379

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

(24 responses)
  • A
    13% (3)
  • B
    4% (1)
  • C
    79% (19)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full C_TAW12_71 Practice