Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi, what table are you try to extract info? are you add any WHERE condition?
Fernando
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?
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
Hi,
Can you post the script you are using?
Adrián F. Leiro