RBM_REFNODE_SET 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 RBM_REFNODE_SET 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.
Title: Sets Ref.Node/Ref.Tree Information for Occurrence Node
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BM_STRUCTURE_ACCESS_PERMISSION * call function 'BM_STRUCTURE_ACCESS_PERMISSION' * exporting * structure_id = p_struct_id * mode = c_mode_modify * importing * enqueued = l_enqueued * e_devclass = l_struct_devclass * tables * errors = l_errors.
STREE_STRUCTURE_READ * call function 'STREE_STRUCTURE_READ' * exporting * structure_id = p_struct_id * importing * message = l_message * structure_header = l_structure * tables * description = l_descriptions * visible_node_types = l_visible_node_types * active_nodes = l_active_nodes * extension_sequence = l_extension_sequence.
STREE_STRUCTURE_SAVE * call function 'STREE_STRUCTURE_SAVE' * exporting * header = l_structure * description = l_struct_descr ** EXTENSION = ' ' ** TRANSPORT_ORDER = ' ' * development_class = l_struct_devclass * importing * new_header = l_structure * message = l_message * tables * structure_descriptions = l_descriptions * visible_node_types = l_visible_node_types * active_nodes = l_active_nodes * extension_sequence = l_extension_sequence.
BM_STRUCTURE_ACCESS_PERMISSION * call function 'BM_STRUCTURE_ACCESS_PERMISSION' * exporting structure_id = p_struct_id * mode = c_mode_free.
STREE_GET_FUNCTION_MODULE * call function 'STREE_GET_FUNCTION_MODULE' * exporting structure_id = p_struct_id * action = '' * importing database_tablename = l_db_table_name * node_transport_object = l_tr_object_node.
BM_STRUCTURE_READ_N_LEVELS * call function 'BM_STRUCTURE_READ_N_LEVELS' * exporting * structure_id = p_struct_id ** FILTER_ID = ' ' * top_node = p_nodes * top_level = p_nodes-node_level * read_all_levels = 'X' * read_n_levels = '99' * display_mode = 'E' "edit mode * importing * message = l_message * tables * structure_table = l_nodes.
BM_STRUCTURE_READ_REFERENCES * call function 'BM_STRUCTURE_READ_REFERENCES' * exporting * structure_id = p_struct_id * tables * i_nodes = l_nodes * e_references = l_refs * exceptions * others = 1.
BM_STRUCTURE_READ * call function 'BM_STRUCTURE_READ' * exporting * structure_id = l_reftree_id * language = sy-langu * insert_substru = 'X' * construct_tree = space * display_mode = 'E' "edit mode * tables * struct_nodes = l_reftree_nodes * struct_refs = l_reftree_refs ** struct_texts = * exceptions * others = 1.
STREE_STRUCTURE_SAVE_ALL_NODES * call function 'STREE_STRUCTURE_SAVE_ALL_NODES' * exporting structure_id = p_struct_id * importing message = l_message * tables list_of_nodes = l_nodes.
BM_STRUCTURE_ACCESS_PERMISSION * call function 'BM_STRUCTURE_ACCESS_PERMISSION' * exporting * structure_id = p_struct_id * mode = c_mode_free.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RBM_REFNODE_SET - Sets Ref.Node/Ref.Tree Information for Occurrence Node RBM_REFNODE_SET - Sets Ref.Node/Ref.Tree Information for Occurrence Node RBM_OCCURENCE_LIST - Software Variant Occurrence Overview RBM_OCCURENCE_LIST - Software Variant Occurrence Overview RBM_OBJECT_USAGES_DELETE - Delete Object Uses RBM_OBJECT_USAGES_DELETE - Delete Object Uses