cancel
Showing results for 
Search instead for 
Did you mean: 

Problem Import Adaptive RFC

Former Member
0 Kudos
303

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

View Entire Topic
Former Member
0 Kudos

Hi Stefan,

See if your SLD is configured.

See if a ABAP Technical system has been defined in SLD. This can be configured to point to your R/3.

Check if the JCO Connections are defined properly and use the technical system maintained in SLD.

Regards,

Jaydeep

Former Member
0 Kudos

Hi Jaydeep,

where can is see this settings of SLD?

Thanks for your first help.

Regards,

Stefan

Former Member
0 Kudos

Hi Stefen,

You can check or configure SLD settings at the following link:

http://<host>:<port>/sld

Here, first of all ser the Server ID in administration and server settings.

Then start SLD server.

Then import CIM object list from the import link.

Then cleare one technical system for your ABAP system using Technical system link on home page.

Regards,

Bhavik

Former Member
0 Kudos

hi Stefan,

http://<ServerName>:50000/index.html

Then go to WebDynpro -> Give username and password-> Here you will get the options for Checking the SLD.

Here you can check you JCO connection by Clicking on Deployed Content->local-> your project name then in right side you will get option for checking JCO connection.

Revert back for further clarifications.

Regards,

Jaydeep

Former Member
0 Kudos

Importing RFC's does not use the SLD. So the SLD cannot be the issue here.

Former Member
0 Kudos

Hi Jaydeep,

where do i get the options in the WebDynpro Window in the localhost:50000/index.html.

In Content Administrator it stands: no connection to SLD.

Stfan