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

about USER EXIT

Former Member
0 Likes
1,695

When i went into the user exit 'EXIT_SAPLIE01_007', i find the statement 'INCLUDE ZXQSMU06 .' But i can not create the include program 'ZXQSMU06'. it gives the message like this

-


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.

-


Thanks for ur advice.

1 ACCEPTED SOLUTION
Read only

madan_ullasa
Contributor
0 Likes
1,536

hi,

this sometimes happens if you dont have the authorization to insert the code in the include. Talk to your basis person. he may be able to help you out.

Reward if useful.

Regards,

Madan..

6 REPLIES 6
Read only

madan_ullasa
Contributor
0 Likes
1,537

hi,

this sometimes happens if you dont have the authorization to insert the code in the include. Talk to your basis person. he may be able to help you out.

Reward if useful.

Regards,

Madan..

Read only

0 Likes
1,536

Tks.

But i have SAP ALL and i am in IDES. need ur help

Read only

0 Likes
1,536

hi,

this has happend to me also. i have access to 2 ides system. i can insert in 1 system but in the other i get the same msg as u get. so i think its all to do with some settings.

regards,

Madan..

Read only

0 Likes
1,536

Hi Gang Li,

there is a procedure, First Create the project in CMOD, and then assign the Enhancement, then implement the Exit.

then create the include it will work,

Regards

vijay

Read only

0 Likes
1,536

i have create a project and assign the exit to it.

And what does 'then implement the Exit' mean?

Read only

1,536

Hello Gang Li,

I think the message you encountered is just a warning message. Just ignore the message by pressing the enter key and you can proceed with enhancing the include program.

Regards,

Jeffrey