cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Error when exporting query

05-15-2014 8:43 AM
kothandaraman_nagarajan Active Contributor
812 views 1 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hi Experts

What could be the reason why an error below prompts when I try exporting a query I created.

Thanks,

Janice

0 Likes
View Entire Topic
kothandaraman_nagarajan
Active Contributor
0 Likes

Hi,

The above error due to memory problem. Limit the query result by adding condition at where clause to export.

For example, T0.docdate between [%1] and [%2]

Thanks & Regards,

Nagarajan

Former Member
0 Likes

Hi ,

If your query is giving more than  thousands rows or above , you will not able to fetch the data from Query Manager it self.

Either run the same query in SQL or put the conditions in query to filter the data.

Please define a selection criteria within the current system limitation.

Thanks

TAruna