Set mobile phone in SAP

ASA
Regular Contributor
Regular Contributor

Hi,

we are trying to provision mobile phone number to SAP via SAP connector. For that purpose we added the following bit to CREATEACCOUNTJSON:

"ADDTEL": {
"TELEPHONE": "${user.secondaryPhone}",
"R_3_USER": "3"
},

according to docs of BAPI_USER_CREATE1, this number with R_3_USER = 3 should be set as the default phone number, but it's not happening.

Does anyone know how to set this correctly?

Thanks!

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

It should integer 3 isn’t it

ASA
Regular Contributor
Regular Contributor

Good idea but no luck. Rewrote like this:

"ADDTEL": {
"TELEPHONE": "${user.secondaryPhone}",
"R_3_USER": 3
},

but doesn't work either.

It seems its not mapped in code. Please raise freshdesk ticket to get confirmation 

ASA
Regular Contributor
Regular Contributor

Thanks for the support, I opened a ticket and will update here with any solution.