The Function Module BKK_CONVERT_FORMAT_DATE (Format Date from YYYYMMDD to DD.MM.YYYY) is a standard Function Module in SAP ERP and is part of the function group FB00 within the package FKB.
Function Module | BKK_CONVERT_FORMAT_DATE |
Short Text | Format Date from YYYYMMDD to DD.MM.YYYY |
Function Group | FB00 |
Package | FKB |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
P_DATE | TYPE | SYDATUM | Date and Time, Current (Application Server) Date |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
P_FORMATTED_DATE | TYPE | CHAR10 | Character Field Length - 10 |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.