The Function Module DB6_HIS_GET_DATES_HSD (DB6: get from and to date/time of performance history) is a standard Function Module in SAP ERP and is part of the function group SDB6DB02 within the package STU6.
Function Module | DB6_HIS_GET_DATES_HSD |
Short Text | DB6: get from and to date/time of performance history |
Function Group | SDB6DB02 |
Package | STU6 |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PARTITN | TYPE | I | DB6: partition |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FROMDATE | LIKE | SY-DATUM | DB6: from date | |
FROMTIME | LIKE | SY-UZEIT | DB6: from time | |
TODATE | LIKE | SY-DATUM | DB6: to date | |
TOTIME | LIKE | SY-UZEIT | DB6: to time |
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 |
---|---|
NO_HISTORY_FOUND | required history records could not be read |