cancel
Showing results for 
Search instead for 
Did you mean: 

get change doc for SC

Former Member
0 Kudos

SRM4.0

classic

WS14000133

I need to get the current values changes of the SC and compare it with the old data , before the SC moves ahead for approval process.

One of the SAP notes suggests the follwoing SC

BBP_CHANGE_DOC_GET : exsist but not so useful

BBP_CHANGE_DOC_SHOPPING_CART : Doesn't exsist in the current system

CAn you please suggest as how to get the current values of the SC when it is saved so I can comapre with the old value. This is required to modify the behaviour of the approval process workflow

Regards

Sachin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use the FM "BBP_PD_SC_GETDETAIL" to get the current values of the SC.

BR,

Disha.

Pls reward points for useful answers.

Former Member
0 Kudos

Thanks for your inputs,

The FM given by you gets the current details of the SC, I can read the caheg docuemnt sand get the older details. Inially there was some confusion after reading the related notes

Regards

Sachin

khan_voyalpadusman
Active Contributor
0 Kudos

hi,

there should be one function module with which it is possible to find the changes that were made to the document.

if you run the function module , then system would return entries where changes were made.

please check for function module (BBPPDDIFF*) , you should be able to find suitable one.