Hi,
i would like create a model importing an adaptive RFC. I can connect to SAP and i get the BAPIs but i can't import anyone of the BAPIs. It appears the problem:
[code][Info]: Creating Model: Serviceauftraege
[Info]: Creating Model Class: Bapi_Alm_Orderhead_Get_List_Input
[Info]: Creating Model Class: Bapi_Alm_Orderhead_Get_List_Output
[Error]: RFC Import Failed. The import has been terminated.
[Fatal]: com.sap.mw.jco.JCO$Exception: Der Funktionsbaustein "DD_DOMA_GET" ist nicht 'remote' aufrufbar.
[Fatal]: com.sap.ide.metamodel.importers.rfcmodel.RFCImportFailedException: RFC Import failed. Cause: class com.sap.mw.jco.JCO$Exception:Der Funktionsbaustein "DD_DOMA_GET" ist nicht 'remote' aufrufbar.
com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Der Funktionsbaustein "DD_DOMA_GET" ist nicht 'remote' aufrufbar.
at com.sap.mw.jco.rfc.MiddlewareRFC$Client.nativeExecute(Native Method)
at com.sap.mw.jco.rfc.MiddlewareRFC$Client.execute(MiddlewareRFC.java:1217)
at com.sap.mw.jco.JCO$Client.execute(JCO.java:3684)
at com.sap.mw.jco.JCO$Client.execute(JCO.java:3129)
at com.sap.mdi.ddtypes.DDFactory.execute(DDFactory.java:173)
at com.sap.mdi.ddtypes.DDFactory.execute(DDFactory.java:164)
at com.sap.mdi.ddtypes.DDDomain.<init>(DDDomain.java:45)
at com.sap.mdi.ddtypes.DDDataelement.<init>(DDDataelement.java:59)
at com.sap.mdi.ddtypes.DDField.<init>(DDField.java:71)
at com.sap.mdi.ddtypes.DDScalarField.<init>(DDScalarField.java:30)
at com.sap.mdi.ddtypes.DDStructure.<init>(DDStructure.java:87)
at com.sap.mdi.ddtypes.DDFlatStructure.<init>(DDFlatStructure.java:23)
at com.sap.mdi.ddtypes.DDFactory.analyseJCOReturn(DDFactory.java:475)
at com.sap.mdi.ddtypes.DDFactory.getDDObject(DDFactory.java:434)
at com.sap.mdi.ddtypes.DDFactory.getDDObject(DDFactory.java:372)
at com.sap.mdi.ddtypes.DDFactory.getDDObjectWithSubtree(DDFactory.java:262)
at com.sap.mdi.RfmParameter.getDDObject(RfmParameter.java:602)
at com.sap.dictionary.types.mdi2metamodel.R3ToMetamodelDictionaryConverterWithNestedStructures.getDdicObject(R3ToMetamodelDictionaryConverterWithNestedStructures.java:206)
at com.sap.ide.metamodel.importers.rfcmodel.DynamicRFCModelImporter.ImportRFC(DynamicRFCModelImporter.java:341)
at com.sap.ide.metamodel.importers.rfcmodel.DynamicRFCModelImporter.doImport(DynamicRFCModelImporter.java:196)
at com.sap.ide.webdynpro.modeleditor.wizards.model.creation.ModelWizard$3.run(ModelWizard.java:633)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)[/code]
I work with NWDS SP 12 and SAP R/3 4.7 Enterprise.
I already changed the FM DD_DOMA_GET to remote callable.
But the same mistake still appears.
Please help me, Thanks
Stefan