Application Development 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: 

Trasaction code modification history

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

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

Regards

Thiru

GauthamV
Active Contributor
0 Kudos

Find out the program name of transaction from TSTC table and

use TRDIR view to get last changed details.

Former Member
0 Kudos

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.

GauthamV
Active Contributor
0 Kudos

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

DBTABLOG

Former Member
0 Kudos

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.

Former Member
0 Kudos

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