The Function Module BKK_PAYM_TRANS_SEND (Zahlungsauftrag an Zahlungsverkehrsmodul übergeben) is a standard Function Module in SAP ERP and is part of the function group FBZ0 within the package FKBZ.
Function Module | BKK_PAYM_TRANS_SEND |
Short Text | Zahlungsauftrag an Zahlungsverkehrsmodul übergeben |
Function Group | FBZ0 |
Package | FKBZ |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_SENDER | LIKE | IBKKPO_SND | Auftraggeberdaten | |
I_XDOC | LIKE | IBKKPOHD-XDOCUMENT | SPACE | X-Zahlungsauftrag erfolgt beleghaft |
I_XREPETITION | LIKE | IBKK_MISC-XREPETITION | SPACE | Kennzeichen: Wiederholte Vorgelage der Datensätze |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RETURN | LIKE | SY-SUBRC | 0-Weitergabe des Zahlungsauftrags war ok |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
T_PAYM_NOTE | LIKE | IBKK_PYNOT | Verwendungszweckzeilen | |
T_RECEIVER | LIKE | IBKKPO_RCV | Empfängerdaten |
This function module does not define any Exceptions.