Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

modularization

Former Member
0 Likes
374

whats the function of macros,include programs,subroutines,function modules?

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
350

Your subject line has answered your question. Interesting

Regards,

Rich Heilman

Read only

amit_khare
Active Contributor
0 Likes
350

Hi,

Check this link from Page 441.

<a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCABA/BCABA.pdf">Modularization.</a>

Regards,

Amit

Read only

Chaitanyat
Participant
0 Likes
350

Hi Darsh,

as the very title of the thread signifies all of them help in modulizing the code. The modularization of ABAP programs in event blocks and dialog modules serves for general execution of ABAP programs while modularization in procedures and source code modules serves for improving the readability and maintainability of ABAP programs, prevention of redundancies, reusability of functions, and the encapsulation of data. Refer to the following link for further help.

http://help.sap.com/saphelp_erp2005vp/helpdata/en/9f/db970e35c111d1829f0000e829fbfe/frameset.htm

regards,

chaitanya. BS.

reward points to all helpful answers.