Hi,
I'd like to select in a stored procedure from calculation view –
select "ARTICLE_ID" "ATP_MINUS_RESV" from "_SYS_BIC"."tmp.yalcinb/CV_AGGR_ATP_OVER_SRC_MINUS_RESERVATION_8"
(placeholder."$$P_SAP_CLIENT$$" => '800', placeholder."$$P_DATE$$" => '05.02.2016', placeholder."$$P_SOURCE$$" =>:IT_SOURCES)
Where IT_SOURCES a table type input parameter of the stored procedure.
Assuming I can not change this select statement as it is generated that way - How should I define the view input paramete P_SOURCE in order to be able to run this statement?
thanks
Yaron