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
Below is a list of transaction codes which are relevant to this SAP report
0REP - Start of program, etc. from IMG
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.
Title: Reporting Structure: Start Program
Text Symbol: 001 = Audit Info System
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSIMGEXE - Reporting Structure: Start Program RSIMGEXE - Reporting Structure: Start Program RSIMGCHECK - Check consistency of IMG project data repository RSIMGCHECK - Check consistency of IMG project data repository RSIMGASAP - Generation of Project IMG views for ASAP RSIMGASAP - Generation of Project IMG views for ASAP