Code: Alles auswählen.
data: lv_datum type sy-datum.
call function 'CONVERT_DATE_INPUT'
exporting
INPUT = <EXCEL_IN>-VALUE
importing
OUTPUT = LV_DATUM.
write: lv_datum.
Code: Alles auswählen.
data: lv_datum type d.
call function 'CONVERSION_EXIT_NUMCV_INPUT'
exporting
INPUT = <EXCEL_IN>-VALUE
importing
OUTPUT = LV_datum.