SAP Reports / Programs

CNV_ADT_START_DOWNLOAD SAP ABAP Report - Transformation Summary: Start data download







CNV_ADT_START_DOWNLOAD 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_ADT_START_DOWNLOAD 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_ADT_START_DOWNLOAD. "Basic submit
SUBMIT CNV_ADT_START_DOWNLOAD AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_ADT_START_DOWNLOAD 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 = D Activity ID
Selection Text: P_PACK = D Package
Selection Text: P_PHASE = D Phase
Title: Transformation Summary: Start data download


INCLUDES used within this REPORT CNV_ADT_START_DOWNLOAD

INCLUDE CNV_MBT_SM_PARAMS.


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_MBT_L_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_MBT_L_PROTOCOL_WRITE_DB'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

CNV_ADT_PACK_CREATE CALL FUNCTION 'CNV_ADT_PACK_CREATE' EXPORTING iv_packid = p_pack ib_force_rebuild = rebuild "n1574122 EXCEPTIONS no_package = 1 no_prod_package = 2 not_supported = 3 part_not_supported = 4 already_created = 5 menu_error = 6 rfc_error = 7 OTHERS = 8.

CNV_MBT_L_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_MBT_L_PROTOCOL_WRITE_DB'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

CNV_MBT_L_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_MBT_L_PROTOCOL_WRITE_DB'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

CNV_MBT_CWB_EXEC_PACK_GET CALL FUNCTION 'CNV_MBT_CWB_EXEC_PACK_GET' EXPORTING i_packid = iv_pack i_check_active = 'X' IMPORTING e_exec_pack = lv_cwbpack EXCEPTIONS no_package_found = 1 rfc_problems = 2 exec_pack_not_active = 3 OTHERS = 4.

CNV_MBT_ADM_PACKAGE_INFO CALL FUNCTION 'CNV_MBT_ADM_PACKAGE_INFO' EXPORTING packid = iv_pack IMPORTING proctype = lv_proctype EXCEPTIONS packid_does_not_exist = 1 OTHERS = 2.

CNV_ADT_PACK_LOG_READ CALL FUNCTION 'CNV_ADT_PACK_LOG_READ' EXPORTING iv_packid = iv_pack IMPORTING es_logp = ls_logp EXCEPTIONS no_record = 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_ADT_START_DOWNLOAD or its description.