01-11-2023 01:40 AM
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!
01-11-2023 04:32 AM
It should integer 3 isn’t it
01-16-2023 03:18 AM
Good idea but no luck. Rewrote like this:
"ADDTEL": {
"TELEPHONE": "${user.secondaryPhone}",
"R_3_USER": 3
},
but doesn't work either.
01-16-2023 04:09 AM
It seems its not mapped in code. Please raise freshdesk ticket to get confirmation
01-16-2023 04:44 AM
Thanks for the support, I opened a ticket and will update here with any solution.