SAP Message DS027 - Program names ZX... are reserved for includes of exit function groups

Diagnosis
You attempted to create a program name beginning with ZX butthis 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 forprogram type I (Include).
The program is an include of the function group Xaaa:
In this case, the INCLUDE ZXaaabbb statement should not be inserted inthe main program SAPLXaaa, but in the program ZXaaaZZZ .
The program is not an include of the function group Xaaa:
Since the syntax check for includes of this name range searches for theglobal data in the program LXaaaTOP (not ZXaaaTOP), you may not be ableto check the include in isolation (--> check main program).

Procedure
Choose a different program name.