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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Error while fetching data from SAP

Hi ,

my code is this:

load
KSCHL ;
sql select
KONV~KSCHL
from VBAK LEFT JOIN KONV ON (KONV~KNUMV = VBAK~KNUMV) ;

I got error (Open stream failed ,Sql Error)

Pls debug it.

9 Replies
suniljain
Master
Master

you are not getting response from SAP R/3 in decided time frame.

reason is that KONV is cluster table and from KONV you cant extract data like that.

Not applicable
Author

THEN HOW TO DO THIS ?

suniljain
Master
Master

Dear Rajni,

What is data data volume in KONV. I mean No of records.

Regards

Sunil

Not applicable
Author

ABOVE 5 CRORE DATA

Not applicable
Author

Pls give urgent reply

Not applicable
Author

Pls give me answer if i want to fetch data on daily basis

suniljain
Master
Master

in  qlikview sap connector 5.6 . this task become easy.

thanx to qliktech

Not applicable
Author

Hello,

so far that I know the KONV is a cluster table and it is not possible to make a JOIN with a cluster table. I think you have to find a workaround e.g. SAP queries or nested SQL statements

Best regards!

suniljain
Master
Master

you can not make join but you can extract KONV with the help of VBAK or VBRK in sub query.