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

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

Former Member
0 Likes
1,887

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

retired_member
Product and Topic Expert
Product and Topic Expert
0 Likes
1,020

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

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

3 REPLIES 3
Read only

retired_member
Product and Topic Expert
Product and Topic Expert
0 Likes
1,021

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

Read only

0 Likes
1,020

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.

Read only

0 Likes
1,020

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?