cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

In which table Shopping cart history is saved??

Former Member
0 Likes
350

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
Advisor
Advisor
0 Likes

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