cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug BADI BBP_SAPXML1_OUT_BADI during PO Creation and change

Former Member
0 Kudos

Hi All,

I have a scenario in which i need to send some additional fields with the PO data to the XI via PROXY .

To do this i have enhanced the proxy structure with additional fields and For mapping these fields, I created an implementation of method PURCHASEORDER of BAdI BBP_SAPXML1_OUT_BADI with filter PO ( Purchase orders ).

But this implementation is not getting processed.

Whenever Po is created the XI will receive the data but the additional fields are not available in XI.

To check the code i need to debug the badi implementation .

Can anybody please tell me why this badi is not triggered and how to debug the badi code.

Its urgebt .

Thanks in Advance.

Regards,

Naresh

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Naresh,

Go to your BADI Implementation set infinite loop in the method. Run the transaction SPPFP & set Promotion status to 0 & Processing Type as MET & execute it, Select the PO you want to debug & press F8. Goto sm50 to debug the BADI.

Thanks