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: 

Need to add One more Custom Tab at Purchase Indent Me51n

former_member196331
Active Contributor
0 Kudos

Hi.

By using Custom Screen exit: MEREQ001 , One Custom tab was created at Me51n, Like below

I need more like this, How could i do this, Need suggesrions.

6 REPLIES 6

former_member241258
Active Participant

hi,

please follow below steps:

step1: Goto Tcode CMOD .

give Project Name : Zxxxxx

then click create buttion

step2: give short text and click on Enhancement Assignment button.

step 3: give MEREQ001 in Enhancement column and press enter.

and click button Components .

step 4: then double click on row of Screen exit SAPLMEGUI 0014 SUB0 SAPLXM02 0111

step 5: System will ask creating screen and screen text .

then create screen and give screen text in attribute tab of screen

and select screen type option is sub screen.

step 6: modify screen layout according to your requirement.

activate screen and come back to Enhancement .

save the Enhancement in CMOD and activate it

step 7: now go to Tcode ME52N or ME51N.

you can see like below

0 Kudos

Thanks for your reply, you did not understood my question,I was already implemented, I am asking one more extra tab, is it possible beside to present custom tab at item level.

former_member241258
Active Participant

hi

Enhancement has given one tab only. extra one is not possible.

you can satisfy your requirement with in that tab only.

for multiple tabs , you can use tab strips of multiple with in that tab only.

0 Kudos

Thank you.

0 Kudos

If your question has been answered please close it (see this blog).

nomssi
Active Contributor
0 Kudos

Not easy but you can create a new tab:

Follow the documented logic to implement a new customer tab in the PO item using BAdI ME_GUI_PO_CUST and ME_PROCESS_PO_CUST

  1. https://wiki.scn.sap.com/wiki/display/ABAP/Detailed+explanation+about+BADI+and+the+ways+to+find+the+...
  2. https://blogs.sap.com/2017/01/11/add-a-custom-screen-on-purchase-requisition-header-by-replacing-sta...
  3. https://blogs.sap.com/2014/06/05/create-custom-tab-at-header-in-purchase-requistion/

Thereby implement BAdI ME_PROCESS_REQ_CUST instead of ME_PROCESS_PO_CUST and apply the changes I presented in thread

JNN