cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BBP_PO_SEND_XML - Not triggered during the creation of PO

Former Member
0 Likes
253

Hi All,

We are using SRM 7.0, configuration for sending PO in the form of XML is done as suggested with the method BBP_PO_SEND_XML. The problem is, this BADI is not triggered when we save (even after order) the PO with XML option and the status is displayed as Incorrectly processed. But, when I select the Incorrectly processed output type and click on Repeat Output, the BADI is called and is processed succesfully.

Any reasons, why the BADI is not triggered during the creation or change of PO and is getting triggered only when we select the option Repeat Output? Please help me in correcting this issue.

Thanks,

Phani.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Logic inside META_PO_SEND was written in user name check. Whereas the method BBP_PO_SEND_XML is triggered with batch user. Due to this reason, custom logic is not triggered.