Skip to Content
0
Former Member
Jun 09, 2009 at 01:42 PM

NOT EMPTY

40 Views

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