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)- A4% (1)
- B73% (19)
- C8% (2)
- D15% (4)
Community Discussion
No community discussion yet for this question.