cancel
Showing results for 
Search instead for 
Did you mean: 

Sourcing Definition based on dollar amount

Former Member
0 Kudos

Dear Experts,

My client wants to do source every single SHC above 10K and to create every single SHC below 10K independently from the product category.

Is there any BADI I can use to include dollar amount as a criteria for determining 'Sourcing never carried out'/'sourcing always carried out'? Otherwise, do you see any better solution rather than duplicating product categories to accomodate this?

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

former_member195032
Active Contributor
0 Kudos

Hi Mark,

I feel that BADI :BBP_SRC_DETERMINE can help you in this case.

Use Method : DETERMINE_SOURCING

Read Shopping Cart data using

CALL FUNCTION 'BBP_PD_SC_ITEM_GETDETAIL'

EXPORTING

i_guid = item_bbp_guid

IMPORTING

e_item = lv_item

Manipuate your requirement using item level data and

sourcing indicator.

Regards,Nishant

Answers (0)