SAP Reports / Programs | Logistics - General | Logistics Information System (LIS) | Reporting(LO-LIS-REP) SAP LO

RMCS0XXL SAP ABAP INCLUDE - LIS Standard Analyses: Routines for Connection to EXCEL List Viewer







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


Text pool values


Title: LIS Standard Analyses: Routines for Connection to EXCEL List Viewer


INCLUDES used within this REPORT RMCS0XXL

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 = HLP_TEXT1.

XXL_FULL_API CALL FUNCTION 'XXL_FULL_API' EXPORTING FILENAME = ' ' HEADER_1 = XA_HEADER_TEXT * HEADER_2 = NO_DIALOG = SPACE N_VRT_KEYS = XA_ANZ_MERKMALE N_HRZ_KEYS = 1 N_ATT_COLS = XA_ANZ_DATENSPALTEN TABLES DATA = XXL_DATA HKEY = XXL_HMERKMALE ONLINE_TEXT = XXL_TXT_ONLINE PRINT_TEXT = XXL_TXT_DRUCK SEMA = XXL_SEMANTIK VKEY = XXL_VMERKMALE EXCEPTIONS CANCELLED_BY_USER = 01 OTHERS = 02.

MC_POPUP_TO_MARK_FIELDS CALL FUNCTION 'MC_POPUP_TO_MARK_FIELDS' EXPORTING I_FIELDS_MARKED = TRUE I_FIELD_NUMBER_MAX = SY-TFILL I_FIELD_NUMBER_MIN = 1 I_OBJECT_NAME_PLURAL = HLP_TEXT1 I_OBJECT_NAME_SINGULAR = HLP_TEXT2 I_POPUP_TITLE = HLP_TEXT3 I_TEXTLINE = HLP_TEXT4 * I_TEXT_LENGTH = 80 "Msg 356219/1999 IMPORTING E_MARKED = XB_FLG_MARK TABLES T_FIELDS = XB_MERKMALS_TAB T_MARKED_FIELDS = XB_MARK_MERKMALE.

MC_POPUP_TO_MARK_FIELDS CALL FUNCTION 'MC_POPUP_TO_MARK_FIELDS' EXPORTING I_FIELD_NUMBER_MAX = SY-TFILL I_FIELD_NUMBER_MIN = 1 I_MARK_BY_TABLE = TRUE I_OBJECT_NAME_PLURAL = HLP_TEXT1 I_OBJECT_NAME_SINGULAR = HLP_TEXT2 I_POPUP_TITLE = HLP_TEXT3 I_TEXTLINE = HLP_TEXT4 I_TEXT_LENGTH = 80 IMPORTING E_MARKED = XB_FLG_MARK TABLES T_FIELDS = XB_MERKMALS_TAB T_MARKED_FIELDS = XB_MARK_MERKMALE.



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