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

Error when double click to create include file by using USER EXIT

Former Member
0 Likes
1,043

I use USER EXIT MGA00001 for material master Enhancement,

but when I double click to the include ZXMG0U02 in function module EXIT_SAPLMGMU_001, the warning message shows : Program names ZX... are reserved for includes of exit function groups

...

what should I do to create the include file ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
744

Its only a warning, you can go ahead ignore the warning and create the inlcude. It will not create any problems.

Regards,

Ravi

Note - Please mark all the helpful answers

3 REPLIES 3
Read only

Former Member
0 Likes
745

Its only a warning, you can go ahead ignore the warning and create the inlcude. It will not create any problems.

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

0 Likes
744

Dear Ravikumar

but I can't still create it ....here is the message for the warning

-


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.

-


Read only

0 Likes
744

Oh~~I got it...

when the warning appeared, I just need to push Enter to create but not double click.....hehe~~

many thanks ,