SAP Reports / Programs

RRMX_START_EXCEL SAP ABAP Report - Starting Excel with BI Add-On and Empty Workbook







RRMX_START_EXCEL 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 RRMX_START_EXCEL 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

RRMX_CUST - Initial Trans. for Excel wth Params
RRMXP - Initial Trans. for Excel wth Params
RRMX - Start the Business Explorer Analyzer


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


Text pool values


Title: Starting Excel with BI Add-On and Empty Workbook
Text Symbol: 100 = Users can set parameter ID RRMX_VERSION to overwrite the above global settings.
Text Symbol: 101 = Parameter ID RRMX_VERSION overwrites the global settings for the user.
Text Symbol: 102 = Possible values for parameter ID RRMX_VERSION are , "3X", or "70".


INCLUDES used within this REPORT RRMX_START_EXCEL

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:

GUI_IS_ITS CALL FUNCTION 'GUI_IS_ITS' IMPORTING RETURN = R_CODE.

GUI_HAS_JAVABEANS CALL FUNCTION 'GUI_HAS_JAVABEANS' IMPORTING RETURN = R_CODE.

GUI_HAS_ACTIVEX CALL FUNCTION 'GUI_HAS_ACTIVEX' IMPORTING RETURN = R_CODE.

CONVERSION_EXIT_GENID_INPUT call function 'CONVERSION_EXIT_GENID_INPUT' exporting input = l_query importing output = l_genuniid.

RSAH_LAUNCH_EXCEL call function 'RSAH_LAUNCH_EXCEL' exporting i_genuniid = l_genuniid i_workbookid = l_sap_wb_id i_hide_sapgui = hide_sapgui importing e_log_handle = l_log_handle exceptions excel_wrong_version = 1 excel_viewer_not_installed = 2 bexanalyzer_not_installed = 3 others = 4.

RSA2_RSADMIN_GET call function 'RSA2_RSADMIN_GET' exporting i_object = object changing c_value = value.

RSA2_RSADMIN_PUT call function 'RSA2_RSADMIN_PUT' exporting i_object = object i_value = value.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = l_repid dynumb = l_dynnr tables dynpfields = l_t_dynpfield.

RZ_QUERY_F4_GET call function 'RZ_QUERY_F4_GET' exporting i_objtype = 'QU' importing e_genuniid = query.



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