cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot select No return in Function import return type kind

Former Member

Hi,

I have created a function import , its for calling an API ,and there is no returning parameter.

But I am not able to select the return type kind against the Function import as No return.

While trying to generate I am getting an error ' No return is currently not supported by the runtime'.

Regards,
Vivek.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

i am facing the same problem.

have you solved it?

former_member185414
Active Contributor
0 Kudos

Hello Martin,

With NetWeaver 7.4 and OData Version 2 , it is not possible to return nothing. You have to return some entity type.(or one more option is there). What you can do is just return a dummy entity without populating any values in it.

BR.