Fonction SAP CAT_TEXTS_READ - CATT - Read texts for translation

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
SLANGU SYST-LANGU C 1 Source language for reading CATT texts
TLANGU SYST-LANGU C 1 Target language for reading CATT texts

Paramètre Reférence Long. Facultatif Description
TRANSTAB CATFT 218 IN: Procedure numbers OUT: Existing texts

Functionality
This function module reads the texts of several CATT procedures ormodules, to control the text translation.
Two languages, in which the existing texts are to be read, arespecifiedin the parameters SLANGU and TLANGU.
A list of procedure numbers is passed in the table parameter TRANSTAB.
Each text which exists in one or both languages is returned in a tableentry.
The table with the Dictionary structure CATFT
has the following fields:
ABLNR Ablaufnummer
TABNAME Identifikation des Textfeldes 1. Teil: Tabellenname
FIELDNAME Identifikation des Textfeldes 2. Teil: Feldname
LAENGE Zur Pflege vorgesehene Länge des Textes
GROSS Kennzeichnung: Nur Großbuchstaben im Text vorgesehen
SUBRC Returncode = 8, wenn zu einer Ablaufnummer in keiner
der beiden angegebenen Sprachen Texte vorhanden sind
SOURCETEXT Text in der im Parameter SLANGU angegebenen Sprache
falls vorhanden, sonst leer
TARGETTEXT Text in der im Parameter TLANGU angegebenen Sprache
falls vorhanden, sonst leer

Notes
Das Gegenstück zu diesem Funktionsbaustein ist CAT_TEXTS_UPDATE,
mit dem übersetzte Texte in einer Sprache abgelegt werden können.