CALL FUNCTION 'DATE_CHECK_PLAUSIBILITY'
EXPORTING
date = l_select_date
EXCEPTIONS
plausibility_check_failed = 1
OTHERS = 2.
IF sy-subrc <> 0.
* date invalid
ENDIF.
| Converted from CHM to HTML with chm2web Standard 2.7 (unicode) |