cancel
Showing results for 
Search instead for 
Did you mean: 

backend system used to fetch sources of supply in classic scenario?

Former Member
0 Kudos

Dear Experts,

In sourcing for shopping cart in classic scenaro, the proposing sources of supply fetches possibles sources like contract, info record from local system as well as backend systems. If there are number of backend systems, which system is used to fetch the probable contracts and info-record as source of supply?

Is it the source system for the product category used in the shopping cart? or is there any settings defined in the org structres of the user attributes?

Thanks and regards,

Ranjan

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member183819
Active Contributor
0 Kudos

You could try to set a Breakpoint at FM BBP_PDC_SRC_DETERMINE or inside META_sOS_determine.

as KGP said you will get inforecord and contract are valid source of supply

We call the backend system in the plugin function B46B_SOURCEDETER_GETSOS_MULTI at the line:

  • Get sources of supply from backend system for all items

CALL FUNCTION 'BBP_SOURCEDETER_GETSOS_MULTI'

DESTINATION lv_destination

EXPORTING

iv_find_contract = iv_find_contract

iv_find_inforecord = iv_find_inforecord

iv_read_price = iv_read_price

TABLES

it_search_criteria = lt_sos_find_be

et_found_contracts = lt_found_contracts

et_found_inforecords = lt_found_inforecords

et_return = ct_return

EXCEPTIONS

communication_failure = 1 MESSAGE lv_msg_text

system_failure = 2 MESSAGE lv_msg_text

OTHERS = 3.

Muthu

Former Member
0 Kudos

hi,

for Sourcing

It will taking from SPRO _SRM

Define sourcing for prodcut categories

In this product categories and the Backend system is taken from here

For Local Categories in SRM you have to define in the PPOCA_BBP

Regards

G.Ganesh Kumar

Former Member
0 Kudos

Hi,

If there are number of backend systems integrated with SRM system then all the corresponding contracts & Info records should get displayed for the material/product category selected in Sources of Supply section.

Kindly check and let me know if this resolves ur issue.

Regards,

K Gp