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

Getting an Internal Error while Using Hana Studio?

sudarshan_d29
Active Participant
0 Likes
1,254

Dear Friends,

While working in DLL source with Hana Studio. I am getting error as show in below.

Do I have missed any installation.

Please suggest!!

Sudarshan D

2 REPLIES 2
Read only

lucas_oliveira
Product and Topic Expert
Product and Topic Expert
0 Likes
953

Hi,

I don't think you have any bad installation as of now but the code looks bad: do you really have a view called 'view_name' that you want to extend with no access to any extra field?

There are good examples on the official documentation on how to extend views in CDS: http://help.sap.com/abapdocu_751/en/abencds_f1_extend_view.htm

Maybe you should start from there first.

BRs,

Lucas de Oliveira

Read only

sudarshan_d29
Active Participant
0 Likes
953

Hi,

Yah the code is wrong!! But while editing the line in HANA Studio, I am getting this message repeatedly.

Anyway I stopped using Hana Studio and installed Eclipse mars alternately, its working fine.

Lucas de Oliveira thank you for sharing the link.