Warning: DS027 Program names ZX… are reserved for includes of exit function groups [SAP]
SAP ECC 6.0
I tried to create a user-exit include code by double clicking the include name which is predefined in the user-exit function module and I got this warning message.
Message no. DS027 Program names ZX… are reserved for includes of exit function groups
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.
Don’t worry about this message and go ahead press enter and create the include. It won’t hurt anything! You need this include, you didn’t choose this name, SAP has chosen!