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: 

How to create mobile number(AD_MBNMBR1) using BAPI_BUPA_CREATE_FROM_DATA

Former Member
0 Kudos

Hi Experts,

I am not able find where to pass the mobile number value to the tables exist in BAPI_BUPA_CREATE_FROM_DATA.

I am able to update the telephone number, but not able to update mobile number. please find the below screenshot.

please help me on this.

Thanks in Advance.

Siva

1 ACCEPTED SOLUTION

sireeshach
Explorer
0 Kudos

Hi Siva,

Pass the field R_3_USER (Indicator: Telephone is a Mobile Telephone) as 'X' while building the internal table to pass to tables parameter TELEFONDATA ( referring to structure BAPIADTEL).

Regards,

Sireesha Ch

3 REPLIES 3

sireeshach
Explorer
0 Kudos

Hi Siva,

Pass the field R_3_USER (Indicator: Telephone is a Mobile Telephone) as 'X' while building the internal table to pass to tables parameter TELEFONDATA ( referring to structure BAPIADTEL).

Regards,

Sireesha Ch

0 Kudos

Hi,

Pass either 2 or 3 for the field R_3_USER.

Telephone is Default Under Landline Telephones1
Telephone is Mobile Telephone but Not Default Mobile Phone2
Telephone is Default Mobile Telephone3
Obsolete - No Longer ValidX
____________________________________________________________

Regards,

Sireesha Ch

atul_mohanty
Active Contributor
0 Kudos

Try with  R_3_USER = 3 in  TELEFONDATA (TABLES) and check .