Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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'