SAP Reports / Programs

SCWN_NOTE_BROWSER SAP ABAP Report - Note Assistant: Note Browser







SCWN_NOTE_BROWSER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use the SAP Note browser to search for all the SAP Notes that are available in your system...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SCWN_NOTE_BROWSER 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 SCWN_NOTE_BROWSER. "Basic submit
SUBMIT SCWN_NOTE_BROWSER AND RETURN. "Return to original report after report execution complete
SUBMIT SCWN_NOTE_BROWSER 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: ALETXT = Release
Selection Text: CWBUSER = Processors
Selection Text: NTSTATUS = Processing Status
Selection Text: NUMM = SAP Note Number
Selection Text: PAKTXT = Software Component
Selection Text: PRSTATUS = Implementation Status
Selection Text: P_COMPON = Application Component
Selection Text: P_NUMMER = Number
Selection Text: THEMK = Application Component
Title: Note Assistant: Note Browser
Text Symbol: 001 = Check SAP Note &1
Text Symbol: 060 = Selection
Text Symbol: 061 = Sort Order


INCLUDES used within this REPORT SCWN_NOTE_BROWSER

INCLUDE: CWBNTCNS,
BCWBDCNS,


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:

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_FIND_COMPONENT CALL FUNCTION 'SCWB_FIND_COMPONENT' CHANGING cs_component = gs_component EXCEPTIONS OTHERS = 1.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_pf_status_set = gc_status i_callback_user_command = gc_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat TABLES t_outtab = gt_disp_tab EXCEPTIONS program_error = 1 OTHERS = 2.

SCWB_DOWNLOAD_OUTDATED_NOTES CALL FUNCTION 'SCWB_DOWNLOAD_OUTDATED_NOTES' EXPORTING it_notes = gs_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_NA_SCREEN CALL FUNCTION 'SCWB_NA_SCREEN' EXPORTING iv_active_mode = lv_active_mode 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 iv_active_mode = lv_active_mode 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.

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

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'RE' dokname = p_dokname TABLES links = lt_links EXCEPTIONS object_not_found = 1 sapscript_error = 2 OTHERS = 3.

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.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = lv_percentage text = lv_text.

SCWB_NOTE_IMPL_STATUS CALL FUNCTION 'SCWB_NOTE_IMPL_STATUS' EXPORTING is_note = ls_note EXCEPTIONS OTHERS = 0.

ENQUEUE_E_PAKID CALL FUNCTION 'ENQUEUE_E_PAKID' EXPORTING mode_cwbcmpnt = 'S' pakid = p_ls_pakid _wait = 'X' EXCEPTIONS OTHERS = 1.

DEQUEUE_E_PAKID CALL FUNCTION 'DEQUEUE_E_PAKID' EXPORTING mode_cwbcmpnt = 'S' pakid = p_ls_pakid.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = id_tcode EXCEPTIONS OK = 1 NOT_OK = 2 OTHERS = 3.



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