Selection screen Error Problems
FORM f_datevalidation .
IF sy-ucomm = 'ONLI'.
IF s_bedat-low IS INITIAL AND sa_det <> gc_x.
MESSAGE e006.
ENDIF.
IF s_erdat-low IS INITIAL.
MESSAGE e007.
ENDIF.
ENDIF.
ENDFORM.
IF sy-ucomm = 'ONLI'.
IF s_bedat-low IS INITIAL AND sa_det <> gc_x.
MESSAGE e006.
ENDIF.
IF s_erdat-low IS INITIAL.
MESSAGE e007.
ENDIF.
ENDIF.
ENDFORM.
Comments
Post a Comment