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

Regarding User Exit

Former Member
0 Likes
958

Hello Gurus,

I want to use the user exit EXIT_SAPL2012_003 for BAPI_PO_CREATE1 but when I open the function module and double-clicked on the include ZXMEWU10, I got the following message:

<i><b>Program names ZX... are reserved for includes of exit function groups</b></i>

How do I go about this?

Thanks,

Jeffrey

1 ACCEPTED SOLUTION
Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
841

Hi,

Its just a warning message nothing to do with it.

Just press enter and proceed.

Do the coding u want in the include...

Cheers,

Simha.

7 REPLIES 7
Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
842

Hi,

Its just a warning message nothing to do with it.

Just press enter and proceed.

Do the coding u want in the include...

Cheers,

Simha.

Read only

Former Member
0 Likes
841

Hello Simha,

Thank you so much. I didn't realized it! Because in I used to do user exits in 4.6C. And I don't encounter such warning message like what I mentioned.

Regards,

Jeffrey

Read only

Former Member
0 Likes
841

It should be only be a warning message, you can continue creating the include and coding with in that.

Regards,

Ravi

Read only

Former Member
0 Likes
841

This is a warning message included by SAP to warn you before you try to create other ZX* programs that are not user-exits. You should be able to hit enter and proceed to the code.

Sudha

Read only

Former Member
0 Likes
841

It is Just warning Message,Press Enter and proceed

Read only

Former Member
0 Likes
841

Hi Jeffrey,

Basically for USEREXIT, SAP have created these includes (ZX..) in customer namespace.

Its only a warning message. Press enter and it will take you to include program where you can add your code.

Best Regards,

Dilip

Read only

Former Member
0 Likes
841

Hi,

Just press enter after the warning message and double click on the include, it will ask to create the include. You can proceed to create teh include in your package and proceed with further coding.

This message occurs when the include is not created.

Regards.

Lavanya