The Function Modules mentioned below should be called from
Badi 'BBP_DRIVER_DETERMINE'.But we are unable to call the following
function modules from 'BBP_DRIVER_DETERMINE'.
The Badi is called only once when we click on 'Order SC'.So,as the
result none of that the following function modules are called :
B45A_GOODSMVT_CREATE
B46C_PO_GETITEMS
B46C_ATTACHMENT_CREATE
B46B_CTR_CREATE
B470_PO_CREATE.
As the result of that, we are NOT able to perform the whole cycle of
Backend documents properly.
Before upgrade Scenario:
System : SRM 4.0
The Badi 'BBP_DRIVER_DETERMINE' is called twice when we click on 'Order
SC'.So any one of the following function modules is called for
performing the Subsequent steps :
B45A_GOODSMVT_CREATE
B46C_PO_GETITEMS
B46C_ATTACHMENT_CREATE
B46B_CTR_CREATE
B470_PO_CREATE.
Do we have to add new fields to Table BBP_FUNCTION_MAP?
Waiting for the Solution.