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

tab screen

Former Member
0 Likes
384

Hi all,

I need to create a tab-screen in ME21N transaction for header details. it should have a date field. i.e. the screen should be one among header details tabscrren. how shall i do this. plz help me.

Thanks and regards,

subbu.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
366

Hi,

U can use the BADI: ME_GUI_PO_CUST and implement this badi using SE19 tcode.

For better understanding see the docu and default code see the class:CL_EXM_IM_ME_GUI_PO_CUST.

U need to implement the 'subscribe ' and 'map_dynpro_fields' methods.

If it is helpful rewards points

Regards

Pratap.M

2 REPLIES 2
Read only

Former Member
0 Likes
367

Hi,

U can use the BADI: ME_GUI_PO_CUST and implement this badi using SE19 tcode.

For better understanding see the docu and default code see the class:CL_EXM_IM_ME_GUI_PO_CUST.

U need to implement the 'subscribe ' and 'map_dynpro_fields' methods.

If it is helpful rewards points

Regards

Pratap.M

Read only

Former Member
0 Likes
366

Hi,

use BADI: ME_PROCESS_PO_CUST. METHOD: PROCESS_HEADER

Regards

Kiran