cancel
Showing results for 
Search instead for 
Did you mean: 

PO from RFX

Former Member
0 Kudos

Hi,

I am working in Classic scenerio SRM 7.02, using PI.

While create a backend purchase order from Accepted RFx Reponse, the backend PO number generated and it transferred thr' PI.

I need to debug the Creation of PO and generation XML for the same..?

Where i need to put the break-point..is there any class which is used for the same??

Bcz some time the PO is not created and as well as XML is not generated for this PO in SRM system iteself.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Implement BADI "BBP_EBPXML_OUT_BADI " and but breakpoint in method "PURCHASEORDER".

As shown in the screen shot.

Then I think you can easily debug the problem.

Thanks

Ankit Jain

Former Member
0 Kudos

Dear Ankit,

I am transferring the data thr' PI. thanks for your response.

I found the information.

Thanks

Former Member
0 Kudos

In PI also this BADI should be triggered.

Thanks

Ankit