Software Development Exam  >  Software Development Notes  >  Learn and Master SAP ABAP  >  SAP ABAP - Modularization

SAP ABAP - Modularization | Learn and Master SAP ABAP - Software Development PDF Download

It is a good practice to keep your programs as self-contained and easy to read as possible. Just try to split large and complicated tasks into smaller and simpler ones by placing each task in its individual module, on which the developer can concentrate on without other distractions.

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. ABAP has made it necessary for developers to modularize, i.e. organizing the programs relatively more, than in the OOPS-based languages that have relatively more built-in modular features. Once a small, modularized section of code is complete, debugged and so on, it does not subsequently have to be returned to, and developers can then move on and focus on other issues.

ABAP programs are made up of processing blocks known as modularizing processing blocks. They are −

  • The processing blocks called from outside the program and from the ABAP run-time environment (i.e., event blocks and dialog modules).

  • Processing blocks called from ABAP programs.

Apart from the modularization with processing blocks, source code modules are used to modularize your source code through macros and include programs.

Modularization at source code level −

  • Local Macros
  • Global Include programs

Modularization through processing blocks called from ABAP programs −

  • Subroutines
  • Function modules

Modularizing a source code means placing a sequence of ABAP statements in a module. The modularized source code can be called in a program as per the requirement of the user. Source code modules enhance the readability and understandability of ABAP programs. Creating individual source code modules also prevents one from having to repeatedly write the same statements again and again that in turn makes the code easier to understand for anyone going through it for the first time.

The document SAP ABAP - Modularization | Learn and Master SAP ABAP - Software Development is a part of the Software Development Course Learn and Master SAP ABAP.
All you need of Software Development at this link: Software Development
73 videos|68 docs

Top Courses for Software Development

73 videos|68 docs
Download as PDF
Explore Courses for Software Development exam

Top Courses for Software Development

Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

pdf

,

SAP ABAP - Modularization | Learn and Master SAP ABAP - Software Development

,

Semester Notes

,

Exam

,

Important questions

,

past year papers

,

SAP ABAP - Modularization | Learn and Master SAP ABAP - Software Development

,

MCQs

,

Objective type Questions

,

SAP ABAP - Modularization | Learn and Master SAP ABAP - Software Development

,

shortcuts and tricks

,

video lectures

,

Free

,

ppt

,

Extra Questions

,

Sample Paper

,

Summary

,

Viva Questions

,

study material

,

practice quizzes

,

mock tests for examination

,

Previous Year Questions with Solutions

;