Menu

SAP Function Module GET_TAB_DATA_FOR_FEBKO

Liest die Customizingtabellen zu einem Bankkonto

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module GET_TAB_DATA_FOR_FEBKO (Liest die Customizingtabellen zu einem Bankkonto) is a standard Function Module in SAP ERP and is part of the function group F030 within the package FTE.

Technical Information

Function Module GET_TAB_DATA_FOR_FEBKO
Short Text Liest die Customizingtabellen zu einem Bankkonto
Function Group F030
Package FTE
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_BANKL LIKE T012-BANKL SPACE A,B: Bankschlüssel (optional)
I_BANKN LIKE T012K-BANKN SPACE A: Bankkontonummer
I_BIGAC1 TYPE BIGAC_EB SPACE Kontonummer im Kontoauszug
I_BIGAC2 TYPE BIGAC_EB SPACE Kontonummer im Kontoauszug
I_BNKN2 LIKE T012K-BNKN2 SPACE B: Alternative Bankkontonummer
I_WAERS LIKE T012K-WAERS SPACE A: Kontenwährung (optional)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_T012 LIKE T012 Gefundene Hausbank
E_T012K LIKE T012K Gefundenes Hausbankkonto

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
BANK_ACCOUNT_NOT_FOUND Bankkontonummer nicht gefunden
BANK_KEY_FALSE Bankkontonummer gefunden, Bankschlüssel falsch
BANK_KEY_NOT_FOUND BankKtoNr mehrmals gefunden, BankSchl nicht gef.
CURRENCY_FALSE Bankkontonummer gefunden, Währung falsch
CURRENCY_NOT_FOUND BankKtoNr mehrmals gefunden, Währung nicht gef.
INPUT_WRONG Falsche Parametrisierung ( entweder A oder B)
MULTIPLE_BANK_ACCOUNT Bankkontonummer mehrmals gefunden