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

Trasaction code modification history

Former Member
0 Likes
2,561

Hi ,

i have a requirement to track the changes done to all the transaction codes(incl custom transaction codes). Is there any table which holds this data? or is there any function to get the last changed date and last changed by details for a transaction code.

Thanks,

Prabhu

6 REPLIES 6
Read only

Former Member
0 Likes
1,851

Hi,

Pls check the table TSTC. Will help you to solve the probs.

Regards

Thiru

Read only

GauthamV
Active Contributor
0 Likes
1,851

Find out the program name of transaction from TSTC table and

use TRDIR view to get last changed details.

Read only

Former Member
0 Likes
1,851

according your suggestion i can track only the changes made to the program based on the transaction code. but i want is the last changed date for the transaction code itself.

Read only

GauthamV
Active Contributor
0 Likes
1,851

Use this table.give your Z transaction name and execute.

DBTABLOG

Read only

Former Member
0 Likes
1,851

i suppose DBTABLOG holds data about data modification done to a table and the tcode field is to identify from which tcode the particular table was updated.

Read only

Former Member
0 Likes
1,851

its depend on the transaction to transation .

supoose if quatation or sales order transation like va02 , va22 etc

are updated in CDPOS table .

In the same way its depend