on 2011 Jun 08 2:59 PM
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
Request clarification before answering.
resolved
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
'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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.