SAPM00PS_WB_TREE_FORMS 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 SAPM00PS_WB_TREE_FORMS 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: Include SAPM00PS_WB_TREE_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'HRPSPWE_REQ_TREE' CHANGING ct_fieldcat = gt_fieldcatalog.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'HRPSPWE_REQ_TREE' CHANGING ct_fieldcat = gt_fieldcatalog.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPM00PS_WB_TREE_FORMS - Include SAPM00PS_WB_TREE_FORMS SAPM00PS_WB_TREE_EVT_RCVR - Include sapm00ps_wb_TREE_EVT_RCVR SAPM00PS_WB_TOOLBAR_EVT_RECVR - Include for handling toolbar events SAPM00PS_WB_READ_FORMS - PWE Read form routines SAPM00PS_WB_PB0 - PWE PBO modules SAPM00PS_WB_PAI - PWE PAI routines