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

Add support for DCLS and BDEF object types #119

Open Fxlipe115 opened 2 years ago

Fxlipe115 commented 2 years ago

It would be very useful to have access to abapblame's functionality also on CDSs and on ABAP RAP's behavior definitions.

nununo commented 2 years ago

Good idea. I'll look into it as soon as I have the time (I've been very busy lately). Thanks!