cancel
Showing results for 
Search instead for 
Did you mean: 

shopping cart based on old catalog shopping cart

Former Member
0 Kudos

Hi Experts,

SRM standard functions :

1. If we create shopping cart based on old catalog shopping cart, system validates the current price information from the catalog

2)  Free text shopping carts are replaced with catalog items in Sourcing Cockpit by using "Replace" function.

Please help to find out programs/function modules/BAPIs etc.. behind these two standard functions.  Once we know the programs/function modules, we would like to develop the custom solution for current requirements.

Please help.

Vikas

Accepted Solutions (1)

Accepted Solutions (1)

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

For topic 1, consider the following class/method:

Class /SAPSRM/CL_PDO_BO_SC

Method /SAPSRM/IF_PDO_BO_SC~CREATE_ITEMS_FROM_ITEMS

For topic 2, consider the following class/method:

Class /SAPSRM/CL_PDO_AO_SOCO

Method /SAPSRM/IF_PDO_AO_SOCO~REPLACE_SC_ITM_BY_CAT_ITM

Regards,

Ricardo

Former Member
0 Kudos

Thank you....Ricardo

Answers (0)