cancel
Showing results for 
Search instead for 
Did you mean: 

Change Password Functionality - SAPUI5

0 Kudos

We have custom logon screen and having "Change Password" functionality, how can we achieve that in SAPUI5 ?

From UI5 application change password service needs to be called, which will eventually change the password.

Scenario 1: What happens when SAP User Account is expired (service can not be invoked)

Scenario 2: What happens when SAP User Account is locked (service can not be invoked)

Scenario 3: In SAP password can be changed only once per day ?

Scenario 4: Before logging in if user want to change the password, how to invoke the service as the credential may not be known to invoke the service ?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182862
Active Contributor
0 Kudos

Hi Jenish

SAPUI5 is the just UI layer, can you share what is your application layer?

Thanks

0 Kudos

Hello Dennis,

Thanks for your quick response. Our application layer is typical ECC RFC consumption using Gateway Service. As a front end guy I am looking answer for below questions:

1. SAP Function Module for Change Password ? Is there any restriction from SAP that wont allow to change password more than once a day ?

2. How to invoke GW service when user is expired/locked ?

3. Before logging in if user want to change the password, how to invoke the service as the credential may not be known to invoke the service ? Can we use some special user like Admin user credential hard coded to invoke the service ?


I am looking solution some thing similar to this,

former_member182862
Active Contributor
0 Kudos

Hi Jenish

You are not asking these questions in the right group. SAPUI5 is just an user interface layer.

-D