sap_read_translations
Reads SAP object translatable texts (programs, data elements, domains, messages, tables, functions, classes, GUI statuses, dynpro screens) and returns source texts with existing target translations for translation review.
Instructions
Reads translatable texts from a SAP object in source and optionally target language. Equivalent to SE63 in SAP GUI. Supports: PROG (text pool), DTEL (data element), DOMA (domain values), MSAG (message class), TABL (table/field texts), FUNC (function module), CLAS (class description + method/component descriptions + class text pool), CUAD (GUI status: function texts, titles, menus), DYNP (dynpro screens: screen titles, custom field texts, frame titles). Returns text IDs, source texts, existing target translations, and max lengths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | Name of the SAP object (e.g., ZPROG_EXAMPLE, MATNR, MTART, Z_MY_MSG) | |
| object_type | Yes | Type of SAP object. PROG=Program text pool, DTEL=Data element, DOMA=Domain fixed values, MSAG=Message class, TABL=Table/field descriptions, FUNC=Function module, CLAS=Class (description + method descriptions + text pool), CUAD=GUI status (function texts, titles, menus), DYNP=Dynpro screens (screen titles, custom field/frame texts) | |
| source_language | No | SAP 1-char language code for source texts. E=English, D=German, S=Spanish, F=French, I=Italian, J=Japanese, P=Portuguese, K=Korean, 1=Chinese. Default: E | E |
| target_language | No | SAP 1-char language code for target texts (optional). If provided, also reads existing translations in the target language. |