SAP Reports / Programs | Cross-Application Components | General Application Functions | Business Application Support(CA-GTF-BS) SAP CA

CNV_00001_I_CLUSTER_SHOW SAP ABAP Report - Conversion: Display cluster for temporary data storage








CNV_00001_I_CLUSTER_SHOW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Check out the submitted Comments related to this SAP report or see any standard documentation available. Also check out the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. If you would like to execute this report or see the full code listing simply enter CNV_00001_I_CLUSTER_SHOW into the relevant SAP transactions such as SE38 or SE80

Contribute (Add Comments)
Below is the basic information available for SAP report CNV_00001_I_CLUSTER_SHOW and is provided for your convenience to access as and when required. Although the 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_00001_I_CLUSTER_SHOW or its description.

ABAP code to call this SAP report using the submit statement


SUBMIT CNV_00001_I_CLUSTER_SHOW. "Basic submit

SUBMIT CNV_00001_I_CLUSTER_SHOW AND RETURN. "Return to original report after report execution complete

SUBMIT CNV_00001_I_CLUSTER_SHOW VIA SELECTION-SCREEN. "Display selection screen to user

See more syntax options for the ABAP SUBMIT statement

INCLUDES used within this REPORT:

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 = gd_packid.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = syst-cprog i_callback_user_command = 'INT_LIST_CALLBACK' it_fieldcat = gt_fieldcat it_sort = gt_sort TABLES t_outtab = gt_cnvclu.

RS_TABLE_LIST_CREATE CALL FUNCTION 'RS_TABLE_LIST_CREATE' EXPORTING table_name = 'CNVSTATE' without_submit = t_yes IMPORTING progname = ld_progname.

RS_DD_FIEL_SHOW CALL FUNCTION 'RS_DD_FIEL_SHOW' EXPORTING objname = ld_objname.


Text pool values


Title: Conversion: Display cluster for temporary data storage