SAP Certified Development Associate – ABAP with SAP NetWeaver 7.50 — Question 7
What are the reasons to use modularization? (Choose three.)
Answer options
- A. Easier maintenance
- B. Promotes reusability
- C. Portability across DBMS
- D. Improved transparency
- E. Improved performance
Correct answer: A, B, E
Explanation
The correct answers are A, B, and E because modularization makes it easier to maintain code (A), allows for components to be reused in different contexts (B), and can lead to performance improvements (E) by optimizing specific modules. Options C and D, while beneficial in some contexts, do not directly relate to the primary reasons for using modularization.