cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with addition of jar file to DC

Former Member
0 Kudos

Hi WDers,

I have a DC of type WD.

I'm trying to add com.sap.security.api.jar file to this component so that I can get IUser and work on it.

I have added this security jar file as an External jar file to the DC. But whenever I try to DC->Build, the jar entry is going away. So the Build is failing.

Can you kindly let me know why this is happening?

Or is there any other way to add a jar file so that I can use the IUser interface in my view?

Thanks in Advance

RK

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Add the Standard DC "com.sap.security.api.sda" from the SAP-JEE. This ahould solve the problem.

To do that follow the steps:

1. Go to the "DC Metadata" option available under the DC.

2. Go to "Used DCs" and choose "Add used DCs" from the context menu which appears on a right click at the Used Dcs option.

3.Select "com.sap.security.api.sda" under SAP-JEE and choose finish.

4. Build the DC to gain access to the IUser and other related classes.

Bala.

Former Member
0 Kudos

Hi Bala,

Thanks a lot for your help.

regards

RK

Answers (0)