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 WAHD_GET_PERIOD_TABLE (Baut Periodentabelle zu Anfangs- und Endperiode auf) is a standard Function Module in SAP ERP and is part of the function group WAHD within the package WEFF.
Function Module | WAHD_GET_PERIOD_TABLE |
Short Text | Baut Periodentabelle zu Anfangs- und Endperiode auf |
Function Group | WAHD |
Package | WEFF |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_DATAB | LIKE | WAHD-ERTAG | Erster Tag der Ab-Periode | |
I_DATBI | LIKE | WAHD-ERTAG | Erster Tag der Bis-Periode | |
I_FABKL | LIKE | T001W-FABKL | Schlüssel des Fabrikkalenders | |
I_PERIV | LIKE | MARC-PERIV | Geschäftsjahresvariante | |
I_PERKZ | LIKE | WAHD-PERKZ | Periodenkennzeichen |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_T_PERIODS | TYPE | WAHDT_T_PERIOD | Tabelle mit Periodeninformationen |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INVALID_PERIOD | Ungültige Periode ermittelt |
WRONG_INPUT_PARAMETER | Fehlerhafte Import-Parameter |