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

History

Former Member
0 Likes
590

hello all

how can i get the History of Z program.like when it was run , updated.

Thanks

Praneeth

hello all

how can i get the History of Z program.like when it was run , updated.

Thanks

Praneeth

3 REPLIES 3
Read only

Former Member
0 Likes
566

Hi,

In abap editor of the same program, u have an option for checking version management. In that, we can see all the dates when it was previously updated, also we can retrieve that old code from this option. Please search in every menu where there is option for version management in abap editor screen.

Regards,

Sathya Rajkumar.

Read only

Former Member
0 Likes
566

Hi ,

U can get the creation date of the program from attributes.

even u can get it through version management

Reward me if its useful

Read only

Former Member
0 Likes
566

Hi,

Check the table TRDIR and use the Tcode STAT.

Regards