cancel
Showing results for 
Search instead for 
Did you mean: 

JCOs concept

Former Member
0 Kudos

hi experts

please explain me

JCOs concept

what is the purpose of JCOs

how we are using JCOs

I created FlightBooking sample tutorial application, i am getting com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to resolve JCO destination name 'WD_FLIGHTBOOKING_RFC_METADATA_DEST' in the SLD. No such JCO destination is defined in the SLD.

this error

please tell me how to rectify that error.

thanks

ramu.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ram,

SAP Java Connector (SAP JCo) is a middleware component that enables the development of SAP-compatible components and applications in Java. SAP JCo supports communication with the SAP Server in both directions: inbound calls (Java calls ABAP) and outbound calls (ABAP calls Java).

Error: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to resolve JCO destination name 'WD_FLIGHTBOOKING_RFC_METADATA_DEST' in the SLD. No such JCO destination is defined in the SLD.

Please create and enable the JCO's in SAP Webdynpro content adminsitrator:

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.

For more help:

How the JCO works ?

http://help.sap.com/saphelp_nw70/helpdata/EN/18/6052429f2dbd30e10000000a155106/frameset.htm

Where and how to use JCO?

http://help.sap.com/saphelp_nw70/helpdata/EN/18/6052429f2dbd30e10000000a155106/frameset.htm

How to trouble shoot meta data cache related issues when you use JCO?

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10465350-b4f5-2910-61ba-a58282b3...

JCO Connections trouble shooting guide

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f3f93ee7-0c01-0010-2593-d7c28b53...

Inside JCO Connection:

http://www.sapdevelopment.co.uk/java/jco/bapi_jco.pdf

Thanks

Krishna

former_member197348
Active Contributor
0 Kudos

Hi Ramu,

The JCO destinations that you enter when you create FlightBooking model. The JCO destinations must be available and running in the Portal. Check this [link|http://help.sap.com/saphelp_nw04/helpdata/en/07/a01440a1c32402e10000000a1550b0/frameset.htm] to know more about JCO destinations and how to create.

Regards,

Siva

Former Member
0 Kudos

CHECK WITH YOUR admin.

weather the JCO s are active or not.

if it is active then deploy again.