Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a SAP equivalent for NULL ?

Former Member
0 Kudos

Hi, I'm looking for a SAP equivalent for Oracle's NULL, but I'm not even speaking about SQL, I mean in a selection screen, when I don't have a search help for a given field. I want to query table ACCTIT but get only rows that don't have fields AWREF_REV and AWORG_REV blank or null.

Is there a way I can achieve this, in the browsing screen ?

Thanks,

Avraham

2 REPLIES 2

Former Member
0 Kudos

Hi,

Please try the condition if <>variable-name> is initial.

It will give you desired results.

Kind Regards,

-Rajat

0 Kudos

I'm talking about a Data Browsing screen, I'm not talking about coding.