cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug a Attribute View,Calculation view in SAP ABAP on HANA?

vimal
Active Participant
0 Kudos

I've created a attribute view and need to debug it . Are there any procedures getting created for each view we create in SAP ABAP on HANA and we can debug these procedures ?

Please give me steps on how to debug Attribute,Calculation and Analytical views.

Thanks,

Vimal

Accepted Solutions (0)

Answers (1)

Answers (1)

lucas_oliveira
Advisor
Advisor

Hi,

Well you don't really debug an information model as this is, at the end, a database view (column view to be more precise). You can debug your call from ABAP of course, but that goes without saying.

What you can (and should) do is to execute it from HANA studio (sql select it) according to your business needs. Basically testing if your information is delivering the expected results according to its modeling.

Lastly, calculation view is the information model of choice. Use them (with DIMENSION option) instead of attribute views.

Regards,

Lucas de Oliveira