Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

INCLUDE programs

Former Member
0 Likes
2,276

Hi,

Can anyone tell me the types of INCLUDE programs available with explanation.

Regards,

Kiran

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,108

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

1 REPLY 1
Read only

Former Member
0 Likes
1,109

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