The Function Module FAGL_GET_LEDGER_DOCNR (Alle Ledger und deren Belegnummern zu einer Erfassungsbelegnummer) is a standard Function Module in SAP ERP and is part of the function group FAGL_DOCUMENT_RELATION within the package FAGL_DB_PERSISTENCY.
Function Module | FAGL_GET_LEDGER_DOCNR |
Short Text | Alle Ledger und deren Belegnummern zu einer Erfassungsbelegnummer |
Function Group | FAGL_DOCUMENT_RELATION |
Package | FAGL_DB_PERSISTENCY |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BELNR | TYPE | BELNR_D | Belegnummer eines Buchhaltungsbeleges | |
I_BUKRS | TYPE | BUKRS | Buchungskreis | |
I_GJAHR | TYPE | GJAHR | Geschäftsjahr |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_DOCNR | TYPE | FAGL_T_DOCNR_KEY | Tabelle mit Ledgerbelegnummern | |
ET_LEDGER | TYPE | FAGL_RLDNR_TAB | Ledger Tabelle | |
ET_SI_TABLE | TYPE | FAGL_STRUCNAMES | Tabelle der SI-Tabellennamen |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.