SAP Reports / Programs

CNV_CMIS_A_20_CHECK_TABLE SAP ABAP Report - Program CNV_CMIS_A_20_CHECK_TABLE







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


Text pool values


Selection Text: P_ACT_ID = Activity ID
Selection Text: P_PACK = Package ID
Selection Text: P_PHASE = Phase ID
Title: Program CNV_CMIS_A_20_CHECK_TABLE
Text Symbol: 001 = Select the number of work processes
Text Symbol: 002 = You have selected all available background processes
Text Symbol: 003 = Do you want to continue?
Text Symbol: 004 = Yes
Text Symbol: 005 = No
Text Symbol: 006 = Following Large Tables will be Excluded from 'Compare Table Content'.
Text Symbol: 025 = Content comparision message!
Text Symbol: 026 = Data will be lost. Do you want to save changes?
Text Symbol: 027 = Already excluded table entries involved. Do you want to continue?
Text Symbol: A02 = Skip Further Analysis


INCLUDES used within this REPORT CNV_CMIS_A_20_CHECK_TABLE

INCLUDE CNV_CMIS_A_20_CHECK_TABLE_TOP.
INCLUDE CNV_CMIS_A_10_LIC_CHECK_PREG.


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:

CNV_CMIS_A_20_CHECK_LANDSCAPE CALL FUNCTION 'CNV_CMIS_A_20_CHECK_LANDSCAPE' EXPORTING packid = p_pack TABLES it_landscape = gt_landscape EXCEPTIONS no_packid = 1 no_landscape_found = 2 no_pcl_available = 3 OTHERS = 4.

CNV_CMIS_A_20_GET_TABLE CALL FUNCTION 'CNV_CMIS_A_20_GET_TABLE' DESTINATION gs_landscape-dest_id EXPORTING im_packid = p_pack TABLES t_tables = gt_tables.

TH_SYSTEMWIDE_WPINFO CALL FUNCTION 'TH_SYSTEMWIDE_WPINFO' TABLES wplist = gt_wplist EXCEPTIONS argument_error = 1 send_error = 2.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = gv_jobname IMPORTING jobcount = gv_jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = gv_jobcount jobname = gv_jobname strtimmed = 'X' EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = gv_text text_button_1 = 'Yes'(004) text_button_2 = 'No'(005) display_cancel_button = 'X' start_column = 25 start_row = 6 IMPORTING answer = gv_answ EXCEPTIONS text_not_found = 1.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'WP' window_title = 'Select the number of work processes'(001) value_org = 'S' TABLES value_tab = gt_value_tab return_tab = gt_return_tab[] EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Content comparision message!'(025) text_question = 'Already excluded table entries involved. Do you want to continue?'(027)

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Content comparision message!'(025) * DIAGNOSE_OBJECT = ' ' text_question = 'Data will be lost. Do you want to save changes?'(026)

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = i_structure_name = 'CNVCMIS_A_20_EXC_FCAT' i_client_never_display = 'X' * I_BYPASSING_BUFFER = CHANGING ct_fieldcat = gt_fieldcatalog EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

CNV_MBT_L_PROTOCOL_MESSAGE CALL FUNCTION 'CNV_MBT_L_PROTOCOL_MESSAGE' EXPORTING msgty = 'I' msgid = 'CNV_CMIS_A_20' msgno = '282' msgv1 = ls_wl_out-TABNAME EXCEPTIONS OTHERS = 1.

CNV_MBT_L_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_MBT_L_PROTOCOL_WRITE_DB' EXCEPTIONS OTHERS = 1.



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