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

users_gen

Former Member
0 Likes
494

Trying to copy users from FMS SU01 to SRM SU01 using USERS_GEN via RFC.

Users are being copied across but not the Room Number, Function,Dept, Buildong, Language, Telephone/Ext & Fax.

All other info is being copied across.

Anybody any ideas why these fields are not being copied across.

It is going through the normal FM'S BAPI_USER_CREATE & BAPI_USER_CREATE1 etc

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
453

LSU_USERF02

LSU_USERU31

LSU_USERU34

these are the three includes where room number is passed. put break points in them and check

2 REPLIES 2
Read only

Former Member
0 Likes
454

LSU_USERF02

LSU_USERU31

LSU_USERU34

these are the three includes where room number is passed. put break points in them and check

Read only

Former Member
0 Likes
453

Thanks for prompt reply.

I have noticed that LSU_USER31 (BAPI_USER_INTERNET_CREATE) would do the trick, but would I have to call this within the current routine.

I have noticed the current procedure goes thru BBP_OM_USR_CREATE_EMPLOYEE_EXT to do all the creates.

Do I have to put it in here or somewhere else.

Thanks

John