The Function Module OPEN_FI_PERFORM_00011020_E (Kontostammdaten: Daten bei Neuanlage übergeben) is a standard Function Module in SAP ERP and is part of the function group FBKP within the package FKBK.
Function Module | OPEN_FI_PERFORM_00011020_E |
Short Text | Kontostammdaten: Daten bei Neuanlage übergeben |
Function Group | FBKP |
Package | FKBK |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ACCOUNT | LIKE | IBKKBAPTAB-ACCOUNT | Kontonummer | |
I_ACCTYPE | LIKE | IBKKBAPTAB-ACCTYPE | Kontoart / Produkt | |
I_BANKKEY | LIKE | IBKKBAPTAB-BANKKEY | Bankschlüssel | |
I_COUNTRY | LIKE | IBKKBAPTAB-COUNTRY | Länderschlüssel | |
I_CURRENCY | LIKE | IBKKBAPTAB-CURRENCY | Kontowährung | |
I_IBAN | LIKE | IBKKBAPTAB-IBAN | International Bank Account Number |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RETURN | LIKE | SY-SUBRC | Returncode: 0 - okay, 1 - Fehler |
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_BKK_FBS | LIKE | IBKKTFI02 | Aufzurufende Funktionsbausteine |
This function module does not define any Exceptions.