Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Command WHERE in the SAP

Hi all,

Sorry for the blast.

How we can to do the command WHERE in the SAP, using SAP Connector? 

Thanks

Labels (1)
1 Reply
danielrozental
Master II
Master II

SQL SELECT MANDT

FROM BKPF

WHERE MANDT = 400

If you have several tables in your SELECT then you must use the "~" character (beware that it will not work with mandt)

SQL SELECT MANDT

FROM BKPF

WHERE BKPF~BUKRS = 'ABCD'