The Function Module ISB_GET_FIRST_DAY (IS-B: Berechnung des Anfangsdatums einer spezifizierten Vorperiode) is a standard Function Module in SAP ERP and is part of the function group JBT6 within the package JBT.
Function Module | ISB_GET_FIRST_DAY |
Short Text | IS-B: Berechnung des Anfangsdatums einer spezifizierten Vorperiode |
Function Group | JBT6 |
Package | JBT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_DATUM | LIKE | SY-DATUM | aktuelles Datum | |
NPERANZ | LIKE | JBTKREG-NOZDSP | Anz. Rückrechnungsperioden (incl. aktueller) | |
PERIV | LIKE | T009B-PERIV | Geschäftsjahresvariante |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_DATUM | LIKE | SY-DATUM | Anfangsdatum der NPERANZ-ten Vorperiode |
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.