cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI/ABAP module used to Activate/Deactivate User in SU01

Former Member
0 Kudos

Hi,

I wanted to know about the BAPI/ABAP module that can be used to manage Activation/Deactivation of User in SU01 transaction through C programs.

I am able to handle other fields like text box and check box but not able to manage the Activation/Deactivation as it's a tool bar button.

Please Help,

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can also call the function module

BAPI_USER_LOCK

BAPI_USER_UNLOCK

You can call either of those function modules with the user name as the import parameter and in the "RETURN" you will see that they are then either locked or unlocked.