‎2007 Dec 11 2:52 PM
Hi,
Can anyone tell me the types of INCLUDE programs available with explanation.
Regards,
Kiran
‎2007 Dec 11 2:53 PM
Hi Kiran,
There are 5 types of INCLUDE programs.
The main program, SAPL<fgrp>, merely contains INCLUDE statements for the following include programs :
a. TOP Include
Include Program L<fgrp>TOP contains the FUNCTION-POOL statement and the global declarations.
b. U Includes
Include program L<fgrp>UXX contains additional INCLUDE statements for the include program L<fgrp>U01, L<fgrp>U02 These contain the actual function modules.
c. F Includes
The include programs L<fgrp>F01, L<fgrp>F02 can be used to define subroutines that all the function modules can access through an internal call.
d. O Includes
The include program L<fgrp>O01, L<fgrp>O02 can be used to define PBO modules (OUTPUT) for the screens in the function group.
e. I includes
The include program L<fgrp>I01, L<fgrp>I02 can be used to define PAI modules (INPUT) for the screens in the function group
Reward if useful
Regards,
Chandru
‎2007 Dec 11 2:53 PM
Hi Kiran,
There are 5 types of INCLUDE programs.
The main program, SAPL<fgrp>, merely contains INCLUDE statements for the following include programs :
a. TOP Include
Include Program L<fgrp>TOP contains the FUNCTION-POOL statement and the global declarations.
b. U Includes
Include program L<fgrp>UXX contains additional INCLUDE statements for the include program L<fgrp>U01, L<fgrp>U02 These contain the actual function modules.
c. F Includes
The include programs L<fgrp>F01, L<fgrp>F02 can be used to define subroutines that all the function modules can access through an internal call.
d. O Includes
The include program L<fgrp>O01, L<fgrp>O02 can be used to define PBO modules (OUTPUT) for the screens in the function group.
e. I includes
The include program L<fgrp>I01, L<fgrp>I02 can be used to define PAI modules (INPUT) for the screens in the function group
Reward if useful
Regards,
Chandru