SCWN_ENTRY_TREE 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 SCWN_ENTRY_TREE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SNOTE_DISPLAY - Note Assistant
SNOTE - Note Assistant
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.
Selection Text: P_NOTENR = D .
Title: Note Assistant: Tree Display
Text Symbol: 001 = Undefined Implementation State
Text Symbol: 002 = Obsolete Version
Text Symbol: 010 = Inconsistent
Text Symbol: 020 = SAP Notes
Text Symbol: 030 = New
Text Symbol: 100 = In Processing
Text Symbol: 200 = Note Assistant: Note Download
Text Symbol: 300 = Information
INCLUDE: CWBNTCNS,
INCLUDE BCWBDCNS.
INCLUDE CWBNTINC.
No SAP DATABASE tables are accessed within this REPORT code!
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'SNOTE' EXCEPTIONS ok = 0 not_ok = 1 OTHERS = 2.
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = gs_restrict EXCEPTIONS OTHERS = 0.
SCWB_NOTE_IMPL_STATUS * CALL FUNCTION 'SCWB_NOTE_IMPL_STATUS' * EXPORTING * is_note = ls_note * IMPORTING * ev_status = lv_status * EXCEPTIONS * OTHERS = 5.
RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = 'SCWN_ENTRY_TREE' callback_user_command = 'USER_COMMAND' callback_color_display = 'COLOR_DISPLAY' callback_text_display = 'TEXT_DISPLAY' callback_gui_status = 'GUI_STATUS' status = 'OWN'.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'RE' dokname = 'SCWN_NOTE_DOWNLOAD' TABLES links = lt_links EXCEPTIONS object_not_found = 1 sapscript_error = 2 OTHERS = 3.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = lv_msgv IMPORTING output = lv_msgv.
SCWB_DOWNLOAD_OUTDATED_NOTES CALL FUNCTION 'SCWB_DOWNLOAD_OUTDATED_NOTES' EXPORTING is_note = ls_note iv_destination = lv_destination iv_with_progress_indicator = true iv_ask_user_to_confirm_dwnld = true IMPORTING et_note_keys_dwnld = lt_notes_dwnld EXCEPTIONS rfc_error = 1 OTHERS = 2.
SCWB_NOTE_IMPL_STATUS CALL FUNCTION 'SCWB_NOTE_IMPL_STATUS' EXPORTING is_note = ls_note IMPORTING ev_status = lv_status EXCEPTIONS OTHERS = 5.
SCWB_NOTE_IMPL_STATUS CALL FUNCTION 'SCWB_NOTE_IMPL_STATUS' EXPORTING is_note = ls_note IMPORTING ev_status = lv_status EXCEPTIONS OTHERS = 5.
SCWN_NOTE_SELECT CALL FUNCTION 'SCWN_NOTE_SELECT' EXPORTING is_note_select_options = ls_note_select_options IMPORTING es_notes = lt_notes EXCEPTIONS nothing_found = 1 OTHERS = 2.
SCWB_DOWNLOAD_OUTDATED_NOTES CALL FUNCTION 'SCWB_DOWNLOAD_OUTDATED_NOTES' EXPORTING it_notes = gt_all_notes iv_destination = gc_cwbadm_cs_nt iv_with_progress_indicator = true iv_ask_user_to_confirm_dwnld = true IMPORTING et_note_keys_dwnld = lt_notes_dwnld EXCEPTIONS OTHERS = 3.
SCWB_DOWNLOAD_ALL_EVENTS CALL FUNCTION 'SCWB_DOWNLOAD_ALL_EVENTS' EXCEPTIONS OTHERS = 1.
CONVERSION_EXIT_PSTAT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_PSTAT_OUTPUT' EXPORTING input = lv_prstatus IMPORTING output = lv_iqi-quickinfo.
SCWB_NOTE_READ CALL FUNCTION 'SCWB_NOTE_READ' EXPORTING iv_read_attributes = 'X' iv_read_loghndl = 'X' CHANGING cs_note = ls_note EXCEPTIONS note_not_found = 1 language_not_found = 2 corr_instruction_not_found = 3 unreadable_text_format = 4 OTHERS = 5.
SCWB_NA_SCREEN CALL FUNCTION 'SCWB_NA_SCREEN' EXPORTING iv_log_mode = bcwbo_true CHANGING cs_note = ls_note EXCEPTIONS OTHERS = 1.
RS_TREE_GET_CURRENT_LAYOUT CALL FUNCTION 'RS_TREE_GET_CURRENT_LAYOUT' IMPORTING cursor_column = ls_tree_status-cursor_column cursor_line = ls_tree_status-cursor_line first_node = ls_tree_status-first_node first_node_type = ls_tree_status-first_node_type list_column = ls_tree_status-list_column list_line = ls_tree_status-list_line TABLES layout = lt_layout.
SCWN_NOTE_SELECT CALL FUNCTION 'SCWN_NOTE_SELECT' EXPORTING is_note_select_options = gs_note_select_options IMPORTING es_notes = gs_notes EXCEPTIONS nothing_found = 1 OTHERS = 2.
SCWN_NOTE_SELECT CALL FUNCTION 'SCWN_NOTE_SELECT' EXPORTING is_note_select_options = gs_note_select_options IMPORTING es_notes = gs_notes EXCEPTIONS nothing_found = 1 OTHERS = 2.
CALL FUNCTION 'SCWN_NOTE_SELECT' EXPORTING is_note_select_options = gs_note_select_options IMPORTING es_notes = gs_notes EXCEPTIONS nothing_found = 1 OTHERS = 2.
RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES nodetab = gt_nodetab EXCEPTIONS tree_failure = 1 id_not_found = 2 wrong_relationship = 3 OTHERS = 4.
RS_TREE_SET_CURRENT_LAYOUT CALL FUNCTION 'RS_TREE_SET_CURRENT_LAYOUT' EXPORTING cursor_column = ls_tree_status-cursor_column cursor_line = ls_tree_status-cursor_line first_node = ls_tree_status-first_node first_node_type = ls_tree_status-first_node_type list_column = ls_tree_status-list_column list_line = ls_tree_status-list_line TABLES layout = lt_layout.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'TX' dokname = p_dokname TABLES links = lt_links EXCEPTIONS object_not_found = 1 sapscript_error = 2 OTHERS = 3.
SCWB_NA_SCREEN CALL FUNCTION 'SCWB_NA_SCREEN' CHANGING cs_note = ls_note EXCEPTIONS OTHERS = 1.
SCWB_NA_NOTE_VERSIONS CALL FUNCTION 'SCWB_NA_NOTE_VERSIONS' EXPORTING iv_note_number = ls_note-key-numm EXCEPTIONS OTHERS = 1.
RS_TREE_GET_MARKED_NODES CALL FUNCTION 'RS_TREE_GET_MARKED_NODES' EXPORTING with_subtree = 'X' TABLES marktab = snode EXCEPTIONS OTHERS = 1.
SCWB_NOTE_SET_STATUS_BULK CALL FUNCTION 'SCWB_NOTE_SET_STATUS_BULK' CHANGING ct_notes = lt_note.
SCWB_NOTE_SET_STATUS CALL FUNCTION 'SCWB_NOTE_SET_STATUS' CHANGING cs_note = ls_note.
SCWN_NOTE_UPLOAD CALL FUNCTION 'SCWN_NOTE_UPLOAD' EXCEPTIONS incompatible_versions = 1 corrupt_data_file = 2 failure = 3 OTHERS = 4.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = id_tcode EXCEPTIONS OK = 1 NOT_OK = 2 OTHERS = 3.
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 SCWN_ENTRY_TREE or its description.
SCWN_ENTRY_TREE - Note Assistant: Tree Display SCWN_ENTRY_TREE - Note Assistant: Tree Display SCWN_CORRECT_CINSTS_DEVC_CHF01 - SCWNCORRECTCINSTSDEVCCHF01 SCWN_CORRECT_CINSTS_DEVC - Correct Package of Correction Instructions SCWN_CORRECT_CINSTS_DEVC - Correct Package of Correction Instructions SCWN_CLEAN_CWBNT - Program SCWN_CLEAN_CWBNT