The Function Module DATE_STRING_CONVERT (Konvertierung einer relativen oder abgekürzten Datumsangabe) is a standard Function Module in SAP ERP and is part of the function group TB01_ADDON within the package FTA.
Function Module | DATE_STRING_CONVERT |
Short Text | Konvertierung einer relativen oder abgekürzten Datumsangabe |
Function Group | TB01_ADDON |
Package | FTA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DATE_FORMAT | LIKE | USR01-DATFM | Datumsdarstellung des Benutzers | |
DATE_STRING | LIKE | Datumsstring (relativ oder abgekürzt) | ||
START_DATE | LIKE | SY-DATUM | SY-DATUM | Basisdatum |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RESULT_DATE | LIKE | SY-DATUM | Ergebnisdatum |
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.