Application Development and Automation 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: 
Read only

BAPI's for SU01 Transaction

Former Member
0 Likes
5,310

i am looking for Bapi's for SU01 transaction

1 ACCEPTED SOLUTION
Read only

Former Member
3,240

Hi swaminathan,

1. BAPI_USER_CREATE1

regards,

amit m.

Hi swaminathan,

1. BAPI_USER_CREATE1

regards,

amit m.

8 REPLIES 8
Read only

Former Member
3,241

Hi swaminathan,

1. BAPI_USER_CREATE1

regards,

amit m.

Read only

0 Likes
3,240

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.

Read only

0 Likes
3,240

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.

Read only

Former Member
0 Likes
3,240

BAPI_USER_CREATE

Read only

Former Member
3,240

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

Read only

0 Likes
3,240

Hi all,

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

Thanks,

B.

Read only

0 Likes
3,240

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

Read only

0 Likes
3,240

Hi all,

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

Regards,

Rajendra.