Google News
logo
SAP ABAP - Interview Questions
Why do we use logical blocks in ABAP program?
In SAP ABAP environment, modularization involves the organization of programs into modular units, also known as logical blocks. It reduces redundancy and increases program readability even as you are creating it and subsequently during the maintenance cycle. Modularization also enables reusability of the same code again.
Advertisement