cancel
Showing results for 
Search instead for 
Did you mean: 

UME API

Former Member
0 Kudos

Hi All,

Can we use User Management API in the Webdynpro applications.?

Regards

Seshu D

Accepted Solutions (0)

Answers (2)

Answers (2)

chintan_virani
Active Contributor
0 Kudos

Seshu,

Please mark the thread as answered if your question is resolved.

Chintan

chintan_virani
Active Contributor
0 Kudos

Seshu,

Yes you can but you will need to add the required jar com.sap.security.api.jar in classpath of your project.

You can do this by right clicking on your project --> Goto Java Build PAth --> Libraries Tab --> Add variable --> Scroll to last entry called WD_RUNTIME --> Click on Extend --> And select the com.sap.security_2.0.0 --> Click on lib --> Select the jar -> Click OK.

You can refer this [blog|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1789] [original link is broken] [original link is broken] [original link is broken]; and SAP [help|http://help.sap.com/javadocs/NW04S/current/se/com/sap/security/api/IUserFactory.html] as well for some basic idea

Chintan