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

User exit/Badi for update Import procedure while create/change PO

sri6666
Active Participant
0 Kudos
732

Hi Experts,

looking for Exit/Badi to update Import procedure while create PO.

For Import procedure in PO

line item ->Import tab -> Origin/Destination/Business Tab->Business section.

I tried lot of exits but its not Triggered/updated EIPO table which having EXPRF i.e Import procedure.

Thanks,

Vasu Kayala

2 REPLIES 2
Read only

ClausB
Active Participant
565

What is your question? How you can find a Exit/Badi

Try this steps:

  1. Go to SE 24 transaction, type CL_EXITHANDLER and then click on display.
  2. Double click on GET_INSTANCE method.
  3. Put a break-point on class method CL_EXITHANDLER=>GET_CLASS_NAME_BY_INTERFACE.
  4. Run your transaction

For more information, look in this community wiki

https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=133758980

Read only

sri6666
Active Participant
0 Kudos
565

i know how to find , but i didn't find any exit/badi to update import procedure in PO line item level

Thanks,