2007 Nov 29 6:12 PM
Hi All,
I want a code for passward creation, change and if forgot passward hit give me code or function module name for that.
Regarda if Helpful.
2007 Nov 30 12:16 PM
Hi Ramana,
Use this function module to create passsword
BAPI_BPARTNER_CREATEPASSWORD
This is a function group in this function group there is create,change etc function modules for passward.
Bupa_passward_bapi
Plz Reward if Help,
Mahi
Hi All,
I want a code for passward creation, change and if forgot passward hit give me code or function module name for that.
Regarda if Helpful.
2007 Nov 29 8:21 PM
do you want to create a password field? or do you actually want to change the user password?
explain it clearly.
if you want to create a password field. write code under initialization
LOOP AT SCREEN.
IF screen-group1 = 'BL2'.
screen-INVISIBLE = '1'.
ENDIF.
MODIFY SCREEN.
ENDLOOP.
PARAMETERS: p_pass TYPE xubcode MODIF ID bl2.
2007 Nov 29 8:26 PM
Hi Ramana,
Function module <b>SUSR_USER_SURFACE_PASSWORD</b> enable you to change your password.
If you wish to create/change/copy user data have a look at function group <b>SUUC</b> which has all useful function for this.
Hopping this answer your question.
Sincerely,
Alain Gauthier
2007 Nov 30 12:16 PM
Hi Ramana,
Use this function module to create passsword
BAPI_BPARTNER_CREATEPASSWORD
This is a function group in this function group there is create,change etc function modules for passward.
Bupa_passward_bapi
Plz Reward if Help,
Mahi
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |