Hi there,
I want to migrate my VC 7.11 app to VC 7.3. So I exported my model in VC 7.11 and imported it in VC 7.3. So far so good.
Everything seems to be ok so I deployed it to the NW 7.3 server.
When I run the application and execute a service to get some data via RFC from our ERP system everything is ok too.
But when I pass parameters while executing the service, an error occurs.
Error Occurred while executing the service: while trying to invoke the method com.sap.mdi.ObjectFactory.getRfm(java.lang.String) of an object loaded from field com.sapportals.connectors.SAPCFConnector3.metadata.functions.SAPFunctionParameter.of of an object loaded from local variable 'this'
The error only appears when I pass parameters. Without input parameters everything is ok. It tried it with different bapi rfc calls. All with the same result: Without an input parameter there is no problem and with a parameter the error occurs.
Any help with this issue would be greatly appreciated.
Regards, Bernd
Edited by: Bernd Speckmann on Jul 27, 2011 12:22 PM