SAP Reports / Programs

RSAU_SQL_RESTORE_FLAGS SAP ABAP Report - SecAudit: Reload Audit Indicators from the Front-End PC to NAMETAB







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSAU_SQL_RESTORE_FLAGS. "Basic submit
SUBMIT RSAU_SQL_RESTORE_FLAGS AND RETURN. "Return to original report after report execution complete
SUBMIT RSAU_SQL_RESTORE_FLAGS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 024 = Incorrect front end or error on front end
Text Symbol: 025 = Incorrect Parameter FILETYPE
Text Symbol: 026 = No Upload Authorization
Text Symbol: 027 = Unknown Error
Text Symbol: 028 = Cannot Interpret Data in File
Text Symbol: 029 = Invalid header.
Text Symbol: 030 = Invalid separator.
Text Symbol: 031 = Header Too Long (Maximum 1023 Bytes)
Text Symbol: 032 = Error when calling data provider
Text Symbol: 033 = Access to File Denied
Text Symbol: 034 = Not Enough Memory in Data Provider


INCLUDES used within this REPORT RSAU_SQL_RESTORE_FLAGS

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSAU_SQL_RESTORE_FLAGS or its description.