Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while executing DB procedure proxy

Former Member
0 Likes
929

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
843

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.....

3 REPLIES 3
Read only

Former Member
0 Likes
844

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.....

Read only

0 Likes
843

Thank  you so much Shin !! It worked I could execute successfully


Read only

0 Likes
843

Please find required authorization assigned SAP<SID> user to solve the above issue