cancel
Showing results for 
Search instead for 
Did you mean: 

Want to validate date in T-code vl02n

Former Member
0 Kudos

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..?


Accepted Solutions (0)

Answers (0)