The Function Module FRE_CONVERT_TIMESTAMP_2_DATE (Converts Timestamp (15) into Date) is a standard Function Module in SAP ERP and is part of the function group FRE_ORDER_IN within the package WFRE_PI.
Function Module | FRE_CONVERT_TIMESTAMP_2_DATE |
Short Text | Converts Timestamp (15) into Date |
Function Group | FRE_ORDER_IN |
Package | WFRE_PI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IP_TIMESTAMP | TYPE | TZNTSTMPS | UTC time stamp in short form (YYYYMMDDhhmmss) | |
IP_WERKS | TYPE | EWERK | Plant |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EP_DATUM | TYPE | DATUM | Date |
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.