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

call of BAPI_PO_CREATE in SRM while creating SC

Former Member
0 Likes
359

Dear Experts,

I am missing the call of BAPI_PO_CREATE1 while I am creating a shopping card.

I have checked the table "BBP_FUNCTION_MAP", according to my system type "ERP_2.0"

is for object BUS2012 this method responsible.

CreateFromData1 ERP_2.0 CL_BBP_BS_ADAPTER_PO_CRT_ERP10

But regret to say while debugging (I have set a breakpoint in FM META_BAPI_DISPATCH)

all what is visible as follows.

B45A_SOURCEDETERMIN_GETSOS Object BUS6025

B45A_SOURCEDETERMIN_GETSOS Object BUS6025

B31I_CORE_AVAILABLE Object CORE

B46B_TAX_CALCULATE_DOC Object TAX

B31I_ACC_PURCHASE_REQUI_CHECK Object BUS6009

B45A_SOURCEDETERMIN_GETSOS Object BUS6025

B45A_SOURCEDETERMIN_GETSOS Object BUS6025

In the backend an order will be created, but on the SRM side is no call of

BAPI_PO_CREATE. What is wrong with my settings, I am missing the Object for Order BUS2012.

Kind Regards

Marco

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

resolved

Former Member
0 Likes

'BAPI_PO_CREATE1' is called in the adapter class CL_BBP_BS_ADAPTER_PO_CRT_ERP10 method CREATE_DOCUMENT. You could try to set a breakpoint there. However the call might be in update task or background, so the debugging might not work.

Former Member
0 Likes

this not correct because i have found out the error.

The SC must be on hold and then you use FM BBP_REQREQ_TRANSFER.

Regards

MArco