abapinho / abapTimeMachine

ABAP Time Machine provides a much needed way to look at past versions of code in a consistent way. It also provides a sort of git-blame for ABAP (shows the request and author that last modified each line of code).
MIT License
65 stars 12 forks source link

Sometimes the TR details are not shown #131

Open nununo opened 1 year ago

nununo commented 1 year ago

For some reason, the object type in VRSD for programs is REPS (which stands for report source) for a given TR. But in E071 the object type for the save TR is PROG.

A workaround is needed to take into consideration these cases.

nununo commented 1 year ago

Unfortunately this is still not working. The last patch solved some cases but not all.

This case still doesn't work: VRSD has the includes for a function group as:

But in E071 I only find this:

I still don't have a solution for this.

nununo commented 1 year ago

I found FM RS_PROGNAME_SPLIT which may be of some help here. I'll investigate further when I find the time again.