cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping Cart Log "Change Document"

former_member184111
Active Contributor
0 Kudos

Hi Experts,

How can I find which program/job changed a shopping cart.

In the Change Document Log for SC in BBP_PD time, user etc. is displayed but how can we find which program did the change?

Thanks,

Anubhav

Accepted Solutions (1)

Accepted Solutions (1)

konstantin_anikeev
Active Contributor
0 Kudos

Hi Anubhav,

changes are saved in CDHDR and CDPOS.

OBJECTCLAS = 'BBP_PRODOC'

OBJECTID - Header GUID of SC

You may need field TCODE of table CDHDR

Best Regards

Konstantin

former_member184111
Active Contributor
0 Kudos

Hi Konstantin,

Thanks but the table gives same information as BBP_PD Change log, it additionally shows TCODE field but that is blank for the change I am looking at.

Is it possible to know the program name that did the change?

Thanks,

Anubhav

former_member184111
Active Contributor
0 Kudos

Hi Konstantin,

The issue I am facing is that Rejected item of shopping cart gets deleted automatically after few minutes of rejection, in change log I can see the user with entry shown below

Table - BBP_PDIGP

Field - DEL_IND

User - 'XYZ'

Old value - Space

New Value - X

I checked but there are no background job scheduled with the user 'XYZ'.

I tried to debug putting external BPs in Change BADI and BBP_PROCDOC_STATUS_CHANGE FM but neither triggered.

Not sure how the DEL_IND is set to X by this user.

Any way to trace this?

Thanks,

Anubhav

konstantin_anikeev
Active Contributor
0 Kudos

Hi Anubhav,

empty TCODE means chage was made via Web-Interface (ITS or Webdynpro).

Deletion after rejection is a normal behaviour, when requester accepts rejection.

Check timestamps of workitems for this shopping cart.

Best Regards

Konstantin

former_member184111
Active Contributor
0 Kudos

Hi Konstantin,

Thanks for the help, it was a background job. The Created By user and user with which job runs are different hence could not find it earlier

Thanks,

Anubhav

Answers (0)