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: 

activate Customer data tab using ME_PROCESS_PO_CUST

Former Member
0 Kudos

Hi all,

how to activate the exit tab using BADI ME_PROCESS_PO_CUST

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

hi,

check the sample implementation of the BADI in se24 <b>CL_EX_ME_PROCESS_PO_CUST</b>, and see how it is done in the method <b>INITIALIZE</b>.

Regards

vijay

3 REPLIES 3

former_member188685
Active Contributor
0 Kudos

hi,

check the sample implementation of the BADI in se24 <b>CL_EX_ME_PROCESS_PO_CUST</b>, and see how it is done in the method <b>INITIALIZE</b>.

Regards

vijay

0 Kudos

Hi Vijay,

There's nothing much in the program , except for 1 line coding: CALL FUNCTION 'MEPOBADIEX_INIT'.

Can you please explain more. Thanks.

ferry_lianto
Active Contributor
0 Kudos

Hi Ester,

Please check this thread. They also talked about alternative solution using user-exit MM06E005 for custom screen enhancement as well.

Hope this will help.

Regards,

Ferry Lianto