Fonction SAP BKK_TRNSTYPE_GET_PARTNER_TEXT - Transaction Type Text in Correspondence Language

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_BKKRS BKK_BKKRS C 4 Bank Area
I_PARTNER BU_PARTNER C 10 X Business Partner Number
I_TRNSTYPE BKK_TTYPE C 4 Transaction Type

Paramètre Reférence Type Long. Description
E_TTRNSTYPE BKK_T_TTYP C 25 Transaction Type Description

Exception Description
IMPORTPARAMETER_ERROR
NO_TEXT_FOUND
PARTNER_NOT_FOUND

Functionality
This function module finds the text for a transaction type.
If a business partner is specified, the text is found in thecorrespondence language of the partner.
If the business partner is not specified, or if there is nocorrespondence language defined for this partner, or if the text is notentered in this language, the text is read in the bank area language.
If there is no text here either, the system searches with the logonlanguage.
If there is no text here, the system searches for an English text.
If there is no text in English, the system processes an exceptionNO_TEXT_FOUND.
Texts found are kept in a global table to minimize the number ofdatabase accesses.