Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

Set mobile phone in SAP

ASA
Regular Contributor II
Regular Contributor II

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


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

ASA
Regular Contributor II
Regular Contributor II

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 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

ASA
Regular Contributor II
Regular Contributor II

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