cancel
Showing results for 
Search instead for 
Did you mean: 

What is the STANDARD PROGRAM <*program name*> SCHEDULED in job to transfer

0 Kudos

While I'm creating a SC in SRM, on that time a PO has been created... What is the STANDARD PROGRAM <program name> SCHEDULED in job to transfer PO in the backend from SRM....

I'm using BBP_CREATE_BE_PO_CREATE....

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please schedule jobs for the foll programs for creation of PO in backend system once SC is created/approved in SRM:

BBP_GET_STATUS_2

CLEAN_REQREQ_UP

BR.

Disha.

jason_boggans
Active Contributor
0 Kudos

Hi,

For PO transfer the FM BBP_PROCDOC_TRANSFER is used, within form PROCDOC_TRANSFER there is a case on i_object_type, when it is c_po we call:

WHEN c_po.

*.... transfer Direct PO to execution/planning system

PERFORM transfer_po USING l_header-guid

i_targetappl_type

CHANGING l_error.

Regards,

Jason