ā2014 Jul 09 9:18 AM
I am getting error 'Database error text: Insufficient privilege: Not Authorized ' when I call a database procedure proxy in a abap report program.
Can any one help?
CALL DATABASE PROCEDURE zdpp_oia_topandflop
EXPORTING iv_number = lv_number
IMPORTING et_top = lt_top
et_flop = lt_flop
I also tried calling a HANA procedure in an ABAP report program which works fine .
Thanks in advance !,
Sharada
ā2014 Jul 11 6:51 AM
Hi. Sharada GSharada G
I had been got in same problem.
Finally, I solved the issue.
Just follow below steps.
1. Log on your HANA System with HANA Studio (SYSYTEM Account)
2. Add "GET_OBJECT_VERSION" Object Privileges to SAP<SID> Account with only "execute" option.
3. then Everything will be done.
I hope you save a couple of day to settle down this problem.....
ā2014 Jul 11 6:51 AM
Hi. Sharada GSharada G
I had been got in same problem.
Finally, I solved the issue.
Just follow below steps.
1. Log on your HANA System with HANA Studio (SYSYTEM Account)
2. Add "GET_OBJECT_VERSION" Object Privileges to SAP<SID> Account with only "execute" option.
3. then Everything will be done.
I hope you save a couple of day to settle down this problem.....
ā2014 Jul 11 7:22 AM
Thank you so much Shin !! It worked I could execute successfully
ā2014 Jul 11 7:26 AM
Please find required authorization assigned SAP<SID> user to solve the above issue