sap_write_translations
Write translated texts back to SAP objects for types like PROG, TABL, DYNP, using text IDs from sap_read_translations. Equivalent to saving in SE63.
Instructions
Writes translated texts back to a SAP object. Equivalent to saving translations in SE63. Provide an array of translations with text_id (from sap_read_translations) and the translated_text. Supports: PROG, DTEL, DOMA, MSAG, TABL, FUNC, CLAS, CUAD, DYNP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | Name of the SAP object | |
| object_type | Yes | Type of SAP object | |
| translations | Yes | Array of translations to write | |
| target_language | Yes | SAP 1-char language code for the target language. E=English, D=German, S=Spanish, F=French, etc. |