Hello Experts,
how can I say not empty. I have to assure that this field is filled
READ TABLE et_item WITH KEY PARTNER_PROD NOT EMPTY TRANSPORTING NO FIELDS.
IF sy-subrc <> 0.
RAISE error.
ENDIF.
Regards
ertas