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

cannot create include file inside a function group

Former Member
0 Likes
1,522

hello

i need 2 more inclde files but i cannot create them.I work on the machine of a client and he created 2 include files for me.Now i need two more include files but i cannot create them.i have this section in my function pool main screen

*******************************************************************

  • User-defined Include-files (if necessary). *

*******************************************************************

INCLUDE LZAPO_SAGL001O " PBO-Modules

INCLUDE LZAPO_SAGL001I " PAI-Modules

where there are some include files that where commented.I decommented them, and they appeared in the INCLUDE section of the function group,but when i try to create them i get the next error message:

Unable to create include LZAPO_SAGL001I in function group ZAPO_SAGL001

What coul be the reason.Don't i have the proper rights to create another include files?

1 ACCEPTED SOLUTION
Read only

former_member784222
Active Participant
0 Likes
697

Hi,

I was also trying similar thing today and I realised.

You can create includes with following convention:

L<functiongroup>I01 - I99 for PAI modules.

L<functiongroup>O01 - O99 for PBO modules.

L<functiongroup>F01 - F99 for any subroutines.

Please go ahead and create your includes with the following names.

Thanks and regards,

S. Chandra Mouli.

2 REPLIES 2
Read only

former_member784222
Active Participant
0 Likes
698

Hi,

I was also trying similar thing today and I realised.

You can create includes with following convention:

L<functiongroup>I01 - I99 for PAI modules.

L<functiongroup>O01 - O99 for PBO modules.

L<functiongroup>F01 - F99 for any subroutines.

Please go ahead and create your includes with the following names.

Thanks and regards,

S. Chandra Mouli.

Read only

0 Likes
697

hello

i did it,thanks a lot for the quick answer.

byeee