Monday, April 25, 2022

MODULARIZATION IN SAP ABAP

 MODULARIZATION IN SAP ABAP. 


It is a technique of  splitting larger code into smaller block of code. It is done for easy understanding, easy debugging and to decrease the code. We can achieve this in SAP using 4 concepts.

Events

Subroutines

Include programs

Function modules


No comments:

Post a Comment