Skip to Content
0
Former Member
Nov 23, 2012 at 01:05 PM

Override security requests in ABAP

43 Views

Hi,

[first of all, excuse me for double-posting. I am short of time and I have already done a search and will continue doing so - I will mark either this or the other thread as "Assumed answered", just depending on where I get an answer earlier.]

I am trying to download the layout of a SAPScript_form to my PC using ABAP report RSTXSCRP. The issue is, I am always asked for a confirmation: When I just display that report and run it, I get the SELscreen all right - when I have filled that out and hit F8, I am shown a navigator window in the correct directory, the filename is as I have entered it - all I have to do is hit "Save" before the program actually saves the file.

In the meantime, I have reworked my program and it does exactly the same - it displays a navigator window with the correct directory open, the filename and ending in place - and I have to hit "Save". That, however, is more than I want to expect from the user of my program. It might run a server without anyone sitting in front of it or anything - I just don't want that request since I always confirm it anyway.

Isn't there in ABAP a command equivalent to the > /f < parameter I can pass in a command line to override any security requests and just execute regardless? That is what I imagine would be needed here.

Thanks a lot!

Best regards,

Sapperdapper