ERP80F02 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 ERP80F02 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!
STREE_GET_UNIQUE_ID CALL FUNCTION 'STREE_GET_UNIQUE_ID' IMPORTING UNIQUE_ID = STRUC_ID. "#EC *
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 * STRUCTURE_EXTENSION = ' ' STRUCTURE_DESCRIPTION = STRUC_DESCRIPTION * structure_external_key = space " zu klein für tree_id ! LANGUAGE = P_MASTERLANG STRUCTURE_MASTERLANGUAGE = P_MASTERLANG STRUCTURE_RESPONSIBLE = C_CONVERTER * NO_TRANSPORT_CHECK = ' ' TRANSPORT_ORDER = P_ORDERNR DEVELOPMENT_CLASS = P_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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.