Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Change documents for Application table

Former Member
0 Likes
1,177

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.

8 REPLIES 8
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
1,104

Also make sure you have actived the change document check at data element leve for the fields you want to log requrest

Nabheet

Read only

0 Likes
1,104

I have activated, but still not working..

any other ideas ?

Read only

0 Likes
1,104

Is the log data changes activated in techncial setting.

Nabheet

Read only

0 Likes
1,104

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 ?

Read only

0 Likes
1,104

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

Read only

0 Likes
1,104

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

Read only

0 Likes
1,104

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

Read only

0 Likes
1,104

thanks, there should be a customer exit i suppose. so when i found the solution i ll repost! thanks!!