cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_DRIVER_DETERMINE calls no PO classes

Former Member
0 Kudos

Hi,

what can cause the reason when Purchase-Order creating or Puchase-Requisition-Creating classes are not being called

in the BADI -> BBP_DRIVER_DETERMINE implemantation.

METHOD if_ex_bbp_driver_determine~determine_driver.

  CASE functionname.
    ......
  ENDCASE.
ENDMETHOD.

I am setting a breakponit at functionname. All what is called is

B470_ACCSERV_CHECKACCASSIGNMT

B46B_TAX_CALCULATE_DOC

B46B_TAX_CALCULATE_DOC

Please not I am trying to transfer the SC to the backend through BBP_REQ_REQ_TRANSFER

I hope anyone can help on this topic

Regards

Alexander

Accepted Solutions (1)

Accepted Solutions (1)

former_member183819
Active Contributor
0 Kudos

Hi alex

bbp req req transfer program just pushes PR (which has procurement profile) to SRM and create a shopping carts right?

after sourcing (Assigned vendor) in SRM , this SC will be converted in to Follow on documents upon the request right?

what exactly are you looking for at what time

br

muthu

Former Member
0 Kudos

Hi muthu,

when I create a Shopping Card in the SRM and transfer it with BBP_REQREQ_TRANSFER then it calls these classes CL_*

but not when I try to transfer a SC which was created through Purchase Req-Upload from backend.

In this case determine_driver badi calls only such Function Modules

B470_ACCSERV_CHECKACCASSIGNMT

B46B_TAX_CALCULATE_DOC

B46B_TAX_CALCULATE_DOC

instead of CL_*

Regards

Alexander

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

I have found the error.

BE_LOG_SYTSEM in the table BBP_PDBEI

was missing. I have filled this value

in the change Badi via items

Regards

Alexander