Skip to Content
0
Former Member
Feb 23, 2009 at 12:00 PM

ABAP sql with null variable

1095 Views

Hi

How to in SQL query add filter to get all record not NULL.

I have a field BELNR and this have value ' '

but in SQL WHERE belnr not equal ' ' OR NOT NULL

don't get me all records with not null values.

Edited by: Kosmo on Feb 23, 2009 1:01 PM