Parameter | Reference | Type | Length | Default | Optional | Text |
---|---|---|---|---|---|---|
DOCU_TEXTS | 0 | SPACE | X | Obsolete from Release 4.0 | ||
LANGUAGE | SYST-LANGU | C | 1 | SPACE | X | Language in which the texts should be returned |
NAME | TRDIR-NAME | C | 40 | Program Name |
Parameter | Reference | Type | Length | Text |
---|---|---|---|---|
MASTER_LANGU | SYST-LANGU | C | 1 | Source language |
Parameter | Reference | Length | Optional | Text |
---|---|---|---|---|
DTEXTS | RSMP_DTXT | 84 | X | Obsolete from Release 4.0 |
DYNAMIC_TEXTS | RSEU0_FUND | 141 | X | Obsolete from Release 4.0 |
GUI_TEXTS | RSMPE_TXT | 169 | X | Function and menu texts |
TEXTS | RSEU0_FUN | 51 | X | Obsolete from Release 4.0 |
Exception | Text |
---|---|
CUA_NOT_FOUND | User interface not found (new source) |
NO_TEXTS | No texts were found |
PROGRAM_NOT_FOUND | Program not found |
This function module returns the menu and function texts of a programin an internal table. It also returns the master language. The textsare returned in the master language if the LANGUAGE parameter is set toinitial. Otherwise, they are returned in the requested language.Untranslated texts are also contained in the table. The TRANSLATEDfield is set to initial in these cases. The TRANSLATED field containsthe value 'X' for texts for which a translation exists. There can be more than one text for a single function. For this reason,the function code and the text number (which are usually the same) arereturned in the internal table. The type for a menu always M. The type for a function is the same asthe function type (space, E, S...) Description Description Description |