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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register 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

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'