‎2009 Jul 23 11:14 AM
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
‎2009 Jul 23 11:22 AM
LSU_USERF02
LSU_USERU31
LSU_USERU34
these are the three includes where room number is passed. put break points in them and check
‎2009 Jul 23 11:22 AM
LSU_USERF02
LSU_USERU31
LSU_USERU34
these are the three includes where room number is passed. put break points in them and check
‎2009 Jul 23 11:43 AM
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