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

Type "IF_T100_DYN_MSG" is unknown #125

Closed jaysonwcs closed 1 year ago

jaysonwcs commented 2 years ago

Tried installing abapTimeMachine on the server, but gives me this error when trying to activate.

The ABAP version is 740 (SP 11). Is there some dependency that is needed beyond that?

image

nununo commented 1 year ago

@jaysonwcs, I'm sorry that I still didn't address this. I had expected to try to solve this much more quickly but I've been busy lately. Your issue did not go unnoticed, though.

nununo commented 1 year ago

@jaysonwcs I removed IF_T100_DYN_MSG interface from ZCX_TIMEM. Can you please test it again? Thanks

jaysonwcs commented 1 year ago

I was able to successfully activate the object. Since the error was the activation, I believe the issue can be closed. Thanks for the fix!