cancel
Showing results for 
Search instead for 
Did you mean: 

In which table Shopping cart history is saved??

Former Member
0 Kudos

Hi Experts,

I am looking for a table in which shopping cart history is saved. Table should contain all data related to changes done in shopping carts.

If anybody have pointers please do let me know.

Thanks

Siddarth

Accepted Solutions (0)

Answers (1)

Answers (1)

peter_novoth
Employee
Employee
0 Kudos

Hi Siddarth,

the document changes are stored in the tables CDHR and CDPOS

See also the function CHANGEDOCUMENT_READ. If you debug inside:

- you will find the call in the include LSCD2F01 at the line 1901 (at least in our system is there) for the header information of the changes,

- you will find the call in the include LSCD2F01 at the line 2445 (at least in our system is there) for the detail information of the changes.

Regards,

Peter