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

Using SQ02 for writing ABAP programs

Former Member
0 Likes
509

Hello,

I am using SQ02 coding section for writing some simple ABAP programs, mainly for reporting purposes. I would like introduce more power into my programs, but SQ02/SQ01 reports return "ACCESS_DENIED" when I for example try to call a function (GUI_DOWNLOAD).

Can You advise how to extend SQ02 authorization to enable function calls?

Maybe You know other place from which You can write programs without a developer key?

Thanks,

Pawel

4 REPLIES 4
Read only

Former Member
0 Likes
458

Hi,

Can you make BDC recording as a function module, call this function module in report with GUI_Upload or GUI_Download, may be chance don't this erro ACCESS_DENIED.

Uday.

Read only

0 Likes
458

Hi Uday,

do You mean that I have to first make a recording on cg3y using transaction shdb, then create a function module basing on this recording, and then use this function module in my code?

Pawel

Read only

0 Likes
458

Hi,

Yes you have to do recording in SHDB as to choose as function module not as report then call this recording function module in ur development report.

Uday

Read only

0 Likes
458

Thank You Uday,

although my system is 'not modifiable' and I cannot create a function module,

thank You for valuable information!

Pawel