SAP Reports / Programs | Basis Components | Upgrade - General | SAP Note Assistant(BC-UPG-NA) SAP BC

SCWB_NOTE_ACTIVATE SAP ABAP Report - Program SCWB_NOTE_ACTIVATE







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


Text pool values


Title: Program SCWB_NOTE_ACTIVATE
Text Symbol: 001 = No objects to be activated


INCLUDES used within this REPORT SCWB_NOTE_ACTIVATE

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:

TR_CHECK_OBJECT_LOCK CALL FUNCTION 'TR_CHECK_OBJECT_LOCK' EXPORTING wi_pgmid = 'R3TR' wi_object = 'NOTE' wi_objname = lv_note IMPORTING we_lock_order = lv_order EXCEPTIONS OTHERS = 1.

SCWG_TOOLFLAG_SET CALL FUNCTION 'SCWG_TOOLFLAG_SET'.

RS_WORKING_AREA_ACTIVE_CHECK CALL FUNCTION 'RS_WORKING_AREA_ACTIVE_CHECK' EXCEPTIONS nok = 1 OTHERS = 2.

RS_WORKING_AREA_INIT CALL FUNCTION 'RS_WORKING_AREA_INIT'.

RS_WORKING_OBJECT_ACTIVATE CALL FUNCTION 'RS_WORKING_OBJECT_ACTIVATE' EXPORTING dictionary_only = ' ' cwb_mode = 'X' TABLES OBJECTS = lt_objects_to_activate EXCEPTIONS OTHERS = 1.

SCWG_TOOLFLAG_RESET CALL FUNCTION 'SCWG_TOOLFLAG_RESET'.

SCWB_GET_COMPL_REQUESTS CALL FUNCTION 'SCWB_GET_COMPL_REQUESTS' EXPORTING iv_merge_object_lists = bcwbo_true IMPORTING et_requests_wd = lt_requests_wd TABLES it_request_numbers = lt_request_numbers.

SCWB_CINST_READ CALL FUNCTION 'SCWB_CINST_READ' EXPORTING iv_read_object_list = 'X' CHANGING cs_corr_instruction = ls_correction_instruction EXCEPTIONS OTHERS = 1.

SCWB_CINST_READ CALL FUNCTION 'SCWB_CINST_READ' EXPORTING iv_read_object_list = 'X' CHANGING cs_corr_instruction = ls_correction_instruction EXCEPTIONS OTHERS = 0.

RS_OBJECT_IN_WORKING_AREA CALL FUNCTION 'RS_OBJECT_IN_WORKING_AREA' EXPORTING object = -object obj_name = -obj_name global_check = 'X' * MODE = 'S' IMPORTING object_is_work_item = lv_obj_in_wa object_inactive_version = lv_obj_inactive.



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