cancel
Showing results for 
Search instead for 
Did you mean: 

Audit Trail

Former Member
0 Kudos

Our Business Community needs an APO DP audit trail to record specific changes made to a Demand Plan, when the changes were made and by whom.

Specifically would like to see:

- User ID of a person who made the change

- Detail about what data / information was changed (show before & after change)

- Date / Time the change was executed

Is there any way to track those changes in APO (live cache data) unlike R/3 (data stored in tables) ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

you need a macro development with user exits in it

you can use macro functions to save values into one KF when you enter the planning book

every time you make a change you can save the new values into another KF

you can also save userid, bucket where data was changed , from value, to value and date of change using macro functions such as USER() and BUCKET_BDATE()

you can execute this badi macro every time you save data and store it in a table

you can write a query to use the table meaningfully

srinivas_krishnamoorthy
Active Contributor
0 Kudos

Check

There are only development options available (BADI /SAPAPO/SDP_SAVE)