‎2011 Dec 01 10:28 AM
Hello,
I have created an Application type table, in which i want to track changes. The table is maintained only by users, from a z-transaction (parameter :SM30). i have created a change document object, through tcode SCDO. I noticed that in SCU3, we haven't activate the logging. is that affect the creation of change documents for my z-tcode, or is something else that i have to do in order to log the changes ?
Thanks in advance.
‎2011 Dec 01 10:37 AM
Also make sure you have actived the change document check at data element leve for the fields you want to log requrest
Nabheet
‎2011 Dec 01 11:41 AM
‎2011 Dec 01 11:48 AM
Is the log data changes activated in techncial setting.
Nabheet
‎2011 Dec 01 11:51 AM
yes it is. but when i go to SCU3, it says that table logging is not active. so, how can i track the changes for this table ?
‎2011 Dec 01 11:51 AM
Hi
SCDO and SCU3 work on difference type data, SCU3 should be for customzing table and I think it doesn't need the change document.
The change document object is generated by transaction SCDO, after activing it the system generates a function module in order to store the modification in change document table (CDHDR and CDPOS), but it needs to call this fm
Max
‎2011 Dec 01 12:22 PM
thanks max,
I have the same thought! so were should i do this call ??
The table can be changed only when an z-transaction executed, and it calls SM30.
thanks again
‎2011 Dec 01 12:49 PM
Hi
U can use the events for SM30, there's one before (01) and one after (02) saving the data to db
U can use one of these events where the fm can be called
Max
‎2011 Dec 01 1:20 PM
thanks, there should be a customer exit i suppose. so when i found the solution i ll repost! thanks!!