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
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: LIS Standard Analyses: Routines for Connection to EXCEL List Viewer
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCS0XXL - LIS Standard Analyses: Routines for Connection to EXCEL List Viewer RMCS0VGL - LIS Standard Analyses: Routines for Comparisons RMCS0UCO - LIS Standard Analyses: AT_USER_COMMAND Processing RMCS0TP3 - LIS Standard Analyses: Global Variables for Parameters (Dummy Dec.) RMCS0TP2 - LIS Standard Analyses: Global Variables (Ref. Analysis-Dependent Var.) RMCS0TP1 - LIS Standard Analyses: Global Variables