cancel
Showing results for 
Search instead for 
Did you mean: 

Dependencies for usermanagement in KM application

Former Member
0 Kudos

Hi,

I created a km portal application which uses the apis from the package com.sapportals.portal.security.usermanagement. Using the jarclass finder, I was able to find these jars/add them to the classpath/build and finally deploy.

However, when I convert this application to a DC, I get errrors on building the DC:

package com.sapportals.portal.security.usermanagement does not exist

[javac] ERROR: import com.sapportals.portal.security.usermanagement.IUser;

[javac] ERROR: ^

[javac] ERROR: import com.sapportals.portal.security.usermanagement.UserManagementException;

[javac] ERROR: ^

I've already added SC dependencies for KM-BC, KM-CM, JTECHS, J2EE, BUILDT, etc..

Under used DCs, I was able to add used dependency on DC tckmfrwk. However, I can't find the corresponding DC for 'com.sapportals.portal.security.usermanagement'..

Can anyone point me to the right SC/DC to include for the above? Thanks.

~Prachi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Prachi,

when you use Development Components, then you have to add the required library as "Used DC" to our project. The libraries will be added automatically to your build path.

Try also to include the following SCs:

- SAP_JTECHS -> epbc.prtapi._api

- EP_BUILDT -> com.sap.security.api

Otherwise you have to include the required libraries as External Library.

Refer to this blog, it gives you an explanation of how to add an External Library DC.

[Using KM API in Web Dynpro Application using Development Components|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/11509]

Best regards,

Denis

Edited by: Denis Schrodt on Jan 27, 2009 1:43 PM