I’m trying to correct an error on an extension V2, the error message is "The type or method ‘Table Information’ cannot be used for ‘Extension’ development.
Any chance to get fixed please or any alternative solution, suggestion ?
You may find this in many of the objects in BC. Even though using target=internal may work, then I’ll suggest that you try to find a workaround, that you use a different table.
I’ve been in the same situation. I needed a list of all the tables. The one I normally use is the Object table, but that is not usable either. But instead it’s possible to use the AllObj table. Just put a filter on type=table, then you’ll get the tables. [emoticon:c4563cd7d5574777a71c318021cbbcc8]