Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module FM_KTABS_DOCUMENTS_ANA (Beleganalyse Tagesabschluss) is a standard Function Module in SAP ERP and is part of the function group FMPA_ANA within the package FMFS.
Function Module | FM_KTABS_DOCUMENTS_ANA |
Short Text | Beleganalyse Tagesabschluss |
Function Group | FMPA_ANA |
Package | FMFS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_CURR_PSOBT | TYPE | BKPF-PSOBT | Aktueller Buchungtag |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_T_FI_SUPP | TYPE | FMPAN_T_KTABS_FI_SUPP | FI-Belege aus anderen Buchungstagen | |
E_T_FM_SUPP | TYPE | FMPAN_T_KTABS_FM_SUPP | FM-Belege aus anderen Buchungstagen | |
E_T_GROUPS | TYPE | FMPAN_T_KTABS_GROUPS | Nummern für zusammenhängende Beleggruppen |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_T_FI_ITEMS | TYPE | FMPAN_T_KTABS_FI_ITEMS | FI-Belegpositionen | |
C_T_FM_ITEMS | TYPE | FMPAN_T_KTABS_FM_ITEMS | FM-Belegpositionen |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
R_BUKRS | LIKE | RANGE_BUKRS_CO | Rangetabelle für Buchungskreise | |
R_RLDNR | TYPE | FMPAN_T_RANGE_RLDNR | Struktur einer Ranges-Tabelle für Ledger (RLDNR) |
This function module does not define any Exceptions.