Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

User exit creation giving problems

Former Member
0 Likes
441

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

3 REPLIES 3
Read only

Former Member
0 Likes
397

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

Read only

Former Member
0 Likes
397

hi,

if ur problem is solved pls reward points and close the thread

Read only

Former Member
0 Likes
397

Choose the different program name..

vijay