cancel
Showing results for 
Search instead for 
Did you mean: 

How data is passed from srm portal to backend( ECC) when PO is created

Former Member
0 Kudos

we have a requirement to add a field in sourcing cockpit screen and we have to pass this field information along with the other data to backend to create purchase order, so how data is passed from portal to backend.

IS there any standard BADI or Function module.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

SRM uses the function BBP_PO_INBOUND in backend to create a PO. Hope this helps.

Regards

Kathirvel

Former Member
0 Kudos

Thanks for response

How the data from Shopping cart in carry out sourcing is passed to ERP when we create a PO in ERP thru this.

We need to add a new custom field which should also be transferred apart from standard data

Former Member
0 Kudos

The following BADI's can be used based on the technical scenario:

BBP_CREATE_BE_PO_NEW
BBP_ECS_PO_OUT_BADI

The data is passed to the backend through the RFC call. You have to debug the program to get the details. You can add a break point in function META_BAPI_DISPATCH and continue with yoru debugging.

Regards

Kathirvel