‎2006 Dec 12 11:00 AM
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
‎2006 Dec 12 1:14 PM
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.
‎2006 Dec 12 1:22 PM
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
‎2006 Dec 12 1:25 PM