SAP Reports / Programs

RSCMPEXP SAP ABAP Report - Maintenance of Comparison Tool Exception Table







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


Text pool values


Title: Maintenance of Comparison Tool Exception Table
Text Symbol: 001 = Leave exception table maintenance?
Text Symbol: 002 = Changes will be lost
Text Symbol: 003 = Confirmation Prompt
Text Symbol: 004 = Save changes?
Text Symbol: 005 = Exception table is being maintained
Text Symbol: 006 = Field Name
Text Symbol: 007 = Choose Field
Text Symbol: 008 = Description
Text Symbol: 100 = Exception Table Active
Text Symbol: 101 = Active
Text Symbol: 102 = Inactive


INCLUDES used within this REPORT RSCMPEXP

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:

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'J' diagnosetext1 = 'Änderungen werden verloren gehen.'(002)

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'D' "dequeue enqueue_mode = 'E' "exclusive view_name = 'CMPWLE' * ENQUEUE_RANGE = ' ' * TABLES * SELLIST = EXCEPTIONS * client_reference = 1 * foreign_lock = 2 * invalid_action = 3 * invalid_enqueue_mode = 4 * system_failure = 5 * table_not_found = 6 OTHERS = 0.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'E' "enqueue enqueue_mode = 'E' "exclusive view_name = 'CMPWLE' * ENQUEUE_RANGE = ' ' * TABLES * SELLIST = EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 OTHERS = 7.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'J' diagnosetext1 = 'Änderungen werden verloren gehen.'(002)

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'J' diagnosetext1 = 'Änderungen werden verloren gehen.'(002)

VIEW_GET_DDIC_INFO CALL FUNCTION 'VIEW_GET_DDIC_INFO' EXPORTING viewname = ps_cmp_except-viewname * VARIANT_FOR_SELECTION = ' ' TABLES sellist = lt_sellist x_header = lt_header x_namtab = lt_namtab EXCEPTIONS no_tvdir_entry = 1 table_not_found = 2 OTHERS = 3.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = ps_cmp_except-viewname * ALL_TYPES = ' ' * importing * X030L_WA = * DTELINFO_WA = * TTYPINFO_WA = * DDOBJTYPE = TABLES * X031L_TAB = dfies_tab = lt_dfies EXCEPTIONS not_found = 1 OTHERS = 2.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING cucol = 25 curow = 7 * DISPLAY = ' ' selectfield = 'FIELDNAME' titel = 'Feld auswählen'(007) * NO_PERS_HELP_SELECT = ' ' title_in_values_list = 'X' * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' * USE_USER_SELECTIONS = ' ' * WRITE_SELECTFIELD_IN_COLOURS = 'X' * NO_SCROLL = ' ' * NO_CONVERSION = ' ' * REDUCED_STATUS_ONLY = ' ' * NO_MARKING_OF_CHECKVALUE = ' ' * NO_DISPLAY_OF_PERS_VALUES = ' ' * FILTER_FULL_TABLE = ' ' IMPORTING ind = lv_selected_index select_value = lv_selected_value TABLES fields = lt_fields full_table = pt_fieldnames * USER_SEL_FIELDS = heading_table = lt_heading EXCEPTIONS full_table_empty = 1 no_tablestructure_given = 2 no_tablefields_in_dictionary = 3 more_then_one_selectfield = 4 no_selectfield = 5 OTHERS = 6.

DYNP_GET_STEPL CALL FUNCTION 'DYNP_GET_STEPL' IMPORTING povstepl = lv_stepl EXCEPTIONS stepl_not_found = 1 OTHERS = 2.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'RSCMPEXP' dynumb = '0800' translate_to_upper = 'X' * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' * PERFORM_INPUT_CONVERSION = ' ' TABLES dynpfields = lt_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 OTHERS = 10.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'CMPWLEC' * fieldname = 'VIEWTYPE' langu = sy-langu lfieldname = 'VIEWTYPE' all_types = 'X' * GROUP_NAMES = ' ' * UCLEN = * IMPORTING * X030L_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES * DFIES_TAB = fixed_values = lt_fix_value EXCEPTIONS * NOT_FOUND = 1 * INTERNAL_ERROR = 2 OTHERS = 3.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = lv_id values = lt_value EXCEPTIONS * ID_ILLEGAL_NAME = 1 OTHERS = 2.



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