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

Track changes done in z table

Former Member
0 Likes
1,861

Hi all

Is there any method to find out which user performed any changes on a z table?

Any pointers would be helpful

Regards

Dinesh

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
1,305

hi,

try to check CDHDR n CDPOS tables.

Hi all

Is there any method to find out which user performed any changes on a z table?

Any pointers would be helpful

Regards

Dinesh

8 REPLIES 8
Read only

GauthamV
Active Contributor
0 Likes
1,306

hi,

try to check CDHDR n CDPOS tables.

Read only

Former Member
0 Likes
1,305

hi dinesh,

u can able to find the changes using version management.

SE11->table name->display->utiliities(menu)->versions->version management.

From there u can track the changes done to the table.

Regards...

Arun.

Read only

Former Member
0 Likes
1,305

Hi

I have to put code in a report to track change done in z-table.

I have checked tables cdhdr and cdpos but change done in the z table is not listed there.

Regards

Dinesh

Read only

0 Likes
1,305

hi,

try to use VRSD table.

Read only

0 Likes
1,305

Hi Dinesh,

The Table CDHDR and CDPOS will maintain the changes in the record to the fields only if , the DATA element of that field has the characteristics 'Change Document' checked.

If you have used ZDATAELEMENTS , try to check this tick in the Further Characteristics tics tab of the Data Elements display and check if the table maintain the changes for your Ztable.

If you have used standard fields and that tick is not present there wont be any entry by system in the tables CDHDR and CDPOS.

Hope this helps.

Regards,

AShwini

Read only

Former Member
0 Likes
1,305

solved on own.

Read only

0 Likes
1,305

Hi Dinesh,

As i am also facing the same issue that to track the changes in the ztable happened manually in the report.

Can you please tell me how you solved this issue.

Thanks In Advance,

Best Regards,

Prabu

Read only

0 Likes
1,305

This message was moderated.