Hi Sree,
thanks for reply,
I put Condition.
if sy-ucomm = ok_post1.
if it_mseg-werks = '1000' .
select single lifnr from j_1imovend into corresponding fields of j_1imovend
where lifnr = it_mseg-lifnr
and j_1ivtyp in ('FD', 'SD').
if j_1iexhead-mrpind ne ' '.
message 'Tick on MRP Indicator ' type 'E'.
endif.
endif.
endif.
It Correct or not