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: 

Custom tab not reflecting in ME21n,ME22n

Former Member
0 Kudos

Hi friends,

I am working in one requirement ,to Include one custom tab in ME21n/22n/23n (header level) ,in that tab i need to add some three custom fields YYAA1, YYAA2, YYAA3 .For this development i have used ME_GUI_PO_CUST and ME_PROCESS_PO_CUST. in method SUBSCRIBE of ME_GUI_PO_CUST i have written the code which is same as example code for that method .

And also I have created all relevant function module as per the sample code ,for remaining methods.

and for BAPI ME_PROCESS_PO_CUST in method INITIALIZE i have written following code which is also same as it's example code.

METHOD IF_EX_ME_PROCESS_PO_CUST~INITIALIZE.

CALL FUNCTION 'ZMEPOBADIHE_INIT'.

ENDMETHOD.

Now my problem is

1.Custom tab its not getting displayed in ME21n & ME22n but it getting displayed in ME23n.

Could any one help on this ?

Thanks in advance,

Regards,

Ram.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi friends,

I am working in one requirement ,to Include one custom tab in ME21n/22n/23n (header level) ,in that tab i need to add some three custom fields YYAA1, YYAA2, YYAA3 .For this development i have used ME_GUI_PO_CUST and ME_PROCESS_PO_CUST. in method SUBSCRIBE of ME_GUI_PO_CUST i have written the code which is same as example code for that method .

And also I have created all relevant function module as per the sample code ,for remaining methods.

and for BAPI ME_PROCESS_PO_CUST in method INITIALIZE i have written following code which is also same as it's example code.

METHOD IF_EX_ME_PROCESS_PO_CUST~INITIALIZE.

CALL FUNCTION 'ZMEPOBADIHE_INIT'.

ENDMETHOD.

Now my problem is

1.Custom tab its not getting displayed in ME21n & ME22n but it getting displayed in ME23n.

Could any one help on this ?

Hi,

If you want to have custom tab in ME21N/ ME22n/ ME23N. for that you need to find some user exit in that you need to have screen exit. There you can design the screen and it will come automatically.

Use this Enhancement you can able to create custom tab

Enhancemenet : MM06E005.

If you have anything let me know

Regards

Thiru

5 REPLIES 5

Former Member
0 Kudos

Hi friends,

I am working in one requirement ,to Include one custom tab in ME21n/22n/23n (header level) ,in that tab i need to add some three custom fields YYAA1, YYAA2, YYAA3 .For this development i have used ME_GUI_PO_CUST and ME_PROCESS_PO_CUST. in method SUBSCRIBE of ME_GUI_PO_CUST i have written the code which is same as example code for that method .

And also I have created all relevant function module as per the sample code ,for remaining methods.

and for BAPI ME_PROCESS_PO_CUST in method INITIALIZE i have written following code which is also same as it's example code.

METHOD IF_EX_ME_PROCESS_PO_CUST~INITIALIZE.

CALL FUNCTION 'ZMEPOBADIHE_INIT'.

ENDMETHOD.

Now my problem is

1.Custom tab its not getting displayed in ME21n & ME22n but it getting displayed in ME23n.

Could any one help on this ?

Hi,

If you want to have custom tab in ME21N/ ME22n/ ME23N. for that you need to find some user exit in that you need to have screen exit. There you can design the screen and it will come automatically.

Use this Enhancement you can able to create custom tab

Enhancemenet : MM06E005.

If you have anything let me know

Regards

Thiru

Former Member
0 Kudos

Hi,

If you want to have custom tab in ME21N/ ME22n/ ME23N. for that you need to find some user exit in that you need to have screen exit. There you can design the screen and it will come automatically.

Use this Enhancement you can able to create custom tab

Enhancemenet : MM06E005.

If you have anything let me know

Regards

Thiru

0 Kudos

Hi Thiru,

I know the user-exit ME06E005 and its details ,but client want to implement the custom screen using BADI.If you any details regarding above query by using BADI forward to me.

User-Exit details.

1. Extend the structures CI_EKKODB, CI_EKPODB as per your reqmt.

2. Screen enhancement: SAPMM06E 0111 CUSTSCR1 0111 for adding tab in Header.

Screen enhancement: SAPMM06E 0211 CUSTSCR1 0211 for adding tab in item.

3. Function exits: EXIT_SAPMM06E_006, EXIT_SAPMM06E_007 for PBO and PAI for Header. EXIT_SAPMM06E_016, EXIT_SAPMM06E_017 for Item level.

Thanks in advance,

Regards,

Ram.

Former Member
0 Kudos

SOLVED

0 Kudos

Hello Rajaram,

Can you let me know how your problem got solved. I am also facing the same issue.

Regards,

Mani