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 ISSR_MD_RE_GET_PERIODS_FI_AA (Perioden mit Timeframe für Werte FI_AA holen) is a standard Function Module in SAP ERP and is part of the function group ISSR4 within the package VVSRFISL.
Function Module | ISSR_MD_RE_GET_PERIODS_FI_AA |
Short Text | Perioden mit Timeframe für Werte FI_AA holen |
Function Group | ISSR4 |
Package | VVSRFISL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BEGDA | TYPE | ISSR_START_DATUM | ISSR:Startdatum | |
I_ENDDA | TYPE | ISSR_END_DATUM | ISSR:Endedatum | |
I_MONMIT | LIKE | T093C-MONMIT | Erster Tag der zweiten Monatshälfte | |
I_PERIV | LIKE | T001-PERIV | Geschäftsjahresvariante |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_BUSINESS_YEAR | TYPE | GJAHR | Geschäftsjahr | |
E_LAST_DAY_BUSI_YEAR | TYPE | SY-DATUM | Letzter Tag der Gescdhäftsjahres | |
E_LAST_DAY_PERIOD_END | TYPE | SY-DATUM | letzter Tag des Periodenendes | |
E_PERIOD_BEG | TYPE | VONPE | Von Periode (bei Gültigkeitsintervallen) | |
E_PERIOD_END | TYPE | BISPE | Bis Periode (bei Gültigkeitsintervallen) |
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.