Hi Friends,
I have to create sap user. For this I am using BAPI BAPI_USER_CREATE1.
I have also entered the mobile no. & Company in this. But I am not getting any field.
Kindly suggest the structure if any in this BAPI or we have any other FM or BAPI to create user in which we can pass these two fields also.
Regards,
Narendra Goyal
Hi Narendra,
In the same BAPI we have options for entering company and mobile num..
you can pass company name and addrss in BAPIUSCOMP structure (Import para)
and you can pass mobile number in 8TELEPHONE* field of structure BAPIADTEL and also pass field R_3_USER as 'X' in the same structure to make it as mobile number.
Thanks,
Anmol.
Add a comment