cancel
Showing results for 
Search instead for 
Did you mean: 

GW Function Import with table

Former Member
0 Kudos

Hi experts,

I know from early versions it was not possible that a function import returns an internal table as result.

is it now possible ? is there any work arround?

Thanks in advance,

Best Regards

Moo

Accepted Solutions (0)

Answers (1)

Answers (1)

AshwinDutt
Active Contributor
0 Kudos

Hello Moo,

For what operation you would like to send back table as part of Function Import response ?

However,

It is possible to send back table as part of Function Import response.

For this you will need to have an Entity defined on which Function Import can act upon.

For example, say based on some input parameters i would like to retrieve some details and send that back as response.

In that case,

Under Function Import you need to maintain the below details.

1. Return Type Kind : Entity Type

2. Return Type : <Your Entity Name>

3. Return Entity Set : <Your Entity Set Name>

4. HTTP : GET

5. Return Cardinality : 0 to N / 1 to N

Regards,

Ashwin