SAP Reports / Programs

CNV_00001_DOWNLOAD_TABLE SAP ABAP Report - Download table content







CNV_00001_DOWNLOAD_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_00001_DOWNLOAD_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_00001_DOWNLOAD_TABLE. "Basic submit
SUBMIT CNV_00001_DOWNLOAD_TABLE AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_00001_DOWNLOAD_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: GP_TAB = Table
Selection Text: GP_PACK = Package number
Selection Text: GP_HEAD = Column heading
Selection Text: GP_FILE = File name
Title: Download table content
Text Symbol: 050 = Error during generation of subroutine pool
Text Symbol: 030 = is not a field of table
Text Symbol: 020 = File information
Text Symbol: 010 = Table information


INCLUDES used within this REPORT CNV_00001_DOWNLOAD_TABLE

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 phase = gd_phase.

CNV_00001_CHECK_EXECUTION CALL FUNCTION 'CNV_00001_CHECK_EXECUTION' EXPORTING delivery_role = 'X' authority_check = 'X' EXCEPTIONS not_active_package = 1 no_delivery_role = 2 no_expert_role = 3 slo_dev_system = 4 slo_cons_system = 5 executed_once = 6 no_single_exec_param = 7 existing_parameter = 8 no_authority = 9 OTHERS = 10.

call function CONCATENATE 'call function' '''CNV_00001_DOWNLOAD''' INTO gd_line SEPARATED BY space.

WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING def_filename = def_path def_path = 'C:\' * MASK = ',*.*,*.*.'

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = p_tabname IMPORTING x030l_wa = ld_tabhead TABLES dfies_tab = lt_tabinfo EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.



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