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

program for enhancement

Former Member
0 Likes
771

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
Read only

Former Member
0 Likes
663

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
Read only

Former Member
0 Likes
664

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

Read only

0 Likes
663

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

ashok...