The Function Module RH_OM_PERIODS_SET (Initialisiert die Anzeige der Gültigkeitsperioden für die Tabstrips) is a standard Function Module in SAP ERP and is part of the function group RHOMDETAILMANAGER within the package SP0E.
Function Module | RH_OM_PERIODS_SET |
Short Text | Initialisiert die Anzeige der Gültigkeitsperioden für die Tabstrips |
Function Group | RHOMDETAILMANAGER |
Package | SP0E |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DISPLAY_ONLY | TYPE | FLAG | Daten nur anzeigen, keine Eingabe | |
IGNORE_OBJECT_TIME | TYPE | FLAG | Periode kann über Objektzeitraum hinausgehen |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ACT_PERIOD | TYPE | HRPERIODS | Aktuelle Periode (aus SELDATE) | |
ACT_SELDAT | TYPE | D | Aktuelles Selektionsdatum (siehe Parameterdoku) | |
PERIOD_PROGRAM | TYPE | SY-REPID | Subscreen-Programm für Perioden | |
PERIOD_SUBSCREEN | TYPE | SY-DYNNR | Subscreen-Nummer für Perioden |
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 |
---|---|---|---|---|
CHECK_PERIODS | LIKE | HRPERIODS | Tabelle mit Perioden, die zu initialisieren sind |
This function module does not define any Exceptions.