Hi everyone!
I'm trying to use the api's RemoveComponentServiceInterface by doing the following:
RemoveComponentServiceInterface removeService = (RemoveComponentServiceInterface) Services.getService( "com.sap.me.production", "RemoveComponentServiceInterface");
On runtime I get the following exception: Unable to initialize service 'RemoveComponentServiceInterface'
I can't figure out where my mistake may be. Any hints?
Thanks a lot!