‎2007 Feb 09 7:44 PM
whats the function of macros,include programs,subroutines,function modules?
‎2007 Feb 09 7:47 PM
‎2007 Feb 09 7:47 PM
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
‎2007 Feb 09 7:57 PM
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.