Quantcast
Channel: SCN : Popular Discussions - ABAP for SAP HANA
Viewing all articles
Browse latest Browse all 1246

Consuming HANA Stored Procedures from ABAP in One Step

$
0
0

Hello,

 

I recently learned about calling HANA stored procedures from ABAP. As per the instructions, we are supposed to use the WITH OVERVIEW addition while calling the stored procedure. This would result in a name-value table (basically containing the output parameters of the stored procedure) using which as the basis, we need to write subsequent queries in order to get the data that we want. So, broadly speaking that's two main steps - the first where we write code to get the overview table and the second where we query based on the overview table.

 

I wonder if there is a shorter way of calling stored procedures, one that involves just one step where you are able to pass the information about which parameters' data you are looking for so that the single call returns you all the data. Is there such a way? Maybe one that involves NOT using the WITH OVERVIEW addition?

 

Thanks,

Akshat


Viewing all articles
Browse latest Browse all 1246

Trending Articles