‎2008 Apr 04 10:06 AM
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.
‎2008 Apr 04 10:16 AM
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
‎2008 Apr 04 10:16 AM
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
‎2008 Apr 04 10:45 AM
Hi,
use BADI: ME_PROCESS_PO_CUST. METHOD: PROCESS_HEADER
Regards
Kiran