SAP C_TAW12_740 - SAP Certified Development Associate- ABAP with SAP NetWeaver 7.40 Exam
Page: 2 / 24
Total 120 questions
Question #6 (Topic: )
Compared to a predefined ABAP type what additional properties can be assigned to a
domain? (Choose three)
domain? (Choose three)
A. Fixed values
B. Conversion exits
C. Value tables
D. Parameter IDs
E. Search helps
Answer: A,B,C
Question #7 (Topic: )
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?
1. FIELD-SYMBOLS <fs> TYPE c. ASSING var TO <fs> CASTING. Which type is used to
dast the assigned memory area?
A. The default type I
B. The type of var
C. The default type STRING
D. The type of
Answer: B
Question #8 (Topic: )
Before you can add programming logic to your ABAP program that checks automations,
which of the following do you have to create?
which of the following do you have to create?
A. An authorization profile
B. An authorization role
C. An authorization field
D. An authorization object
Answer: D
Question #9 (Topic: )
Which of the following statement can you use to set up checkpoints in an ABAP program?
A. ASSERT
B. BREAK
C. CHECK
D. BREAK-POINT
E. LOG-POINT
Answer: A,D,E
Question #10 (Topic: )
When would you call the RFC function module synchronously?
A. During interactive communication
B. During two-way communication
C. During queue processing
D. During unidirectional communication
Answer: A,B