The Function Module LXHME_TIMESTAMP_CONVERT_INTO (Convert date & time into time stamp) is a standard Function Module in SAP ERP and is part of the function group LXHME_GNSRV within the package LXHME.
Function Module | LXHME_TIMESTAMP_CONVERT_INTO |
Short Text | Convert date & time into time stamp |
Function Group | LXHME_GNSRV |
Package | LXHME |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_DATE | TYPE | SYSTDATLO | Date and time, local date of user | |
IV_TIME | TYPE | SYSTTIMLO | Date and time, local time for user |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EV_TIMESTAMP | 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.