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

User-Exit Problem

Former Member
0 Likes
646

Hi all

Currently i am working on me21n, me22n, me23n well

In Purchase order>item>Custmer data.Under customer data tab i am having the three fields.Three fileds are Tooling indicator, ref.matnr from ekpo.

If i want insert the same three fields in purchase requsition under the tab Customer data, what steps i need to follow ?? Please help me out. Three fileds are Tooling indicator, ref.matnr from eban.

Thank you.

Sidd.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
612

Hello Siddhesh,

Please check the enhancement MM06E005

go to SMOD -> enter MM06E005 -> click on components -> display

we have

EXIT_SAPMM06E_006 to EXIT_SAPMM06E_018

Calling screen No. Area Called screen No. Short Text

SAPMM06E 0101 CUSTSCR1 SAPLXM06 0101 Subscreen: PO header

<b>SAPMM06E 0111 CUSTSCR1 SAPLXM06 0111 Subscreen: PO item</b>

SAPMM06E 0201 CUSTSCR1 SAPLXM06 0201 Subscreen: agreement

we have an item level subscreen which can be customised to add fields(screen exit..i believe)

using these it may be possible to bring the required fields at the item level

Please check and revert

Regards

Byju

3 REPLIES 3
Read only

Former Member
0 Likes
613

Hello Siddhesh,

Please check the enhancement MM06E005

go to SMOD -> enter MM06E005 -> click on components -> display

we have

EXIT_SAPMM06E_006 to EXIT_SAPMM06E_018

Calling screen No. Area Called screen No. Short Text

SAPMM06E 0101 CUSTSCR1 SAPLXM06 0101 Subscreen: PO header

<b>SAPMM06E 0111 CUSTSCR1 SAPLXM06 0111 Subscreen: PO item</b>

SAPMM06E 0201 CUSTSCR1 SAPLXM06 0201 Subscreen: agreement

we have an item level subscreen which can be customised to add fields(screen exit..i believe)

using these it may be possible to bring the required fields at the item level

Please check and revert

Regards

Byju

Read only

0 Likes
612

Hi,

Just to add-on

Pls also check the BADI

Definition name ME_GUI_PO_CUST

Definition short text Customer's Own Screens in Enjoy Purchase Order

If it can serve your purpose

Rreward if helpful

Regards

Byju

Read only

0 Likes
612

Hi ,

Thank you for your reply.actually i want to add three fields under customer data tab of purchase requisition. I have done with that. thanks for your help.

In this case i have used MEREQ001 Enhancement and added the code to the 011 screen..

Thank you.

Sidd.