nerdexam
SAP

C_TAW12_740 · Question #58

In an ABAP program you have the following code sequence: DATA var TYPE n LENGTH 1. FIELD-SYMBOLS <fs> TYPE c. ASSING var TO <fs> CASTING. Which type is used to dast the assigned memory area?

The correct answer is B. The type of var. See the full explanation below for the reasoning.

Question

In an ABAP program you have the following code sequence: DATA var TYPE n LENGTH 1. FIELD-SYMBOLS <fs> TYPE c. ASSING var TO <fs> CASTING. Which type is used to dast the assigned memory area?

Options

  • AThe default type I
  • BThe type of var
  • CThe default type STRING
  • DThe type of

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    73% (19)
  • C
    8% (2)
  • D
    15% (4)

Community Discussion

No community discussion yet for this question.

Full C_TAW12_740 Practice