RSTWB_ANALYZE 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 RSTWB_ANALYZE into the relevant SAP transactions such as SE38 or SE80
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: STRUC = Test Package
Selection Text: SC_VIEWK = Short Text: With Key
Selection Text: SC_VIEW = Short Text: Title Only
Selection Text: SC_TXTS = Note: With Short Text
Selection Text: SC_TXTL = Note: With Long Text
Selection Text: SC_STATP = Status: Percentage
Selection Text: SC_STATA = Status: Absolute
Selection Text: SC_STAT = Status: No Status
Selection Text: SC_PRB = With Problem Numbers
Selection Text: P_PURP = Purpose
Selection Text: LANGU = Language
Title: Status Analysis
Text Symbol: SC5 = Status
Text Symbol: SC6 = Percentage
Text Symbol: SC7 = Absolute
Text Symbol: STA = Status Analysis
Text Symbol: STB = Test Execution
Text Symbol: STR = Test Structure
Text Symbol: T01 = Text
Text Symbol: T02 = Test Case
Text Symbol: T03 = Errors
Text Symbol: T04 = No Result
Text Symbol: T05 = OK
Text Symbol: T06 = Run Test Case
Text Symbol: T07 = Test Case Descriptn
Text Symbol: T10 = Status
Text Symbol: T11 = Status Value
Text Symbol: T12 = Restriction: Functionality
Text Symbol: T13 = Restriction: User interface
Text Symbol: SC4 = With Key
Text Symbol: SC2 = Title Only
Text Symbol: SC1 = Short Texts
Text Symbol: SC0 = w/o
Text Symbol: SAY = No Result
Text Symbol: SAR = With Errors
Text Symbol: SAG = OK
Text Symbol: S12 = Automatic Test Planned
Text Symbol: S11 = Test Not Performed
INCLUDE RSTWB_ANALYZE_GLOBAL_DATA.
INCLUDE RSTWB_ANALYZE_ALV_DATA.
INCLUDE RSTWB_ANALYZE_START_SCREEN.
INCLUDE RSTWB_ANALYZE_INITIALIZATION.
No SAP DATABASE tables are accessed within this REPORT code!
S_TWB_PLAN_CHECK_CLOSED CALL FUNCTION 'S_TWB_PLAN_CHECK_CLOSED' EXPORTING iv_structure_id = plan-id iv_context = 'TEST_STATUS' "#EC NOTEXT IMPORTING ev_plan_closed = gv_plan_closed EXCEPTIONS STRUCTURE_NOT_FOUND = 1 WRONG_STRUCTURE_TYPE = 2.
S_TWB_READ_ECATT_INFO CALL FUNCTION 'S_TWB_READ_ECATT_INFO' EXPORTING structure_id = plan-id IMPORTING sys_data = gt_sys_data.
S_TWB_U_CHECK_FEATURE CALL FUNCTION 'S_TWB_U_CHECK_FEATURE' EXPORTING iv_function_module = 'ECATT_FAILURE_LIST_SHOW_LOGID' iv_destination = gv_rfcdest IMPORTING ev_function_possible = sw_failure_list_possible.
S_TWB_U_CHECK_FEATURE CALL FUNCTION 'S_TWB_U_CHECK_FEATURE' EXPORTING iv_function_module = 'ECATT_LOG_ARCH_FLAG_PUSH' iv_destination = gv_rfcdest IMPORTING ev_function_possible = sw_arch_flag_push_possible.
DDIC_DATA_DESCRIPTION_SCAN CALL FUNCTION 'DDIC_DATA_DESCRIPTION_SCAN' EXPORTING i_structure = 'TWB_CE_INFO' TABLES t_fieldinfo = gt_fieldinfo.
S_TWB_STRUCTURE_ATTRIBUTES * CALL FUNCTION 'S_TWB_STRUCTURE_ATTRIBUTES' "15.IX.2009; ahy
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 RSTWB_ANALYZE or its description.