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: 

BAPI's for SU01 Transaction

Former Member
0 Kudos

i am looking for Bapi's for SU01 transaction

1 ACCEPTED SOLUTION

Former Member

Hi swaminathan,

1. BAPI_USER_CREATE1

regards,

amit m.

8 REPLIES 8

Former Member

Hi swaminathan,

1. BAPI_USER_CREATE1

regards,

amit m.

0 Kudos

if you want to create a user (instead of generating BDC for SU01) you just call BAPI_USER_CREATE with all the details filled in. then call BAPI_TRANSACTION_COMMIT to commit the changes to the database.

check out transaction BAPI for list of available BAPI's and its documentation.

0 Kudos

You may use "BAPI_USER_ACTGROUPS_ASSIGN" to assign roles any can use "BAPI_USER_GET_DETAIL" for required data of the USER after creation.

former_member181962
Active Contributor
0 Kudos

BAPI_USER_CREATE

Former Member

Hi,

Take a look at this

BAPI_USER_ACTGROUPS_ASSIGN

BAPI_USER_ACTGROUPS_DELETE

BAPI_USER_CHANGE

BAPI_USER_CLONE

BAPI_USER_CREATE

BAPI_USER_CREATE1

BAPI_USER_DELETE

BAPI_USER_DISPLAY

BAPI_USER_EXISTENCE_CHECK

BAPI_USER_GETLIST

BAPI_USER_GET_DETAIL

BAPI_USER_INTERNET_CREATE

BAPI_USER_LOCACTGROUPS_ASSIGN

BAPI_USER_LOCACTGROUPS_DELETE

BAPI_USER_LOCACTGROUPS_READ

BAPI_USER_LOCK

BAPI_USER_LOCPROFILES_ASSIGN

BAPI_USER_LOCPROFILES_DELETE

BAPI_USER_LOCPROFILES_READ

BAPI_USER_PROFILES_ASSIGN

BAPI_USER_PROFILES_DELETE

BAPI_USER_UNLOCK

Regards,

Ravi

Note : Please mark the helpful answers

0 Kudos

Hi all,

I'm looking for the field of the BAPI "BAPI_USER_CREATE1" to fill the License tab ?

Thanks,

B.

0 Kudos

BAPI_USER_CHANGE TO CHANGE THE USER PROFILE

IF U WANT TO SEE MORE FM GOT TO PATTERN AND

GIVE BAPI_USER*  AND F4 TO SEE MORE FM'S FOR UR PURPOSE

0 Kudos

Hi all,

I am using bapi_user create1,How can i pass roles for that .

Regards,

Rajendra.