CHAPTER 5MODULARIZATION

1. Explain modularization.

Modularization is the process of dividing a large block of code into small and manageable units. These units are known as modularization units. The lines of codes are grouped and executed when called. The code lines are like a microprogram that can be called from any other program.

2. What are the different types of processing blocks?

Advance business application programming (ABAP) programs are made up of processing blocks, which are modular in nature. There are two types of processing blocks in ABAP:

Processing blocks that are called from outside the program with the help of an ABAP runtime environment. ...

Get SAP® ABAP™ Questions and Answers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.