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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSTWB_ANALYZE_FILTER_NODES - RSTWBANALYZEFILTERNODES RSTWB_ANALYZE_EXPORT_DATA - RSTWBANALYZEEXPORTDATA RSTWB_ANALYZE_EXECUTE_OBJECT - RSTWBANALYZEEXECUTEOBJECT RSTWB_ANALYZE_DISPLAY_DOCUMENT - RSTWBANALYZEDISPLAYDOCUMENT RSTWB_ANALYZE_DISPLAY_ATTR - RSTWBANALYZEDISPLAYATTR RSTWB_ANALYZE_DEFINE_STATUS - RSTWBANALYZEDEFINESTATUS