cancel
Showing results for 
Search instead for 
Did you mean: 

call Procedure in XSJS

Former Member
0 Kudos

Hello Experts -

I would like to know if I can use $.hdb.getConnection() in SPS12 or is it mandatory to use

XS Library function "sap.hana.xs.libs.dbutils" to call Procedure.

Thanks,

Anu

Accepted Solutions (1)

Accepted Solutions (1)

pfefferf
Active Contributor
0 Kudos

No, it is not necessary to use XSDS to call procedures. It is an option. You can of course still use the "loadProcedure" function of the $.hdb connection object. Check Class: ProcedureResult.

Regards,
Florian

Former Member
0 Kudos

Thanks for the reply.

Why there is an assumption that using XS Library Functions will improve the performance.

I was told to use XS Library function "sap.hana.xs.libs.dbutils" to call Procedure .

Regards,

Anu

Answers (0)