Providing default value to Input In SAP Hana procedure -
i trying create stored procedure in hana studio. in stored procedure ,i trying give default value input. code is,
create procedure defaultschemaname.procedurename (in input nvarchar(10) default 'test')
this runs fine when trying create .hdbprocedure
fails when want create .procedure
. there way use default procedure in design time?
this not possible in sap hana .procedure artifact depricated , there no support artifact. 1 way of solving problem convert .procedure .hdbprocedure(simply change design-time artifact template , changes type of artifact .hdbprocedure). in .hdbprocedure can assign default value input variable.
Comments
Post a Comment