on 2018 Aug 30 4:43 PM
Hi all,
I am implementing the badi LE_SHP_DELIVERY_PROC with method delivery_final_check.
After clicking on methid, i am writing the logic -
IF likp-lfdat lt sy-datum .
if sy-ucomm ne 'SICH'.
MESSAGE 'Invocie can not be created for back dated' TYPE 'S' DISPLAY LIKE 'E'. endif.
IF sy-ucomm eq 'SICH'.
MESSAGE 'Invocie can not be created for back dated' TYPE 'E' DISPLAY LIKE 'E'.
ENDIF.
ENDIF.
but the validation is not applying . Can anybody help me for the proper logic..?
User | Count |
---|---|
116 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.