Skip to Content
0
Sep 07, 2020 at 12:22 AM

How to execute and get data from a function module in a SAP Hana Studio

768 Views

Hi,

Generally I am a SQL developer and new to SAP Hana DB. My customer has a FM which i am trying to execute in SAP Hana Studio supported by SQL console.

Below is the syntax of my FM and I need to know how to execute this in as SQL query in SQL console of SAP Hana Studio. Please help

CALL FUNCTION 'VC_I_GET_CONFIGURATION'

EXPORTING
instance = Passing cuobj Value for every Sales Order/Line Item

language = sy-langu
print_sales = 'X'

TABLES
configuration = Table name for Holding the Output

EXCEPTIONS

OTHERS = 4.