cancel
Showing results for 
Search instead for 
Did you mean: 

SRM7.0, ext.classic -> Which function is used to create PO in SRM?

Former Member
0 Kudos

Hello,

does someone of you know, which function will be used to create a PO in SRM out of a SC in an extended classic scenario?

How can the creation of the SRM PO be debugged?

Kind regards,

Thomas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Thomas,

Function Module BBP_REQREQ_TRANSFER converts the SC to a PO in SRM.

Once your SC is approved, the approval workflow will have the status set released and this will trigger BBP_REQREQ_TRANSFER.

Regards,

Nikhil

Answers (1)

Answers (1)

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

Local PO creation occurs in BBP_PD_PO_CREATE. However, this process occurs in background and if you set an external breakpoint while ordering the cart, it won't stop.

You can create a cart in held status, take its header GUID, set a BP at BBP_PD_PO_CREATE and execute BBP_PD_SC_TRANSFER to transfer the cart, providing the header cart GUID.

Regards,

Ricardo