‎2007 May 07 2:34 PM
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
‎2007 May 08 12:13 AM
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.
‎2007 May 08 7:00 AM
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
‎2007 May 08 1:21 PM
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
‎2007 May 08 1:32 PM
Thank You Uday,
although my system is 'not modifiable' and I cannot create a function module,
thank You for valuable information!
Pawel