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

CNV_00001_PROTOCOL_DOWNLOAD SAP ABAP Report - Download functionality CNV protocol







CNV_00001_PROTOCOL_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_00001_PROTOCOL_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_00001_PROTOCOL_DOWNLOAD. "Basic submit
SUBMIT CNV_00001_PROTOCOL_DOWNLOAD AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_00001_PROTOCOL_DOWNLOAD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Download functionality CNV protocol
Text Symbol: 128 = U3 Heading level 3
Text Symbol: 127 = U2 Heading level 2
Text Symbol: 126 = U1 Heading level 1
Text Symbol: 125 = TX Table explanation (in table)
Text Symbol: 124 = TU Picture or table caption
Text Symbol: 123 = T3 Line of 5-column table
Text Symbol: 122 = T2 Line of 3-column table
Text Symbol: 121 = T1 Line of 2-column table
Text Symbol: 120 = N2 Numbered lst level 2
Text Symbol: 119 = N1 Numbered lst level 1
Text Symbol: 118 = LZ Empty line
Text Symbol: 117 = K3 Heading 5-column table
Text Symbol: 116 = K2 Heading 3-column table
Text Symbol: 115 = K1 Heading 2-column table
Text Symbol: 114 = HU Comment: heading
Text Symbol: 113 = HT Comment: text
Text Symbol: 112 = GX aligned glossary explanations
Text Symbol: 111 = GB glossary term
Text Symbol: 110 = DT def.list vers. 2: term
Text Symbol: 109 = DL def.list vers. 2: definition
Text Symbol: 108 = D1 definition list verson 1
Text Symbol: 107 = BU image caption
Text Symbol: 106 = BL B2 and N2 comments paragraph
Text Symbol: 105 = B2 list (level 2) marked -
Text Symbol: 104 = B1 list (level 1) marked o
Text Symbol: 103 = AS Standard paragraph
Text Symbol: 102 = AN next paragraph on same page
Text Symbol: 101 = AL B1 and N1 comments paragraph
Text Symbol: 003 = -> Green light
Text Symbol: 002 = -> Red light
Text Symbol: 001 = -> Yellow light


INCLUDES used within this REPORT CNV_00001_PROTOCOL_DOWNLOAD

INCLUDE CNV_00001_PROTOCOL_DOWNLOAD_I.


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_IMG_GET_TCODES CALL FUNCTION 'CNV_IMG_GET_TCODES' EXPORTING packid = packid role = 'D' TABLES cnvimgobjects = it_cnvimg EXCEPTIONS unknown_phase_in_cnvstate = 1 package_not_existing = 2 no_img_generated = 3 OTHERS = 4.

APPL_LOG_READ_DB_WITH_LOGNO CALL FUNCTION 'APPL_LOG_READ_DB_WITH_LOGNO' TABLES lognumbers = gt_lognumbers messages = it_balm header_data = header_data header_parameters = header_parameters message_parameters = message_parameters.

MESSAGE_PREPARE CALL FUNCTION 'MESSAGE_PREPARE' EXPORTING msg_id = wa_balm-msgid msg_no = messagenr msg_var1 = wa_balm-msgv1 msg_var2 = wa_balm-msgv2 msg_var3 = wa_balm-msgv3 msg_var4 = wa_balm-msgv4 IMPORTING msg_text = message EXCEPTIONS function_not_completed = 1 message_not_found = 2 OTHERS = 3.

RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' EXPORTING insert_id = '000000' relationship = ' ' TABLES nodetab = it_nodes EXCEPTIONS tree_failure = 1 id_not_found = 2 wrong_relationship = 3 OTHERS = 4.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = callback_program callback_user_command = 'TDR_USER_COMMAND' callback_gui_status = 'TDR_SET_GUI' text_length1 = 132 EXCEPTIONS OTHERS = 1.

IMPORT_STYLESHEET CALL FUNCTION 'IMPORT_STYLESHEET' "#EC ARGCHECKED EXPORTING dfvname = 'SLOCNV.DOT'

IMPORT_STYLESHEET CALL FUNCTION 'IMPORT_STYLESHEET' "#EC * EXPORTING dfvname = 'SLOCNV.DOT'

SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING client = '000' header = header TABLES lines = lines EXCEPTIONS id = 1 language = 2 name = 3 object = 4 OTHERS = 5.

EXPORT_TEXT CALL FUNCTION 'EXPORT_TEXT' EXPORTING codepage = '1133' file = file formatwidth = 72 format_type = 'RTF' header = header ssheet = 'slocnv.dot'

RS_TREE_GET_MARKED_NODES CALL FUNCTION 'RS_TREE_GET_MARKED_NODES' EXPORTING with_subtree = 'X' TABLES marktab = it_nodes EXCEPTIONS OTHERS = 1.

RS_TREE_GET_CURRENT_NODE CALL FUNCTION 'RS_TREE_GET_CURRENT_NODE' IMPORTING node_info = wa_nodes EXCEPTIONS OTHERS = 1.

RS_TREE_DELETE_NODE CALL FUNCTION 'RS_TREE_DELETE_NODE' EXPORTING node_id = wa_nodes-id EXCEPTIONS id_not_found = 1 OTHERS = 2.

RS_TREE_GET_CURRENT_TREE CALL FUNCTION 'RS_TREE_GET_CURRENT_TREE' TABLES * nodelist = it_nodes nodeinfo = it_nodes EXCEPTIONS OTHERS = 1.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING * NO_VALUE_CHECK = ' ' popup_title = 'Muster' * START_COLUMN = '5' * START_ROW = '5' IMPORTING returncode = answer TABLES fields = fields EXCEPTIONS error_in_fields = 1 OTHERS = 2.

RS_TREE_SET_LOCK CALL FUNCTION 'RS_TREE_SET_LOCK' EXPORTING node_id = wa_nodes-id EXCEPTIONS node_not_found = 1 OTHERS = 2.

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

TMP_GUI_BROWSE_FOR_FOLDER CALL FUNCTION 'TMP_GUI_BROWSE_FOR_FOLDER' EXPORTING * WINDOW_TITLE = initial_folder = 'C:\' IMPORTING selected_folder = tmp_filename EXCEPTIONS cntl_error = 1 OTHERS = 2 .



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