Hi experts,
I have an object in my HDI container with namespace::procedurename. When I am trying to access this object in my Node service using @sap/hdbext loadProcedure method, I am getting error that invalid name of function or procedure
I am getting the same with table "DUMMY". When i access the "DUMMY" table directly in Node , I am able to execute query from it. But when i add "namespace::Dummy", i start getting the I am getting that invalid name of function or procedure error.