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

CNV_20308_DOWNLOAD SAP ABAP Report - Download of package data for comparison







CNV_20308_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_20308_DOWNLOAD into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CNV_20308_DOWNLOAD - Download of Package Data


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_20308_DOWNLOAD. "Basic submit
SUBMIT CNV_20308_DOWNLOAD AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_20308_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_VSEL = Select other variant
Selection Text: P_VCWB = CWB Download (Variante = ' ')
Selection Text: P_VCMIS = CMIS Download (Var. = 'CMIS')
Selection Text: P_VAR = D .
Selection Text: P_TGTFOL = Into a directory
Selection Text: P_TGTCLU = Into this system (cluster)
Selection Text: P_TEXT = D .
Selection Text: P_SRCSYS = This system
Selection Text: P_SRCRFC = Using RFC connection
Selection Text: P_RFC = D .
Selection Text: P_PACKID = D .
Selection Text: P_NCE = Number conversion mappings
Selection Text: P_ME = Mappings
Selection Text: P_DESC = Text mappings (current system)
Selection Text: P_BG = D .
Title: Download of package data for comparison
Text Symbol: 013 = Additional Downloads
Text Symbol: 012 = Help for Package Comparison
Text Symbol: 011 = Target
Text Symbol: 010 = Source
Text Symbol: 009 = Package
Text Symbol: 007 = Variant
Text Symbol: 006 = Specify variant for comparison
Text Symbol: 005 = Select directory for saving
Text Symbol: 004 = Select directory for loading
Text Symbol: 003 = Package data was saved
Text Symbol: 002 = Information
Text Symbol: 001 = Settings


INCLUDES used within this REPORT CNV_20308_DOWNLOAD

INCLUDE CNV_20308_DATA.


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:

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = 'CNV_MBT_RFC_GET' EXCEPTIONS function_not_exist = 1 OTHERS = 2.

CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = p_pacmbt exec_target = 'E' IMPORTING destination_id = p_rfc EXCEPTIONS no_destinations_for_packid = 1 no_specific_destination_type = 2 get_system_info_failure = 3 rfc_failure = 4 system_info_has_changed = 5 login_not_possible = 6 OTHERS = 7.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = 'CNV_MBT_CWB_EXEC_PACK_GET' EXCEPTIONS function_not_exist = 1 OTHERS = 2.

CNV_MBT_CWB_EXEC_PACK_GET CALL FUNCTION 'CNV_MBT_CWB_EXEC_PACK_GET' EXPORTING i_packid = p_pacmbt IMPORTING e_exec_pack = p_packid EXCEPTIONS no_package_found = 1 OTHERS = 2.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'NA' dokname = 'CNV20308052' TABLES links = gt_links.

CNV_20308_GET_DL_OBJECTS CALL FUNCTION 'CNV_20308_GET_DL_OBJECTS' DESTINATION p_rfc EXPORTING i_dlid = pv_dlid is_var = xs_var i_packid = pv_packid IMPORTING e_systemid = gs_dl-systemid e_systemmandt = gs_dl-systemmandt e_systemlic = gs_dl-systemlic TABLES t_fields = pt_fields t_fields_db = lt_fields_db t_fldcat = pt_fldcat t_incl = pt_incl t_convfunc = pt_convfunc t_prog = pt_prog t_cond = pt_cond.

CNV_20308_GET_TABLE_DATA CALL FUNCTION 'CNV_20308_GET_TABLE_DATA' DESTINATION p_rfc EXPORTING i_dlid = gs_dl-dlid i_tabname = lt_fields-tabname i_packid = p_packid it_cond = gt_20308_cond[] is_var = gs_20308_var TABLES t_export = lt_export EXCEPTIONS table_not_exist = 1 template_failed = 2 subroutine_failed = 3 no_authority_tabu_dis = 4 no_authority_gui = 5 OTHERS = 6.

CNV_20308_GET_CODING CALL FUNCTION 'CNV_20308_GET_CODING' DESTINATION p_rfc EXPORTING i_dlid = gs_dl-dlid i_prog = ls_incl-report TABLES t_coding = lt_coding EXCEPTIONS progname_initial = 1 read_report_failed = 2 OTHERS = 3.

CNV_20308_GET_CODING CALL FUNCTION 'CNV_20308_GET_CODING' " DESTINATION p_rfc EXPORTING i_dlid = gs_dl-dlid i_prog = ls_prog-report TABLES t_coding = lt_coding EXCEPTIONS progname_initial = 1 read_report_failed = 2 OTHERS = 3.

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

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = lv_jobcount jobname = lv_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.

WS_DOWNLOAD CALL FUNCTION 'WS_DOWNLOAD' EXPORTING filename = lv_filename filetype = 'DAT' TABLES data_tab = lt_dl EXCEPTIONS file_open_error = 1 file_write_error = 2 invalid_filesize = 3 invalid_type = 4 no_batch = 5 unknown_error = 6 invalid_table_width = 7 gui_refuse_filetransfer = 8 customer_error = 9 OTHERS = 10.

CNV_20308_GET_MAPPING_TABLES CALL FUNCTION 'CNV_20308_GET_MAPPING_TABLES' DESTINATION p_rfc EXPORTING i_dlid = gs_dl-dlid i_packid = pv_packid TABLES t_export = lt_export t_fldcat = lt_fldcat EXCEPTIONS no_authority_tabu_dis = 4 no_authority_gui = 5 OTHERS = 6.

CNV_20308_GET_NCE_TABLES CALL FUNCTION 'CNV_20308_GET_NCE_TABLES' DESTINATION p_rfc EXPORTING i_dlid = gs_dl-dlid i_packid = pv_packid TABLES t_export = lt_export t_fldcat = lt_fldcat EXCEPTIONS no_authority_tabu_dis = 4 no_authority_gui = 5 OTHERS = 6.

CNV_20308_GET_DESC_TABLES CALL FUNCTION 'CNV_20308_GET_DESC_TABLES' EXPORTING i_dlid = gs_dl-dlid i_packid = pv_packid TABLES t_export = lt_export t_fldcat = lt_fldcat EXCEPTIONS no_authority_tabu_dis = 4 no_authority_gui = 5 OTHERS = 6.



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