cancel
Showing results for 
Search instead for 
Did you mean: 

How to change R/3 user's password through WDJ application

former_member225041
Participant
0 Kudos

Hello,

I want to change the SAP R/3 user's password from Webdynpro java application.

What are the ways to get it done ?

Is there any standard BAPI to achieve the desired result ?

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI Vinay,

It is possible to reset r/3 password from portal using webdynpro java, but first you need to understand how your portal is inetgrated with R/3. If SSO is configured then both the system will be having same user ID and (SSO is not configured) if you are usermapping then you need to get maaped data based on system and then finally pass this data to RFC.

Following BAPI's can be used

1. User unlock : BAPI_USER_UNLOCK

2. Reset password : BAPI_USER_CHANGE

3. User details : BAPI_USER_GET_DETAIL

Regards,

Jigar Oza

former_member225041
Participant
0 Kudos

Hi Jigar,

Thanks for the answer.

But we are not going to use Portal. Its a independent WDJ application.

We are creating JCo destinations to get Model and Meta data instance in order to connect to backend.

Can i still use the said RFC's to perform required operations?

Please suggest.

Former Member
0 Kudos

HI Vinay,

As we also have the same requirement, Can you please let me know how to achieve it.

Regards,

Raju

Edited by: V R K Raju P on Feb 28, 2011 11:37 AM

Former Member
0 Kudos

Hi Vinay,

If your developing 10 webdynpro java applciations, hwo your giving to the users as different links, as you are not using portal.

Or are you using any other portal and providing this links, with out portal how these are useful...?

Regards,

Srinivas