‎2007 Mar 28 1:59 PM
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?
‎2007 Mar 28 2:07 PM
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.
‎2007 Mar 28 2:07 PM
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.
‎2007 Mar 28 2:19 PM