SAP Reports / Programs | Cross-Application Components | Classification | Object Selection(CA-CL-SEL) SAP CA

RMCLIST1 SAP ABAP Report - Search Result







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


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


Text pool values


Title: Search Result


INCLUDES used within this REPORT RMCLIST1

INCLUDE MMCLSCOM .


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:

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.



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