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

Consuming standard ABAP Function modules in HANA View

0 Likes
2,682

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,

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
Read only

pfefferf
Active Contributor
0 Likes
1,362

Short answer: Not possible.

Regards,

Florian

Read only

0 Likes
1,362

Okay, any alternative?

Read only

pfefferf
Active Contributor
0 Likes
1,362

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.

Read only

0 Likes
1,362

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.

Read only

amol_samte
Contributor
0 Likes
1,362

Hi,

below link might be useful...

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

-Amol S