cancel
Showing results for 
Search instead for 
Did you mean: 

CAF

Former Member
0 Kudos

hi

i am trying to expose my caf project to webdynpro model

but i am facing with the following problem , iam using NWDS 7.0

had even added the plugin com/sap/tc/client

java.lang.LinkageError: Class com/sap/tc/col/client/generic/api/IserviceFacade

plz any one can help me out ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

i assume you try to use the caf web dynpro model in another web dynpro DC. To do this, first expose your caf web dynpro dc to public part. after this add the following usedDC to your web dynpro DC where you would like to use the caf web dynpro DC:

caf/core/dict (types_compilation)

caf/runtime/uicoupling/api/lib (defLib)

caf/runtime/uicoupling/api (compilation)

caf/UI/ptn/common (com.sap.caf.utils)

caf/UI/ptn/common (CommonInterfaces)

com.sap.security.api.sda (default)

<your CAF Web dynpro DC public part>

And additional to use Service Fasade and IAspect at runtime you need to add a Web Dynpro Reference/Library reference in properties of your Web Dynpro Project:

sap.com/cafruntimeuicouplingapilib

For more information please see this link:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/297a839e-0d01-0010-e9ab-9b0299102cee">more information</a>

I hope this helps,

best regards,

Rene

Former Member
0 Kudos

hi

thanks for the reply but here iam trying to expose my caf project in to

NWDS and iam facing the problem when i am deploying my project

in netweaver studio .