Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
JerryWang
Product and Topic Expert
Product and Topic Expert
6,908

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:



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



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:





Approach2: query table TRDIR:




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





1 Comment
Labels in this area