‎2005 Dec 10 4:32 AM
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.
please help me
‎2005 Dec 10 4:41 AM
hi,
ZX... are reserved for includes in user exits
pls choose different name for program names
do not use X after Z for program names
Message was edited by: chandrasekhar jagarlamudi
‎2005 Dec 10 4:51 AM
hi,
if ur problem is solved pls reward points and close the thread
‎2005 Dec 10 5:52 AM