Application Development 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: 

program for enhancement

Former Member
0 Kudos

im doing enhancement MM06E003 for ME21 Tcode.

function module EXIT_SAPMM06E_001 has include ZXM06U17.when i want to write code in ZXM06U17 it's displaying message as 'program names ZX.... are reserved for includes of exit function groups'.how can i write code in ZX.... .please suggest.

1 ACCEPTED SOLUTION

former_member589029
Active Contributor
0 Kudos

This is just a warning message and is supposed to prevent the user to accidentially name an include ZX.... because this include might then create a conflict when you try to implement a user exit that uses the same ZX.... include name.

But in your case you are using the 'right' way to create that include (from within the user exit) hence you are supposed to create include ZX.... Just confirm the warning message (because you are creating an include for an exit function group) and you will be able to proceed and the include is created for you.

Hope that clarifies it,

Michael

2 REPLIES 2

former_member589029
Active Contributor
0 Kudos

This is just a warning message and is supposed to prevent the user to accidentially name an include ZX.... because this include might then create a conflict when you try to implement a user exit that uses the same ZX.... include name.

But in your case you are using the 'right' way to create that include (from within the user exit) hence you are supposed to create include ZX.... Just confirm the warning message (because you are creating an include for an exit function group) and you will be able to proceed and the include is created for you.

Hope that clarifies it,

Michael

0 Kudos

Just press enter when you get warning message and write coding ....

ashok...