‎2006 Nov 24 3:28 AM
I use USER EXIT MGA00001 for material master Enhancement,
but when I double click to the include ZXMG0U02 in function module EXIT_SAPLMGMU_001, the warning message shows : Program names ZX... are reserved for includes of exit function groups
...
what should I do to create the include file ?
‎2006 Nov 24 3:29 AM
Its only a warning, you can go ahead ignore the warning and create the inlcude. It will not create any problems.
Regards,
Ravi
Note - Please mark all the helpful answers
‎2006 Nov 24 3:29 AM
Its only a warning, you can go ahead ignore the warning and create the inlcude. It will not create any problems.
Regards,
Ravi
Note - Please mark all the helpful answers
‎2006 Nov 24 3:30 AM
Dear Ravikumar
but I can't still create it ....here is the message for the warning
-
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.
-
‎2006 Nov 24 3:32 AM
Oh~~I got it...
when the warning appeared, I just need to push Enter to create but not double click.....hehe~~
many thanks ,