• ABAP Online Training @ $50

    Now you can learn ABAP by watching and listening video classes by experienced consultant.

  • ABAP Tutorials N Materials

    Read, Surf and Download useful ABAP tips, tutorials, code and download many eBooks and documents free

  • Latest ABAP Job in India

    Get all latest opening for SAP ABAP and related jobs, vaccancies across India and apply for the same.

    Saturday, October 27, 2012

    Modularization Technique is not part of any logic or concept. You can say this is related to proper arrangement of code to look good and to perform well.

    If a code has couple of repeated statements, you can simply write those statements in a subroutine. And then use the name of sub routine in the main program n number of times, if required. This will reduce the redundancy of same code.

    Subroutine is nothing but a collection of code statements in a mini block. Subroutines improve the code structure and make it simple to read and understand. Subroutine can be called from any point in main program.

    Besides that, by creating include programs also you can modularise a program. Let's say, you program has couple of data statements, then select screen statements and then come the main processing part. In such case, what we can do here, just create 2 separate program via se38 one with data declaration and other with selection screen design code.

    Now in the main program, include both the program names with syntax INCLUDE. Check below.
    This is also a very good technique of modularisation.

    Follow this website for more articles on Modularisation to come.
    Easy2learnabap.co.in @ 2012 All product names on this web site are trademarks of the companies that own them .

    Easy2learnabap.co.in is not affiliated with SAP AG in any way. SAP AG is the registered trademark holder of SAP, SAP R/3, mySAP, ABAP, xApps, NetWeaver, and other proprietary terms.

    The technical information on this site is verified to the greatest extent possible, however, any information found on this site is used at the site visitor's own risk. All the tutorials are collected from various sources, if anyone is having problem with the content, report this to us. We will take action accordingly.

    Easy2learnabap.co.in reserves the right to correct any errors or omissions in any portion of this site at any time without obligation.

    This website is created to teach people about ABAP technology. The Video contents provided in Premium service are completely owned by us and copyrighted.