getTextElements
Read text elements of ABAP programs, classes, or function groups: text symbols, selection texts, and list headings stored per language, which source retrieval omits.
Instructions
Read the text elements of a program, class or function group: text symbols (TEXT-001), selection texts (the labels of PARAMETERS and SELECT-OPTIONS) or list headings. These are stored per language outside the source, so getObjectSource never shows them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Escape hatch: the text elements base URL, e.g. /sap/bc/adt/textelements/programs/zr_app_foo. | |
| category | No | Which set to read: "symbols" (default), "selections" or "headings". | |
| objectName | No | Object name, e.g. ZR_APP_FOO. | |
| objectType | No | ADT type of the object: PROG/P, CLAS/OC, FUGR/F. Defaults to PROG/P. |