Quantcast
Channel: SCN : Blog List - ABAP Development
Viewing all articles
Browse latest Browse all 943

A small tip to get a list of changed objects at the given time period

$
0
0

sometimes we need to get a list of changed objects by the given user at the given time period, there is a small tip to quickly get this list with little effort.

 

approach1: query the table VRSD with user name and date as query parameter:

clipboard1.png


Each entry of list contains a corresponding transport request number ( in column KORRNUM )

clipboard2.png

However, this approach could not contain modifications on local objects.

 

The version number (5) and transport request number(AG3K074711) could also be reviewed in class builder menu Utilities

->Versions->Version management:

clipboard3.png

clipboard4.png

clipboard5.png

Approach2: query table TRDIR:

clipboard6.png

clipboard7.png

The list entry still contains the version number which could be found in version database.

clipboard8.png

clipboard9.png


Viewing all articles
Browse latest Browse all 943

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>