CONVERT_DATE_TO_INTERNAL SAP Function module - Conversion: External to internal date (like screen conversion)
Pattern for FM CONVERT_DATE_TO_INTERNAL - CONVERT DATE TO INTERNAL
Associated Function Group:
SCA1
Released Date: 23.09.1996
CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL' "Conversion: External to internal date (like screen conversion)
EXPORTING
date_external = " external date formatting
* accept_initial_date = " tadir-edtflag Single-Character Indicator
IMPORTING
date_internal = " internal date formatting
EXCEPTIONS
DATE_EXTERNAL_IS_INVALID = 1 " the external date is invalid (not plausible)
. " CONVERT_DATE_TO_INTERNAL
|
||||||||||