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: 

Passward creation

Former Member
0 Kudos

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.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

3 REPLIES 3

former_member191735
Active Contributor
0 Kudos

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.

0 Kudos

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

Former Member
0 Kudos

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