The Function Module ISB_MM_FDU_DATA_GET (SAP-Banking: relevante Geldhandelsdaten nachlesen) is a standard Function Module in SAP ERP and is part of the function group JBCFTRANSACTION within the package JBT.
Function Module | ISB_MM_FDU_DATA_GET |
Short Text | SAP-Banking: relevante Geldhandelsdaten nachlesen |
Function Group | JBCFTRANSACTION |
Package | JBT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ACT_FIP_ONLY | TYPE | C | 'X' | nur aktuellen Festschreibungszeitraum lesen |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
O_STATE_INFO_TAB | TYPE | KCFDR_RECEIVER_STATE_TAB | Status in <i_jbiupgeha_tab> |
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 |
---|---|---|---|---|
IO_BLOCK_INFO_TAB | TYPE | KCFDR_INDEX_TAB | Blockanfang und -ende in <i_jbiupgeha_tab> | |
I_JBIUPGEHA_TAB | LIKE | JBIUPGEHA | übergebene Daten in Empfängerstruktur | |
O_VTBFHAPO_TAB | LIKE | VTBFHAPO | Bewegungsdaten von DB | |
O_VTBFHAZU_TAB | LIKE | VTBFHAZU | Vorgangsdaten von DB | |
O_VTBFHA_TAB | LIKE | VTBFHA | Stammdaten von Datenbank (DB) | |
O_VTBFINKO_TAB | LIKE | VTBFINKO | Konditionsdaten von DB |
This function module does not define any Exceptions.