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 "re_t_funcincl" is unkown #135

Closed jaysonwcs closed 1 year ago

jaysonwcs commented 1 year ago

Tried to install on SAPTrial (NW version 7.52) and got this error. I believe it could be created a similar Z data element instead of using the standard one.

image

nununo commented 1 year ago

Fixed in #137.

nununo commented 1 year ago

@jaysonwcs, thank you for reporting this. Interesting that a global type is deleted. I didn't know SAP did that.

I opted to create a local table type in the class instead of a global one in DDIC since it is only used inside that class. Simpler. So I will close your TR. Thank you very much for your correction proposal nevertheless.