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

ME_GUI_PO_CUST Implementaion

ravisankara_varaprasad
Active Participant
0 Likes
604

Hi ,

I need to enhance PO Item Screen with 2 custom fields with one push button. I am able to create the custom fields for the PO Item screen using the Method SUBSCRIBE of BADI ME_GUI_PO_CUST.

But the Problem is , I could not able to handle the data flow for these 2 new fields.

As per the BADI documentation , We have the below methods to achieve this result.

TRANSPORT_FROM_MODEL

TRANSPORT_TO_DYNP

TRANSPORT_FROM_DYNP

TRANSPORT_TO_MODEL

EXECUTE

Please let me know how to handle these methods.

Thanking You.

Kind Regards,

Ravi Sankar.Z

3 REPLIES 3
Read only

Former Member
0 Likes
534

Hi Ravi,

These methods in BADI are called as interface.

Once inside SE18, you can double click on the method name. It will open a screen header on which says -> Class Builder: Display Interface....

Her you can get the "Interface Documentation"

This documentation will give u good idea abt using the methods.

Regards,

Vivek

Reward if helps.

Read only

ravisankara_varaprasad
Active Participant
0 Likes
534

Hi Vivek,

Thanks for the reply. I got the solution. We need to call the Standard PAI and PBO events i.e.EVENT_PBO and EVENT_PAI.

Now it is triggering all the methods from BADI ME_GUI_PO_CUST.

Kind Regards,

Ravi Sankar.Z

Read only

ravisankara_varaprasad
Active Participant
0 Likes
534

This Forum is very helpful to get the quick solution .