Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
sudeep_d
Partner - Creator
Partner - Creator

SAP data fetching issue

Hi All,

I am facing issue while fetching data from SAP R3 through SAP connector. While metadata is fetched i.e SAP table name and field name through RELOADSAPDD. But at the time of fetching data from actual table ,process is running and data is not coming.

Any help would be appreciated!!

Regards

Sudeep

4 Replies
fkeuroglian
Partner - Master
Partner - Master

Hi, what table are you try to extract info? are you add any WHERE condition?

Fernando

sudeep_d
Partner - Creator
Partner - Creator
Author

Hi

I am extracting SAP table with limited load  and where condition is not there.

Is there any way to track through log what error is there?

Not applicable

Just a suggestion.

Why dont you try running it without limited load and see if the data pulls through. Just a simple statement like

SQL Select *

From DataBase;

You can also check the log files to see if any records were pulled through. It would be available after all the fields in a table are read. Something like

23455 lines fetched

Thanks

AJ

Not applicable

Hi,

Can you post the script you are using?

Adrián F. Leiro