2007 Jun 25 2:56 AM
Hi friends,
I am new to development.
Can any one send me Modularization Techiques Tutorial?
I need for both Local Modularization and Include Program.
please help me.
Regards,
vivek
2007 Jun 25 5:18 AM
Hi,
All ABAP programs are modular in structure and made up of processing blocks (see Structure of ABAP Programs). There are two kinds of processing blocks, those that are called from outside a program by the ABAP runtime system, and those that can be called by ABAP statements in ABAP programs.
Processing blocks that are called using the ABAP runtime system:
Event blocks
Dialog modules
Processing blocks that are called from ABAP programs:
Subroutines
Function modules
Methods
The processing blocks that you call from ABAP programs are called procedures.
As well as modularization in processing blocks, ABAP allows you to modularize source code by placing ABAP statements either in local macros or global include programs.
This section of the documentation describes both modularization in source code modules and in procedures. This kind of modularization makes ABAP programs easier to read and maintain, as well as avoiding redundancy, increasing the reusability of source code, and encapsulating data.
Splitting up ABAP programs into event blocks and dialog modules is designed to help the general flow of the programs.
Don't forget to reward if useful....
Hi friends,
I am new to development.
Can any one send me Modularization Techiques Tutorial?
I need for both Local Modularization and Include Program.
please help me.
Regards,
vivek
2007 Jun 25 3:05 AM
Hi Vivek,
Check with below Links
http://wiki.ittoolbox.com/index.php/What_are_Modularization_Techniques%3f
http://www.sapbrainsonline.com/FAQs/TECHNICAL/SAP_ABAP_MODULARIZATION_FAQ.html
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db970e35c111d1829f0000e829fbfe/content.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db970e35c111d1829f0000e829fbfe/content.htm
Thanks
Seshu
2007 Jun 25 5:18 AM
Hi,
All ABAP programs are modular in structure and made up of processing blocks (see Structure of ABAP Programs). There are two kinds of processing blocks, those that are called from outside a program by the ABAP runtime system, and those that can be called by ABAP statements in ABAP programs.
Processing blocks that are called using the ABAP runtime system:
Event blocks
Dialog modules
Processing blocks that are called from ABAP programs:
Subroutines
Function modules
Methods
The processing blocks that you call from ABAP programs are called procedures.
As well as modularization in processing blocks, ABAP allows you to modularize source code by placing ABAP statements either in local macros or global include programs.
This section of the documentation describes both modularization in source code modules and in procedures. This kind of modularization makes ABAP programs easier to read and maintain, as well as avoiding redundancy, increasing the reusability of source code, and encapsulating data.
Splitting up ABAP programs into event blocks and dialog modules is designed to help the general flow of the programs.
Don't forget to reward if useful....
2007 Jun 25 7:35 AM
Hi Vivek,
Check transaction ABAPDOCU in SAP for sample programs.
Also check following URL.
http://help.sap.com/saphelp_47x200/helpdata/en/c9/5472fc787f11d194c90000e8353423/frameset.htm
Award points if found useful.
Regards
Indrajit