cancel
Showing results for 
Search instead for 
Did you mean: 

Run Abap code Hana View

Former Member
0 Kudos

Hi all,

It is possible to run a abap code in the flow of hana view ( on ERP side ) ? For example, if i want to get a return of a function or run some abap code. It is possible ? That can be very usefull to get, for example, SD price values. In problems like that, what is the best practices?

Tks,

Mauro

Accepted Solutions (1)

Accepted Solutions (1)

dexr_soepriyadi
Explorer
0 Kudos

You need to train your ABAPer to use new coding features in HANA database called:

1. Stored Procedure

2. User defined function

Analytic View cannot called function module SE37, But one type of analytic View is called calculation view, and calculation view was developed using SQL script or CE functions or graphical calculation view. Advanced SQL script can call stored procedure, point no 1 above.

http://help.sap.com/saphelp_hanaplatform/helpdata/en/9d/9e93582fda4e16bf31410201c1e775/content.htm?f...

Answers (0)