cancel
Showing results for 
Search instead for 
Did you mean: 

Failed to resolve JCO destination name 'WD_FLIGHTLIST_RFC_METADATA_DEST' i

Former Member
0 Kudos

Dear all,

When i was running a Wec dynpro Application created with The abap Function Modul BAPI_FLIGHT_GETLIST, a error "com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to resolve JCO destination name 'WD_FLIGHTLIST_RFC_METADATA_DEST' in the SLD. No such JCO destination is defined in the SLD. "

happened. Can someone tell me how to sole this error?Thanks .

Rgds,

Sweet.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

hi!

the exception you are getting is because you are using other system that is R3 system to execute the bapi then for that you need to define that jco destination in sld.

steps to define jco destination :

1)logon to portal

2)go to content administration tab

3)go to webdynpro tab(make sure u have the permission)

4)go to maintain Jcodestination tab and give your jco destination.

thanks and regards

vishal anand

Former Member
0 Kudos

Hi,

This may solve ur problem

While importing a Bapi,u need to give JCO logical names fro model and meta data.If it is not working u can test the JCO connection in Portal.

Navigate to Content Administration>webdynpro>Jco Destination-->here u can find out all the JCOs u r maintaining.

Select the respective JCO and click Test ,if it is properly created u will get a success message.

All the JCOs created are maintained in SLD ,check wheather it is in SLD or not.

Former Member
0 Kudos

HI,

While creating model You are using JCO connection by name 'WD_FLIGHTLIST_RFC_METADATA_DEST' . This JCO is not created and hence you are getting the error.

Ask the admin who is managing the WAS server to create JCO for ther r/3 server you are trying to connect.

For this that R/3 server needs to be registered in SLD also, which admin must be knowing .

Hope this helps!!

Harry

lokesh_kamana
Active Contributor
0 Kudos

Hi,

when you are creating Adaptive RFC Model .

in the 2nd step it will ask for 2 things

1.Define the logical system name for model instances

2.Define the logical system name for RFC Metadata.

what ever the names you give here you have to create JCO destinations for that.

Logon to portal.

navigate to content Administartion---->webdynpro

there you have a button "Maintain JCO Destinations".

click on that

In the table you will find WD_FLIGHTLIST_RFC_METADATA_DEST

with status with an icon in red color.

That is indicating that you are JCO destination is not created.

click on create button and follow the below link from page no 25-27

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/355b9c90-0201-0010-d2a8-89fece42...

Thanks & regards,

lokesh

Former Member
0 Kudos

Hi,

While importing the model ,u have to give jco names i.e jco name in made on your server in field of model data and metadata.

Here Is one sample application Refer this.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e07753b9-fa0c-2a10-64a8-c6754c45...

Thanks.

Abhilasha.