cancel
Showing results for 
Search instead for 
Did you mean: 

How To rename master record by Bapi

Former Member
0 Kudos

Hi all,

in transaction SU01 there is a function "rename". I am now looking for a way to rename a users id by using a Bapi. Does anybody know if this is possible? And - if so - how?

thanks in advance

andreas klanke

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Andreas,

Will the function module RENAME_USER_ON_DB be helpful to you ? It is not a BAPI though.

Regards.

Ruchit.

Answers (1)

Answers (1)

Former Member
0 Kudos

Ruchit,

thanks for Your advice!

What I am looking for is a Bapi or function module which could be called by a Java routine from outside the SAP system. As far as I know, the easiest way to fulfill this request would be a Bapi. Any suggestions?

Regards

andreas klanke

Former Member
0 Kudos

Hi Andreas,

Dont think there any standard SAP BAPI for renaming users. Though you can check these function modules/BAPIs: BAPI_USER*.

May be you need to write one on your own. You may use the function module earlier suggested by me as a reference.

Regards.

Ruchit.