nerdexam
SAP

C_TAW12_740 · Question #76

You created the following ABAP code: DATA x TYPE REF TO DATA. DATA y TYPE REF TO OBJECT. ASSIGN x TO <fs>. ASSIGN y TO <fs>. You want to add a declaration of <fs> to the code. Which of the following…

The correct answer is B. FIELD-SYMBOLS TYPE any. C. FIELD-SYMBOLS. See the full explanation below for the reasoning.

Question

You created the following ABAP code: DATA x TYPE REF TO DATA. DATA y TYPE REF TO OBJECT. ASSIGN x TO <fs>. ASSIGN y TO <fs>. You want to add a declaration of <fs> to the code. Which of the following declarations are valid?

Options

  • AFIELD-SYMBOLS TYPE REF TO DATA.
  • BFIELD-SYMBOLS TYPE any.
  • CFIELD-SYMBOLS .
  • DFIELD-SYMBOLS TYPE REF TO ANY.

How the community answered

(32 responses)
  • A
    16% (5)
  • B
    78% (25)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full C_TAW12_740 Practice