SAP Certified Development Associate – ABAP with SAP NetWeaver 7.50 — Question 2
What are the advantages of defining text symbols in executable programs? (Choose two.)
Answer options
- A. The text of the text symbol can be changed at runtime.
- B. They can store up to 256 characters.
- C. They facilitate multilingual functionality.
- D. They are easier to maintain than literals.
Correct answer: A, C
Explanation
The correct answer includes A, as text symbols can indeed be altered at runtime, allowing for dynamic changes. Option C is also correct because text symbols enable support for multiple languages. Options B and D are incorrect; B is false because the character limit can vary, and D is misleading as the ease of maintenance can depend on context.