Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while creating ABAP view from Calculative View

Former Member
0 Likes
621

  

 

Hi Friends,

While creating External ABAP view from Hana calculative view, I'm getting error like:-

view _sys_bic schema does not have any column in database.

But records are maintained in the database table.

1 ACCEPTED SOLUTION
Read only

jasmin_gruschke
Product and Topic Expert
Product and Topic Expert
0 Likes
578

Hi Hema,
there might be an issue with the content of your Calculation View. Can you check if the tables you use in the CV are in the Column Store?
If yes, can you please provide some more details about versions (ABAP and HANA) or system details?

Thanks,

  Jasmin

4 REPLIES 4
Read only

jasmin_gruschke
Product and Topic Expert
Product and Topic Expert
0 Likes
579

Hi Hema,
there might be an issue with the content of your Calculation View. Can you check if the tables you use in the CV are in the Column Store?
If yes, can you please provide some more details about versions (ABAP and HANA) or system details?

Thanks,

  Jasmin

Read only

0 Likes
578

Thankd Jasmin,

I'm using ABAP 730 and HANA SP06. Already records are maintained in HANA databse. So how can i check these details?

Read only

yeushengteo
Product and Topic Expert
Product and Topic Expert
0 Likes
578

Hi,

I believe you need ABAP 740 as prerequisite to create external view.

Regards.

YS

Read only

0 Likes
578

Hi Hema,
yes YS is right. You need ABAP 740. When working with 730 your only option is to use native SQL, e.g. via ADBC. You'll find a report ADBC_DEMO in your system that demonstrates how to do a select from a standard table, the select syntax for the HANA Calculation View is quite similar.

Cheers,

  Jasmin