The Function Module ALM_ME_USER_TIME_TO_SYSTEM (Konvertiert lokale Zeit des Benutzers in Systemzeit) is a standard Function Module in SAP ERP and is part of the function group ALM_ME_TOOLS within the package ALM_ME.
Function Module | ALM_ME_USER_TIME_TO_SYSTEM |
Short Text | Konvertiert lokale Zeit des Benutzers in Systemzeit |
Function Group | ALM_ME_TOOLS |
Package | ALM_ME |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DATE_IN | TYPE | DATUM | Datum | |
TIME_IN | TYPE | UZEIT | Tageszeit | |
USER | TYPE | UNAME | SY-UNAME | Benutzername |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DATE_OUT | TYPE | DATUM | Datum | |
TIME_OUT | TYPE | UZEIT | Tageszeit |
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.