Application Development 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: 

Consuming standard ABAP Function modules in HANA View

0 Kudos

Hello,

We have requirement to consume standard ABAP FMs such as READ_TEXT and populate columns in HANA calculation views?

I've been looking up the net for this and I could find a lot of help on how to consume HANA views in ABAP but my requirement is the other way round.

I need to consume standard SAP function modules in to HANA views - please provide inputs if this is possible? And If possible, how could I achieve it?

Thanks in advance.

Regards,

5 REPLIES 5

pfefferf
Active Contributor
0 Kudos

Short answer: Not possible.

Regards,

Florian

0 Kudos

Okay, any alternative?

pfefferf
Active Contributor
0 Kudos

That is depending on the special requirement and the effort I would say. Some functions could be reimplemented as table functions for reusage in calc views.

0 Kudos

Hi,

Get the data from HANA DB layer to ABAP layer by consuming HANA views in ABAP , Play around what ever you want as normal ABAP.

amol_samte
Contributor
0 Kudos

Hi,

below link might be useful...

http://scn.sap.com/thread/3805261

-Amol S