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: 

can we pass mobile no. & Company name while using sap user

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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.

3 REPLIES 3

Former Member
0 Kudos

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.

0 Kudos

Hi Anmol,

I have tried both options. Both is not working.

Can anyone have anothe option.

Regards,

Narendra Goyal

0 Kudos

Hi,

Little change ..........

The BAPIUSCOMP field is to maintain address id for the company you can create a adrrss and use the adrress id here .

Please read documentation for BAPIUSCOMP for more details ..

Whereas in case of mobile number pass '2' or '3' to R_3_USER.

I think this will work out.

Thanks,

Anmol.