SAP Reports / Programs | Basis Components | Basis Components | Test Organizer(BC-TWB-ORG) SAP BC

RSTWB_ANALYZE_FILTER_NODES SAP ABAP INCLUDE - RSTWBANALYZEFILTERNODES







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


INCLUDES used within this REPORT RSTWB_ANALYZE_FILTER_NODES

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:

S_TWB_U_FILL_USER_PARAMETERS CALL FUNCTION 'S_TWB_U_FILL_USER_PARAMETERS' EXPORTING structure_id = p_structure_id structure_type = type_tmp_pack language = g_language function_code = 'CREA_PACK' project_id = g_plan_tnode02a-project_id solution_id = g_plan_tnode02a-solution_id sy_role = g_plan_tnode02a-sy_role mode = 'M' TABLES user_parameters = user_parameters.

STREE_GET_UNIQUE_ID CALL FUNCTION 'STREE_GET_UNIQUE_ID' IMPORTING unique_id = l_guid message = message.

STREE_STRUCTURE_FILTER CALL FUNCTION 'STREE_STRUCTURE_FILTER' EXPORTING structure_id = l_structure_id description = l_description language = g_language master_language = g_language structure_type = type_tmp_pack parent_structure_id = plan-id parent_filter_id = pack-id reduced_filter = ' ' no_transport_check = 'X' development_class = '$TMP' IMPORTING message = message new_structure_id = l_tmp_filter TABLES list_of_nodes = ext_mar_nodes user_parameters = user_parameters.

STREE_UPDATE_PARAMETER_VALUES CALL FUNCTION 'STREE_UPDATE_PARAMETER_VALUES' EXPORTING structure_id = l_tmp_filter TABLES parameter_values = l_parameter_values.

S_TWB_U_CREATE_ENTRY_TNODE02A CALL FUNCTION 'S_TWB_U_CREATE_ENTRY_TNODE02A' EXPORTING structure_id = l_tmp_tnode02a-id structure_type = l_tmp_tnode02a-type tnode02a_entry = l_tmp_tnode02a.

S_TWB_U_FILL_USER_PARAMETERS CALL FUNCTION 'S_TWB_U_FILL_USER_PARAMETERS' EXPORTING structure_id = g_plan_tnode02a-id structure_type = type_tmp_pack filter_id = p_structure_id language = g_language function_code = 'TWB_TEST' mode = 'M' TABLES user_parameters = user_parameters.

STREE_MANUAL_SEL_DYNP_HC_TPLAN CALL FUNCTION 'STREE_MANUAL_SEL_DYNP_HC_TPLAN' EXPORTING structure_id = l_tmp_filter description = l_description language = g_language assignment_disp_mode = 'D' return_all_subnodes_of_marked = 'X' new_struct_header = l_tmp_header change_filter_tplan = 'E' save_as_filter = 'X' screen_start_column = 1 screen_start_line = 1 screen_end_column = 120 screen_end_line = 20 position_on_nodes = position_on_nodes IMPORTING message = message TABLES user_parameters = user_parameters return_nodes = ret_nodes EXCEPTIONS no_controls = 1 OTHERS = 2.

S_TWB_U_FILL_USER_PARAMETERS CALL FUNCTION 'S_TWB_U_FILL_USER_PARAMETERS' EXPORTING function_code = 'DELE' structure_type = type_tmp_pack TABLES user_parameters = user_parameters.

STREE_EXTERNAL_DELETE CALL FUNCTION 'STREE_EXTERNAL_DELETE' EXPORTING structure_id = l_tmp_filter no_confirmation_popup = 'X' no_transport_check = 'X' IMPORTING message = message TABLES user_parameters = user_parameters.



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