RMCLIST1 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 RMCLIST1 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: Search Result
INCLUDE MMCLSCOM .
No SAP DATABASE tables are accessed within this REPORT code!
CLCV_CONVERT_OBJECT_TO_FIELDS CALL FUNCTION 'CLCV_CONVERT_OBJECT_TO_FIELDS' EXPORTING rmclfstru = rmclf table = h_obtab IMPORTING rmclfstru = rmclf TABLES lengthtab = laengtab.
CLMA_CLASS_EXIST CALL FUNCTION 'CLMA_CLASS_EXIST' EXPORTING class = pi_class classnumber = pi_clint classtype = rmcls-klart description_only = 'X' language = sy-langu IMPORTING class_description = po_klbez.
CBCM_SUBSCREEN_EXPORT CALL FUNCTION 'CBCM_SUBSCREEN_EXPORT' EXPORTING ermcbc = rmcbc.
CLSE_SELECT_KLAH CALL FUNCTION 'CLSE_SELECT_KLAH' TABLES imp_exp_klah = l_klah_tab EXCEPTIONS no_entry_found = 1 OTHERS = 2.
CLSE_SELECT_KSML CALL FUNCTION 'CLSE_SELECT_KSML' EXPORTING key_date = rmcls-key_date TABLES imp_exp_ksml = l_ksml_tab EXCEPTIONS no_entry_found = 1 OTHERS = 2.
CTMS_OBJECT_AREA CALL FUNCTION 'CTMS_OBJECT_AREA' EXPORTING no_input = 'X' TABLES objects = objects.
CTMS_ENTER_VALUES CALL FUNCTION 'CTMS_ENTER_VALUES' EXPORTING ident = 'KL' object = como object_text = otab-obtxt object_not_class = o_n_c language = sprache include_header = header mode = space obligatory = 'X' single_value = space titlebar = 'CLA' pf_status = 'OBJD' line = '20' row = '30' no_changes = 'X' status = '2' IMPORTING new_language = sprache TABLES selection = selektion mtable = mtable passing_value = mksel new_multiple_classes = ghcl.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCLIST1 - Search Result RMCLIST1 - Search Result RMCLINOB - Multiple objects indicator has been deleted in table TCLA. RMCLINOB - Multiple objects indicator has been deleted in table TCLA. RMCLINDX - Set User Settings from INDX in User Profiles RMCLINDX - Set User Settings from INDX in User Profiles