Functionality This function module saves texts for several CATT procedures or CATTmodules from the text translation. The parameter TLANGU must contain the language in which the text passedis to be stored. The table parameter TRANSTAB contains the list of texts with their IDs. The table refers to the Dictionary structure CATFT, and containsthe following fields: ABLNR Procedure number TABNAME ID of text field 1st. part: Table name CATG or CATV FIELDNAME ID of text field 2nd. part: Field name from the read function CAT_TEXTS_READ LAENGE Maintenance length of text not used here, only in CAT_TEXTS_READ GROSS Flag: Only upper case letters in text not used here, only in CAT_TEXTS_READ SUBRC Return code = 0: Function performed 12: Procedure number not specified 16: Table neither CATG nor CATV 20: Not CATG field name SOURCETEXT Not used here, only in CAT_TEXTS_READ TARGETTEXT Text in the language specified in parameter TLANGU Text field empty: the field is deleted from the CATG table entry, the CATG entry itself is saved. the entry identified by FIELDNAME is deleted from the table CATV. Notes The complement of this function module is CAT_TEXTS_READ, which readsCATT texts in two languages. |