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: 

How we can use function module in AMDP HANA while optimizing ABAP Report .

Former Member
0 Kudos

Hi,

While i was optimizing ABAP Report in AMDP HANA there is standard function module AVAILABILITY_CHECK in report that taking too much time for execution so,is there any alternating solution so i can use this function module in AMDP so i can get fast execution response.

Regards,

Shridhar pathak

1 ACCEPTED SOLUTION

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

You're asking if there is a native HANA equivalent for an ABAP function module that can be called from SQLScript.

For that you have to check the respective HANA documentation.

Horst

3 REPLIES 3

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

You're asking if there is a native HANA equivalent for an ABAP function module that can be called from SQLScript.

For that you have to check the respective HANA documentation.

Horst

0 Kudos

Hi Horst,

I Tried every where but didn't find any proper solution so please let me know if we can use function module in AMDP or any alternate Solution for that,

otherwise give me solution for how we can reduce execution time for function module inside the loop.

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

AMDP methods are implemented in Native SQL Script and executed on the HANA DB. How do you think it should be possible to execute ABAP code there?