Hi Experts,
Can you please tell me what is the use of tables variables in procedures defined as Input parameters.
say i have created a procedure as
CREATE PROCEDURE ABC (IN ITAB TY_IN, OUT T_OUT TY_T )
LANGUAGE SQLSCRIPT READS SQL DATA WITH RESULT VIEW ABC_VIEW AS
where Itab--> is Tables Variable defined as input Parameters.
When I call this procedure, I am getting an error: Parameterizing Table Variable is not supported
Thanks and Regards,
Nag