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: 

needed code for bdc

Former Member
0 Kudos

i want to update the Transaction SU01 from the records available in an internal table please give me the code for bdc

1 ACCEPTED SOLUTION

former_member585060
Active Contributor
0 Kudos

Try this BAPIs according to your requirement

BAPI_USER_DISPLAY -- Display User

BAPI_USER_DELETE -- Delete User

BAPI_USER_CREATE1 -- Create User

BAPI_USER_CREATE - Create User

BAPI_USER_CHANGE -- Change User

BAPI_USER_ACTGROUPS_DELETE -- Delete Local Role Assignments for a User

BAPI_USER_LOCACTGROUPS_READ -- Change Activity Group Assignment for Dependent Systems from Central System

BAPI_USER_LOCPROFILES_ASSIGN -- Change Profile Assignment for Dependent Systems from Central System

BAPI_USER_PROFILES_ASSIGN -- Change Local Profile Assignments for a User

Regards

Bala Krishna

1 REPLY 1

former_member585060
Active Contributor
0 Kudos

Try this BAPIs according to your requirement

BAPI_USER_DISPLAY -- Display User

BAPI_USER_DELETE -- Delete User

BAPI_USER_CREATE1 -- Create User

BAPI_USER_CREATE - Create User

BAPI_USER_CHANGE -- Change User

BAPI_USER_ACTGROUPS_DELETE -- Delete Local Role Assignments for a User

BAPI_USER_LOCACTGROUPS_READ -- Change Activity Group Assignment for Dependent Systems from Central System

BAPI_USER_LOCPROFILES_ASSIGN -- Change Profile Assignment for Dependent Systems from Central System

BAPI_USER_PROFILES_ASSIGN -- Change Local Profile Assignments for a User

Regards

Bala Krishna