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: 

how to add new tab in header in me21n

Former Member
0 Kudos
739

Hi,

Can anyone guide me as how to create a new tab in header in me21n?

Regards

Amit

1 ACCEPTED SOLUTION

former_member262988
Active Contributor
0 Kudos
98

Hi,.

Use MM06E005 Create the required custom fields using the includes CI_EKKODB and CI_EKPODB .create the screen 0111

The following two function Exits are used for adding custom fields at item level:

EXIT_SAPMM06E_016 (Export Data to Customer Sub screen for PO)

EXIT_SAPMM06E_018 (Import Data from Customer Sub screen for PO)

Thanks,

Shailaja Ainala.

7 REPLIES 7

tarangini_katta
Active Contributor
0 Kudos
98

Hi amit use the exit.

enahncement 'MM06E005'.

in thsi enhancement u have screen exits from here u can create new tab in Me21n.

Please let me know if yut are facing any problem.

Thanks

Former Member
0 Kudos
98

Hi,

U can use the following BADI's and structures CI_EKKODB, CI_EKPODB

ME_GUI_PO_CUST,

ME_PROCESS_PO_CUST

Read the BADI documentation for more clarity.

Regards,

Aswin.

Edited by: aswin on Apr 23, 2009 3:13 PM

former_member262988
Active Contributor
0 Kudos
99

Hi,.

Use MM06E005 Create the required custom fields using the includes CI_EKKODB and CI_EKPODB .create the screen 0111

The following two function Exits are used for adding custom fields at item level:

EXIT_SAPMM06E_016 (Export Data to Customer Sub screen for PO)

EXIT_SAPMM06E_018 (Import Data from Customer Sub screen for PO)

Thanks,

Shailaja Ainala.

0 Kudos
98

for header level which FM's to use to transfer data to and fro from the screens??

former_member231368
Participant
0 Kudos
98

Hi amit,

BADI: ME_PROCESS_PO_CUST - for alla header and item

User exit - MM06E005 - click on test button it will take u to function exits and screen exits.

Function exit - EXIT_SAPMM06E_012 - For all PO validations

Screen exit SAPMM06E 0101 - PO Header(ME21N)

SAPMM06E 0111 - PO Item(ME21N)

I hope u can understand...

if u have any queries u can reply me....

Thanks

Yerukala Setty

Former Member
0 Kudos
98

solved thanks

0 Kudos
98

Hi! Amit,

I was trying to implement the same user exit for my own practice as i am new to user exits.

Can u plz tell me the scenario you are implementing and fields u want to add on the subscreen.

I will be highly if u can provide me the details about the scenario.

thanks in advance,

digvijay