cancel
Showing results for 
Search instead for 
Did you mean: 

Query returning error in BEx Web Application, ABAP Web, AO, Analyzer and rsrt working

Former Member
0 Kudos
154

Hello,

we recently migrated our 7.3 system to HANA and in the following tests we encountered an error that one (others are working fine) report can not be executed from the portal.

Executing in RSRT, ABAP Web (from rsrt), BEx Analyzer and Analysis for Excel works. If I execute it from the query designer I get the following error:

while trying to load from index -1 of an object array with length 194, loaded from field java.util.ArrayList.elementData of an object loaded from local variable 'this'

The variable selection is a date range from 01.01 up to today. If I make the interval only to 10.01 the report is executed. I already regenerated the query in rsrt, deactivated cache etc.

Anyone got a clue what else there is to test and fix the problem? Thanks for any hint.

View Entire Topic
Former Member
0 Kudos

Today I switched two characteristics and now the query is working again.

Instead of 0CUSTOMER__0POSTAL_CD and 0CUSTOMER I now have the order 0CUSTOMER and 0CUSTOMER__0POSTAL_CD. Its basicly the same drill down since the postal code is a navigational attribute. If I switch it back the error comes again.

So maybe someone got an idea what is causing this fun.