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: 

Is is possible to use a View with Parameters as source in a AMDP Table Function

rowieforms
Participant
0 Kudos

Hi Experts,

Bood day!

I am trying to use a view with Parameters as a source in an AMDP table function. I am particularly having trouble mapping the parameters within the table function. Would anybody know if this is possible? I know it is possible to use a view with Parameters in another view, as you can just press CTRL+space to bring up the correct syntax for mapping the parameters.. but this is not possible in table function. Any input would help.

Thanks in advance!

Rowie Formaran

1 REPLY 1

FredericGirod
Active Contributor
You mean :
SELECT ....
FROM my_cds( the_parameter = @the value )
WHERE ....