The Function Module LXDCK_RELEASE_DATE_GET (Get release, latest release, and matching date) is a standard Function Module in SAP ERP and is part of the function group LXDCK_MDCSN within the package LXDCK.
Function Module | LXDCK_RELEASE_DATE_GET |
Short Text | Get release, latest release, and matching date |
Function Group | LXDCK_MDCSN |
Package | LXDCK |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_DOCNR | TYPE | LEINT_DOCNR | Reference Document | |
IV_DOCTY | TYPE | LXHME_DOCTY | Reference Document Type | |
IV_DOCUMENT_TMSTP | TYPE | TZNTSTMPS | UTC time stamp in short form (YYYYMMDDhhmmss) | |
IV_WAREHOUSE | TYPE | LEINT_LGNUM | Warehouse Number |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EV_LATEST_DATE | TYPE | TZNTSTMPS | UTC time stamp in short form (YYYYMMDDhhmmss) | |
EV_MATCHING_DATE | TYPE | TZNTSTMPS | UTC time stamp in short form (YYYYMMDDhhmmss) | |
EV_RELEASE_DATE | TYPE | TZNTSTMPS | UTC time stamp in short form (YYYYMMDDhhmmss) |
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.