Okie... So you are calling a procedure which you already defined in your HANA system using procedure proxy.
You may be missing execute privilege on the procedure. Add this privilege to the database user from which the abap to DB connectivity is made. ( SAP<SID> generally ).
Sree