getMessageLongtext
Retrieve the cause and procedure for an SAP message as HTML. Specify message class, number, and language to get the localized long text.
Instructions
Read the long text (cause and procedure) of one message, as the HTML the backend serves. The text is stored per language and there is no fallback: a message documented in EN answers nothing in RU. Writing a long text is not possible over ADT - that resource refuses PUT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | Message number, e.g. 001 (or 1 - the zeros are added). | |
| language | No | One-character SAP language key of the text, e.g. E or R. Defaults to the logon language. | |
| className | Yes | Message class, e.g. ZAPP_NOCOND. |