Hi Pietro,
you could enable Change Documents on the EH Type.
This would also track changes on Control Parameters in standard SAP Change Document functionality.
You can see the changes then i a tab in /SAPTRX/EH_LIST.
But i would do not recommend it especially if you have a high volume of data. It will have a severe performance impact.
Best regards,
Steffen
If you are loading/updating parameters through events, then use /SAPTRX/EVM_PAR table. This will store the history of parameters which got updated through various events. Only thing you will not be able to see are the parameters loaded through AOType during initial creation or changes to application data.
Thanks,
Vishnu
So, the only way to keep track of all the control/info parameters values during the time is the "change doc activation" functionality, but it can generate performance issues.
From a performance point of view, do you think it would be better to create a function module in the rule set where, for the combination tracking ID-event code, I write all the received values of the parameters in a custom table?
Best regards,
Pietro
Hi Steffen,
is the customizing about "Log EH Posting", "Log Msg.Proc." and "Log exr.Updates" related to the "Change doc. Activation" functionality?
In case yes, if I select "no logging" for the three options can I reduce the performance impact?
I checked it is enough in order to keep track of the parameters changes.
Best regards,
Pietro
Add a comment