cancel
Showing results for 
Search instead for 
Did you mean: 

Change user password with a RFC function

Former Member
0 Kudos

Hi!

I've a problem to change the user password in a Java program.

I've a Java program and I want to change the user password. But I can only use RFC methods. So I look at the function SUSR_USER_PASSWORD_CHANGE_RFC. But my problem is that I only have as parameters BNAME and NEW_PASSWORD, but not PASSWORD. So it doesn't work... How do I have to do it ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Use this RFM <b>SUSR_USER_CHANGE_PASSWORD_RFC</b>.

This has the three import parameters, <b>BNAME, PASSWORD, NEW_PASSWORD</b> I am using SAP 4.7.

Hope this will solve your problem.

Thanks & Regards,

Kathirvel

Former Member
0 Kudos

Hi Chronosoft,

unfortunately my SAP Version here doesnt know your function module -

but where ecactly is the problem?

Another possibility would be to write an own Function Module. Did you consider this?

Hope it helps,

Simon

Former Member
0 Kudos

The exactly problem is that I have to call a function with 3 parameters and I only get 2 parameters...

And I have to change the password witthout writing any own FM...

Former Member
0 Kudos

Where do you get the parameters from?

Maybe you can call another function module to get the missing parameters...

Former Member
0 Kudos

Is there a RFC function to get an user password ?