Symptom
Currently when you update master data (for example Suppliers) via web service, the values are only replicated to the Latin script.
You would like to update data for other scripts (Cyrillic, Chinese, Katakana, etc.) via web service as well.
Environment
SAP Business ByDesign
Reproducing the Issue
- Open relevant WSDL.
- Open request.
- Maintain relevant data to be updated.
- Execute request.
- Check in UI.
- It will be updated for Latin script.
- Change to a different script.
- Data will not be updated.
Cause
By default, the data is updated for the Latin script.
Resolution
In order to update data for a specific script, you can use the tag <script> as in below example:
<script>
<script>C</script>
<FirstLineName>Chinese Webservice</FirstLineName>
<SecondLineName>Chinese Second Name</SecondLineName>
</script>
That way you will be able to update the data with respective script information.
Keywords
cyrillic, katakana, chinese, supplier, webservice, scripts, multiple scripts, master data , KBA , SRD-MD-BP-SUP , Suppliers , Problem