SAP Reports / Programs | Basis Components | Security | System Audit Information System(BC-SEC-AIS) SAP BC

RSIMGEXE SAP ABAP Report - Reporting Structure: Start Program







RSIMGEXE 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 RSIMGEXE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

0REP - Start of program, etc. from IMG


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 RSIMGEXE. "Basic submit
SUBMIT RSIMGEXE AND RETURN. "Return to original report after report execution complete
SUBMIT RSIMGEXE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Reporting Structure: Start Program
Text Symbol: 001 = Audit Info System


INCLUDES used within this REPORT RSIMGEXE

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:

DSYS_TITLE * CALL FUNCTION 'DSYS_TITLE' * EXPORTING * DOKCLASS = OBJSUB-DOC_CLS * DOKNAME = OBJSUB-DOC_OBJ * IMPORTING * DOKTITLE = DOKTITLE * EXCEPTIONS * CLASS_UNKNOWN = 1 * OTHERS = 2.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = TSTC-TCODE EXCEPTIONS OK = 0 NOT_OK = 1 OTHERS = 2.

IWB_SYSTEM_CONTEXT_GET call function 'IWB_SYSTEM_CONTEXT_GET' tables context = context * EXTENSIONS = .

IWB_HTML_HELP_BROWSER_CALL call function 'IWB_HTML_HELP_BROWSER_CALL' exporting object_class = object_class TOPIC_OBJECT_ID = TOPIC_OBJECT_ID STRUCTURE_OBJECT_ID = STRUCTURE_OBJECT_ID TABLES CONTEXT = context EXCEPTIONS NO_HTML_OBJECT_SHOW = 1 NO_SUPPORTED_SYSTEM = 2 RFC_SYSTEM_FAILURE = 3 RFC_COMMUNICATION_FAILURE = 4 NO_PROFIL_PARAMETER = 5 OBJECT_CLASS_INVALID = 6 OTHERS = 7 .

RS_RTR_SUBMIT CALL FUNCTION 'RS_RTR_SUBMIT' EXPORTING I_REPORTTYPE = OBJSUBREP-REPORTTYPE I_REPORT = OBJSUBREP-REPORT I_EXTDREPORT = OBJSUBREP-EXTDREPORT I_VARIANT = OBJSUBREP-VARIANT I_SUBMITVARI = OBJSUBREP-SUBMITVARI I_NOSELSCRN = OBJSUBREP-NOSELSCRN.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = 'SE16' EXCEPTIONS OK = 0 NOT_OK = 1 OTHERS = 2.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = 'SM30' EXCEPTIONS OK = 0 NOT_OK = 1 OTHERS = 2.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = 'SM34' EXCEPTIONS OK = 0 NOT_OK = 1 OTHERS = 2.

VIEWCLUSTER_MAINTENANCE_CALL call function 'VIEWCLUSTER_MAINTENANCE_CALL' exporting maintenance_action = 'S' "action SHOW_SELECTION_POPUP = SPACE "range_limits_input viewcluster_name = VIEWNAME TABLES * dba_sellist = rangetab EXCL_CUA_FUNCT_ALL_OBJECTS = EXCL_CUA_FUNCT EXCEPTIONS OTHERS = 1.

VIEW_GET_DDIC_INFO CALL FUNCTION 'VIEW_GET_DDIC_INFO' EXPORTING VIEWNAME = VIEWNAME * VARIANT_FOR_SELECTION = ' ' TABLES SELLIST = SELLIST X_HEADER = X_HEADER X_NAMTAB = X_NAMTAB EXCEPTIONS NO_TVDIR_ENTRY = 1 TABLE_NOT_FOUND = 2 OTHERS = 3.

VIEW_MAINTENANCE_CALL call function 'VIEW_MAINTENANCE_CALL' exporting action = 'S' "action SHOW_SELECTION_POPUP = SPACE "range_limits_input VIEW_NAME = VIEWNAME variant_for_selection = space TABLES * dba_sellist = rangetab EXCL_CUA_FUNCT = EXCL_CUA_FUNCT EXCEPTIONS OTHERS = 1.



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 RSIMGEXE or its description.