The Function Module BKK_TRNSTYPE_GET_RTRN_TRNSTYPE (Gibt die Umkehrvorgansart für eine Vorgangsart und Rückschlüssel zurück) is a standard Function Module in SAP ERP and is part of the function group FBG9 within the package FKBA.
Function Module | BKK_TRNSTYPE_GET_RTRN_TRNSTYPE |
Short Text | Gibt die Umkehrvorgansart für eine Vorgangsart und Rückschlüssel zurück |
Function Group | FBG9 |
Package | FKBA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_RETURNK | LIKE | TBKKG31-RETURNK | Rückgabegrund | |
I_TRNSTYPE | LIKE | TBKKG31-TRNSTYPE | Vorgangsart |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_BNKLIAB | LIKE | TBKKG31-BNKLIAB | Bankhaftung für garantierte Beträge | |
E_CPD | LIKE | TBKKG31-USECPD | Für CpD-Konten erlaubt | |
E_GTRNSTYPE | LIKE | TBKKG31-GTRNSTYPE | Vorgangsart zum Buchen garantierter Beträge | |
E_OTRNSTYPE | LIKE | TBKKG31-OTRNSTYPE | Gegenvorgangsart | |
E_PARTNER | LIKE | TBKKG31-USEPRT | Für Partner-Konten erlaubt | |
E_RC | LIKE | SY-SUBRC | Returncode (s.Langtext) | |
E_RTRNSTYPE | LIKE | TBKKG31-RTRNSTYPE | Rückgabevorgangsart | |
E_RXDOCUMENT | LIKE | TBKKG31-RXDOCUMENT | Beleghafte Rückgabe ohne Zins | |
E_ZTRNSTYPE | LIKE | TBKKG31-ZTRNSTYPE | Rückgabevorgangsart (zinsrelevant) | |
E_ZXDOCUMENT | LIKE | TBKKG31-ZXDOCUMENT | Beleghafte Rückgabe mit Zins |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.