SAP Knowledge Base Article - Public

3415551 - How to update data for a specific script via web service

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

  1. Open relevant WSDL.
  2. Open request.
  3. Maintain relevant data to be updated.
  4. Execute request.
  5. Check in UI.
  6. It will be updated for Latin script.
  7. Change to a different script.
  8. 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

Product

SAP Business ByDesign all versions