ERP85F02 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 ERP85F02 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!
ENQUEUE_ESSERP call function 'ENQUEUE_ESSERP' exporting mode_serptree = 'S' mandt = sy-mandt tree_id = wa_tree_list-tree_id exceptions foreign_lock = 1 system_failure = 2 others = 3.
ENQUEUE_ESSERPNODE call function 'ENQUEUE_ESSERPNODE' exporting mode_esserpnode = 'S' mandt = sy-mandt tree_id = wa_tree_list-tree_id exceptions foreign_lock = 1 system_failure = 2 others = 3.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting * PERCENTAGE = 0 text = l_progress_text.
DEQUEUE_ESSERP call function 'DEQUEUE_ESSERP' exporting mode_serptree = 'E' mandt = sy-mandt tree_id = wa_old_tree-tree_id.
DEQUEUE_ESSERPNODE call function 'DEQUEUE_ESSERPNODE' exporting mode_esserpnode = 'E' mandt = sy-mandt tree_id = wa_old_tree-tree_id.
STREE_STRUCTURE_EXIST call function 'STREE_STRUCTURE_EXIST' exporting structure_id = l_struc_id read_from_database = c_true * DO_NOT_READ_DEVCLASS = ' ' importing message = l_msg.
STREE_GET_UNIQUE_ID * call function 'STREE_GET_UNIQUE_ID' * importing * unique_id = struc_id.
STREE_STRUCTURE_ENQUEUE call function 'STREE_STRUCTURE_ENQUEUE' exporting id = struc_id importing message = wa_message.
STREE_HIERARCHY_SAVE call function 'STREE_HIERARCHY_SAVE' exporting structure_id = struc_id structure_type = c_struc_type_bmen * STRUCTURE_EXTENSION = ' ' structure_description = struc_description * structure_external_key = space " zu klein für tree_id ! language = wa_tree_list-masterlang structure_masterlanguage = wa_tree_list-masterlang structure_responsible = c_converter * NO_TRANSPORT_CHECK = ' ' transport_order = p_ordernr development_class = wa_tree_list-devclass importing message = wa_message * NEW_STRUCTURE_ID = * NEW_STRUCTURE_HEADER = * NEW_STRUCTURE_TADIR = tables list_of_nodes = i_list_of_nodes list_of_references = i_list_of_ref list_of_texts = i_list_of_texts structure_descriptions = i_structure_descriptions.
STREE_STRUCTURE_DEVCLASS call function 'STREE_STRUCTURE_DEVCLASS' exporting structure_id = struc_id importing structure_tadir = l_wa_tadir.
STREE_STRUCTURE_DEQUEUE call function 'STREE_STRUCTURE_DEQUEUE' exporting id = struc_id importing message = wa_message.
STREE_GET_UNIQUE_ID call function 'STREE_GET_UNIQUE_ID' importing unique_id = node_guid.
STREE_GET_UNIQUE_ID call function 'STREE_GET_UNIQUE_ID' importing unique_id = node_guid.
STREE_GET_UNIQUE_ID call function 'STREE_GET_UNIQUE_ID' importing unique_id = node_guid.
STREE_GET_UNIQUE_ID CALL FUNCTION 'STREE_GET_UNIQUE_ID' importing unique_id = node_guid.
STREE_GET_UNIQUE_ID call function 'STREE_GET_UNIQUE_ID' importing unique_id = node_guid.
PRGN_CHECK_SYSTEM_TYPE call function 'PRGN_CHECK_SYSTEM_TYPE' exceptions sap_system = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.