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

Incremental load from SAP BI data

I am trying to implement incremental load from SAP BI data and when I use where clause it giving an error OpenStream failed. Any clue what I am doing wrong.







Load

MATERIAL

as [MATERIAL],

[MATERIAL]

AS [TMATERIAL_PMATERIAL_KEY],

LANGU ;

Select * From /BI0/TMATERIAL WHERE LANGU='E';





Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

Don't you need a "Sql" in front of your select clause? i.e.
















Load




as [LBU];

SQL




LANGU = 'E';


Select TXTSH LANGU /BIC/ZLBU from /BIC/TZLBU

where

[TXTSH] as [LBU Desc],

[/BIC/ZLBU]





View solution in original post

4 Replies
disqr_rm
Partner - Specialist III
Partner - Specialist III

Just put a bracket around /BI0/TMATERIAL -

Select * From [/BI0/TMATERIAL] WHERE LANGU='E';

Not applicable
Author

Don't you need a "Sql" in front of your select clause? i.e.
















Load




as [LBU];

SQL




LANGU = 'E';


Select TXTSH LANGU /BIC/ZLBU from /BIC/TZLBU

where

[TXTSH] as [LBU Desc],

[/BIC/ZLBU]





disqr_rm
Partner - Specialist III
Partner - Specialist III

Yes for sure. Thanks.

suniljain
Master
Master

Dear srinivas,

Can you guide me . How to extract Increamental data from SAP BW ?.

if There is no time stamp available in Cube , DSO.

Pls reply me as soon as possible.

Regards;

Sunil Jain