on 2013 Aug 08 7:24 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.