Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

solution for change password popup

Former Member
0 Kudos
231

Hi,

I need to create a similar screen such as SU01 transaction. i donot know how to get the popup which u get when u click on the change password button on the application tool bar.

I have copied the screen 400 from the original transaction into my program and tried to call the screen when i click on change password button. But a dump is coming.

Can u help me with a solution in getting that popup screen.

1 REPLY 1

former_member191735
Active Contributor
0 Kudos
62

Check out the function module

SUSR_USER_CHANGE_PASSWORD_RFC

Well, you can create your own subscreen with the original password and new password and use this FM to change the password for the specified user.

This should work.

Edited by: abap technical on Jan 17, 2008 2:19 PM