In ADT/Eclipse, to navigate to an object, you need its name, type and URI.
So for class /NAMESPACE/CL_MYCLASS, I need:
Now, I can construct the URI from the name and type using string operations, but I wondered if anyone is aware of a simpler way. I need it for function modules, function groups, programs and includes as well.
I'm looking for either a backend class or function module, or some class/method in a com.sap.adt package.