cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with calling a HDB-Procedure from AMDP

joachim_gross
Product and Topic Expert
Product and Topic Expert
0 Kudos
1,876

Hi,

i hope someone can help me.

I have created a procedure within HANA-WebIDE:

It is callable by another proc without any problem.

But when I try to call it via my AMDP i get some strange error messages:

Any ideas what these messages want to tell me?

System is on 750SP3  HDB Rel 1.00.112.

TIA

Joachim

View Entire Topic
thomasgauweiler
Active Participant
0 Kudos

Hi Joachim,

your orginal problem is that the procedure is defined in the HANA repository (the Content folder),

but from AMDP you can only refer to Catalog entities.

Your repository procedure gets deployed into the _SYS_BIC schema. You should be able to call this as _SYS_BIC."CVPM_CFM::SET_CF_RDL"

Regards, Thomas