SAP Reports / Programs

CNV_INDX_CONTENTCHECK SAP ABAP Report - Report CNV_INDX_CONTENTCHECK







CNV_INDX_CONTENTCHECK 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_INDX_CONTENTCHECK 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_INDX_CONTENTCHECK. "Basic submit
SUBMIT CNV_INDX_CONTENTCHECK AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_INDX_CONTENTCHECK 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_CMP = Compare with saved result
Selection Text: P_DISP = Display saved compare logs
Selection Text: P_NONE = Test run
Selection Text: P_PACKID = Pack.no.
Selection Text: P_SAVE = Save result to database
Selection Text: SO_CLUST = INDX cluster table
Selection Text: SO_RELID = INDX RELID
Title: Report CNV_INDX_CONTENTCHECK
Text Symbol: 001 = Restrict to specific data


INCLUDES used within this REPORT CNV_INDX_CONTENTCHECK

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:

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING packid = p_packid phase = gv_phase EXCEPTIONS active_package_not_found = 1 OTHERS = 2.

RPY_EXISTENCE_CHECK_XSLT CALL FUNCTION 'RPY_EXISTENCE_CHECK_XSLT' EXPORTING name = gc_xslt_scheme EXCEPTIONS not_exist = 1.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'PACKID' value_org = 'S' dynpprog = lv_prog dynpnr = lv_dynpro dynprofield = 'P_PACKID' TABLES value_tab = at_cnv_indx_tables field_tab = lt_fieldtab.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING it_fieldcat = lt_fieldcat TABLES t_outtab = xt_tfill.

CNV_MBT_ULV_DISPLAY_MSG CALL FUNCTION 'CNV_MBT_ULV_DISPLAY_MSG' EXPORTING i_object = cl_cnv_mbt_ulv_logger=>bal_default_object i_subobject = cl_cnv_mbt_ulv_logger=>bal_default_subobject i_extnumber = lv_extnumber i_fullscreen = 'X'.



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