SAP Reports / Programs

CNVC_SCWB_TM_ZSCD_SCWB_LCB2 SAP ABAP Report - Last changed by - hidden users







CNVC_SCWB_TM_ZSCD_SCWB_LCB2 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 CNVC_SCWB_TM_ZSCD_SCWB_LCB2 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 CNVC_SCWB_TM_ZSCD_SCWB_LCB2. "Basic submit
SUBMIT CNVC_SCWB_TM_ZSCD_SCWB_LCB2 AND RETURN. "Return to original report after report execution complete
SUBMIT CNVC_SCWB_TM_ZSCD_SCWB_LCB2 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: SO_001 = Short text
Selection Text: PV_001 = Short text
Selection Text: PE_001 = Short text
Selection Text: P_MAX = Max. rows
Title: Last changed by - hidden users


INCLUDES used within this REPORT CNVC_SCWB_TM_ZSCD_SCWB_LCB2

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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_user_command = gs_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat it_events = gt_events i_callback_pf_status_set = 'SET_MY_PF' TABLES t_outtab = gt_data.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_user_command = gs_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat it_events = gt_events i_callback_pf_status_set = 'SET_MY_PF' TABLES t_outtab = gt_data.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt * I_LOGO = * I_END_OF_LIST_GRID = .

POPUP_TO_DISPLAY_TEXT_LO *CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT_LO' * EXPORTING * TITEL = 'Info' * TEXTLINE1 = 'Double-click on entry' * TEXTLINE2 = ' ' * TEXTLINE3 = ' ' * START_COLUMN = 15 * START_ROW = 6 * .

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Are you sure?' * DIAGNOSE_OBJECT = ' ' text_question = lv_text text_button_1 = 'Ja' * ICON_BUTTON_1 = ' ' text_button_2 = 'Nein' * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = ep_answer * TABLES * PARAMETER = * EXCEPTIONS * TEXT_NOT_FOUND = 1 * OTHERS = 2 .

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Info' * DIAGNOSE_OBJECT = ' ' text_question = lv_text text_button_1 = 'OK' * ICON_BUTTON_1 = ' ' * text_button_2 = 'Nein' * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = lv_answer * TABLES * PARAMETER = * EXCEPTIONS * TEXT_NOT_FOUND = 1 * OTHERS = 2 .

DOWNLOAD CALL FUNCTION 'DOWNLOAD' "#EC ARGCHECKED TABLES data_tab = lt_data EXCEPTIONS INVALID_FILESIZE = 1 INVALID_TABLE_WIDTH = 2 INVALID_TYPE = 3 NO_BATCH = 4 UNKNOWN_ERROR = 5 GUI_REFUSE_FILETRANSFER = 6 CUSTOMER_ERROR = 7 OTHERS = 8.

UPLOAD CALL FUNCTION 'UPLOAD' * EXPORTING * CODEPAGE = ' ' * FILENAME = ' ' * FILETYPE = ' ' * ITEM = ' ' * FILEMASK_MASK = ' ' * FILEMASK_TEXT = ' ' * FILETYPE_NO_CHANGE = ' ' * FILEMASK_ALL = ' ' * FILETYPE_NO_SHOW = ' ' * LINE_EXIT = ' ' * USER_FORM = ' ' * USER_PROG = ' ' * SILENT = 'S' * IMPORTING * FILESIZE = * CANCEL = * ACT_FILENAME = * ACT_FILETYPE = TABLES data_tab = lt_data EXCEPTIONS conversion_error = 1 invalid_table_width = 2 invalid_type = 3 no_batch = 4 unknown_error = 5 gui_refuse_filetransfer = 6 OTHERS = 7 .

CNVCF_HEX_START CALL FUNCTION 'CNVCF_HEX_START' .

CNVCF_HEX_COLS_CLEAR CALL FUNCTION 'CNVCF_HEX_COLS_CLEAR'.

CNVCF_HEX_COL_ADD CALL FUNCTION 'CNVCF_HEX_COL_ADD' EXPORTING fieldname = 'ZDESC ' text = 'Short text '.

CNVCF_HEX_HEADLINE CALL FUNCTION 'CNVCF_HEX_HEADLINE' EXPORTING text = 'Table download'.

CNVCF_HEX_SUBHEADLINE CALL FUNCTION 'CNVCF_HEX_SUBHEADLINE'.

CNVCF_HEX_DATA CALL FUNCTION 'CNVCF_HEX_DATA' EXPORTING data_table = gt_data do_sum = ' ' CHANGING data_struc = gs_data.

CNVCF_HEX_FINISH CALL FUNCTION 'CNVCF_HEX_FINISH' .

CNVCF_HEX_DOWNLOAD CALL FUNCTION 'CNVCF_HEX_DOWNLOAD' EXPORTING filename = '' EXCEPTIONS file_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 CNVC_SCWB_TM_ZSCD_SCWB_LCB2 or its description.