‎2006 Jul 19 9:41 AM
When i went into the user exit 'EXIT_SAPLIE01_007', i find the statement 'INCLUDE ZXQSMU06 .' But i can not create the include program 'ZXQSMU06'. it gives the message like this
-
Program names ZX... are reserved for includes of exit function groups
Message no. DS027
Diagnosis
You attempted to create a program name beginning with ZX but this name range is reserved only for includes of exit function groups (function groups containing only function exits).
If you want to create a program ZXaaabbb, note the following for program type I (Include).
1. The program is an include of the function group Xaaa:
In this case, the INCLUDE ZXaaabbb statement should not be inserted in the main program SAPLXaaa, but in the program ZXaaaZZZ .
2. The program is not an include of the function group Xaaa:
Since the syntax check for includes of this name range searches for the global data in the program LXaaaTOP (not ZXaaaTOP), you may not be able to check the include in isolation (--> check main program).
Procedure
Choose a different program name.
-
Thanks for ur advice.
‎2006 Jul 19 9:45 AM
hi,
this sometimes happens if you dont have the authorization to insert the code in the include. Talk to your basis person. he may be able to help you out.
Reward if useful.
Regards,
Madan..
‎2006 Jul 19 9:45 AM
hi,
this sometimes happens if you dont have the authorization to insert the code in the include. Talk to your basis person. he may be able to help you out.
Reward if useful.
Regards,
Madan..
‎2006 Jul 19 9:49 AM
‎2006 Jul 19 9:52 AM
hi,
this has happend to me also. i have access to 2 ides system. i can insert in 1 system but in the other i get the same msg as u get. so i think its all to do with some settings.
regards,
Madan..
‎2006 Jul 19 10:00 AM
Hi Gang Li,
there is a procedure, First Create the project in CMOD, and then assign the Enhancement, then implement the Exit.
then create the include it will work,
Regards
vijay
‎2006 Jul 19 10:08 AM
i have create a project and assign the exit to it.
And what does 'then implement the Exit' mean?
‎2006 Jul 19 10:12 AM
Hello Gang Li,
I think the message you encountered is just a warning message. Just ignore the message by pressing the enter key and you can proceed with enhancing the include program.
Regards,
Jeffrey