The Function Module CTCV_CONVERT_DATE_TO_FLOAT (Konvertiert ein Datum im Format YYYYMMTT in eine Gleitpunktzahl (Float)) is a standard Function Module in SAP ERP and is part of the function group CTCV within the package CT.
Function Module | CTCV_CONVERT_DATE_TO_FLOAT |
Short Text | Konvertiert ein Datum im Format YYYYMMTT in eine Gleitpunktzahl (Float) |
Function Group | CTCV |
Package | CT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DATE | LIKE | CAWN-ATWRT | Datum, das in eine Gleipunktzahl (Float) zu konvertieren ist |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FLOAT | LIKE | CAWN-ATFLV | Datum als Gleitpunktzahl (Float) dargestellt |
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.