Include Program

           Include programs are used to divide very large programs into smaller more manageable units. They also allow you to create common program components.

Syntax :
    
    Include ( Include Program name ).

Rule Of Writing Include Syntax.
  1.  The whole of an INCLUDE statement must appear on one line where it is the   only statement allowed.
  2. The include program must consist of complete statements.
Create Include Program 

Step 1 . Go To Tcode SE38 . Enter Name OF Include Program and Click create.       
             In Program Attributes Screen, Enter Title and Select Type Include 
             Program From Drop Down Menu. Click Save.


Step 2. Now Enter Source Code and Save and Activate.




Step 3. To use in Program . Write Include Syntax.



0 comments:

Post a Comment