cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module to get the Shopping cart Change values.

Former Member
0 Kudos

Any body know how to get the change values on the shopping cart.

For examplet shopping cart 1000000 line item 2 initially has the value12000$ and later changed to 24000$.

when i use the function module BBP_PD_SC_ITEM_GETDETAIL it is giving the current value 24000$

Is there any function module which will return the 12000$.??

thanks

Madhavi,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Use the FM BBP_PROCDOC_GETDETAIL.This will give the value of the details entered in SC which are already there in Database.

See these threads:

Do let me know if you need any more help.

BR,

Disha.

Former Member
0 Kudos

The function module will give the latest values. I need the function module which will return the old values.

suppose intiital value is 12000$ and S.C is saved. after saving i have changed it to 24000$ and saved.

And the tables override with the 24000$. But what i need is the value 12000$. Suppose when you go to the s.c and display the change documents. there you can see when the value changed to what values changed. I need some thing like that. Hope u understood my prob.

Former Member
0 Kudos

Hi Madhavi,

BBP_PROCDOC_GETDETAILu2014>gives the value of the details entered in SC which are already there in Database

BBP_PD_SC_GETDETAIL-->gives runtime values

Also see the threads which i have given in my earlier reply.They discuss similar reqt.

BR,

Disha.

Do reward points for useful answers.