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 FAGL_GET_ACCOUNT_BALANCE (Kontosaldo lesen) is a standard Function Module in SAP ERP and is part of the function group FAGL_EMU_BALANCE within the package FAGL_EURO_CONVERSION.
Function Module | FAGL_GET_ACCOUNT_BALANCE |
Short Text | Kontosaldo lesen |
Function Group | FAGL_EMU_BALANCE |
Package | FAGL_EURO_CONVERSION |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ID_INCLUDE_CF | TYPE | CHAR1 | 'X' | X' - get balance including carry forward |
ID_LDGRP | TYPE | FAGL_LDGRP | Ledger-Gruppe | |
ID_POPER | TYPE | POPER | Buchungsperiode | |
ID_RACCT | TYPE | RACCT | Kontonummer | |
ID_RBUKRS | TYPE | BUKRS | Buchungskreis | |
ID_RBUSA | TYPE | GSBER | Geschäftsbereich | |
ID_RLDNR | TYPE | FAGL_RLDNR | Ledger in der Hauptbuchhaltung | |
ID_RTCUR | TYPE | RTCUR | Währungsschlüssel | |
ID_RYEAR | TYPE | GJAHR | Geschäftsjahr |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_BALANCE | TYPE | FAGL_EMU_S_BSEG_AMOUNTS2 | Struktur mit BSEG-Betragsfeldern |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
BAD_PARAM | Ungültige Kombination von Parametern |
BAD_SELECTION | Fehler in der Selektion |
ERROR_DDIF | Fehler beim rufen ins DDIC |
MISSING_MASTER_DATA | Konto-Stammsatz oder Buchungskreis nicht vorhanden |
NO_BALANCE_FOUND | Keinen Datensatz zur Selektion gefunden (Kann OK sein) |
NO_REPRESENTATIVE_LEDGER | Kein repräsentatives Ledger gefunden |
NO_TABLE_INFO_FOUND | Fehler bei Rückgabe Tablenames |