The Function Module TEST_PERIODENGRENZE (Test ob Kalenderzeitintervall auf Buchungsperiodengrenze liegt) is a standard Function Module in SAP ERP and is part of the function group RKMA within the package KBAS.
Function Module | TEST_PERIODENGRENZE |
Short Text | Test ob Kalenderzeitintervall auf Buchungsperiodengrenze liegt |
Function Group | RKMA |
Package | KBAS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DATAB | LIKE | SY-DATUM | Lower value of a range | |
DATBI | LIKE | SY-DATUM | Upper value of a range | |
PERIV | LIKE | T009-PERIV | Version of the period determinatio |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FDATUM | LIKE | SY-DATUM | first calendar day | |
LDATUM | LIKE | SY-DATUM | last calendar day |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
T009B_NOTFOUND | Entry does not exist in table T009 |
T009_NOTFOUND | Entry does not exist in table T009 |