RSAU_SQL_RESTORE_FLAGS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RSAU_SQL_RESTORE_FLAGS into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: FILENAME = File Name on the Front-End PC
Selection Text: CHK_DDIC = Dictionary Compare
Title: SecAudit: Reload Audit Indicators from the Front-End PC to NAMETAB
Text Symbol: 036 = Timeout of Data Provider
Text Symbol: 037 = Unknown Error
Text Symbol: 040 = Specify the Name of the Ffile Containing the Nametab Indicators
Text Symbol: 041 = for the SQL Audit on the Front-End PC.
Text Symbol: 043 = This Program Usually Runs after an Upgrade.
Text Symbol: 044 = You Can Check Whether There Are Tables in the ABAP Dictionary for
Text Symbol: 045 = Which no Entries Exist in the File.
Text Symbol: 046 = These Tables May Have Been Added During the Upgrade.
Text Symbol: 047 = (Prerequisite: The File Is Full and an Upgrade
Text Symbol: 048 = Has Run).
Text Symbol: 060 = Reading File from Front End
Text Symbol: 061 = Writing Indicators to NAMETAB
Text Symbol: 062 = Running ABAP Dictionary Compare
Text Symbol: 100 = File &1 loaded
Text Symbol: 101 = Could not upload file &1 (&2)
Text Symbol: 102 = There is no nametab information
Text Symbol: 103 = Table &1 exists in the dictionary, but not in the file
Text Symbol: 110 = Event
Text Symbol: 111 = Type of Event
Text Symbol: 112 = Entry
Text Symbol: 113 = Log Entry Short Text
Text Symbol: 035 = Storage Medium Full
Text Symbol: 003 = & Lines Read from File
Text Symbol: 004 = Error Writing to NAMETAB
Text Symbol: 005 = & Nametab Entries Changed
Text Symbol: 006 = Error in & Nametab Entries
Text Symbol: 007 = Check the Entries Using Program RSAU_SQL_SHOW_NAMETAB
Text Symbol: 008 = Use Program RSAU_SQL_UPDATE_NAMETAB to Rix any Entries
Text Symbol: 010 = & Tables Found
Text Symbol: 011 = Check Whether the Indicators Need to Be Maintained for these Tables
Text Symbol: 012 = Use Program RSAU_SQL_UPDATE_NAMETAB.
Text Symbol: 013 = Reload Audit Indicators
Text Symbol: 021 = File Does Not Exist and Could Not Be Opened
Text Symbol: 022 = Error when reading file
Text Symbol: 023 = Cannot execute front-end function in background
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-060.
GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = cs_ctrl-f_name filetype = 'ASC' has_field_separator = 'X' TABLES data_tab = et_flags EXCEPTIONS file_open_error = 1 file_read_error = 2 no_batch = 3 gui_refuse_filetransfer = 4 invalid_type = 5 no_authority = 6 unknown_error = 7 bad_data_format = 8 header_not_allowed = 9 separator_not_allowed = 10 header_too_long = 11 unknown_dp_error = 12 access_denied = 13 dp_out_of_memory = 14 disk_full = 15 dp_timeout = 16 OTHERS = 17.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-061.
DD_NTAB_APPFLAG CALL FUNCTION 'DD_NTAB_APPFLAG' EXPORTING tabname =
-tabname xfield_in = cs_ctrl-xfield action = cs_ctrl-action IMPORTING xfield_out = cs_ctrl-xfield rc = ld_return EXCEPTIONS parameter_missing = 1 not_found = 2 wrong_parameter = 3 OTHERS = 4.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-062.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'SM19' EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSAU_SQL_RESTORE_FLAGS - SecAudit: Reload Audit Indicators from the Front-End PC to NAMETAB RSAU_SQL_RESTORE_FLAGS - SecAudit: Reload Audit Indicators from the Front-End PC to NAMETAB RSAU_SET_DOUBLE_MODE - Special Mode for Special SE92 Messages RSAU_SET_DOUBLE_MODE - Special Mode for Special SE92 Messages RSAU_SELECT_EVENTS_DATA - RSAUSELECTEVENTSDATA RSAU_SELECT_EVENTS_ALV - RSAUSELECTEVENTSALV