MRSCATTAWBF01 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 MRSCATTAWBF01 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!
RSAR_TREE_INIT CALL FUNCTION 'RSAR_TREE_INIT' IMPORTING NODE_ID_IS = G_NODE_ID_IS NODE_ID_LG = G_NODE_ID_LG NODE_ID_IC = G_NODE_ID_IC NODE_ID_IO = G_NODE_ID_IO NODE_ID_IPG = G_NODE_ID_IPG NODE_ID_ODS = G_NODE_ID_ODS TREE_ID_IS = G_TREE_ID_IS TREE_ID_LG = G_TREE_ID_LG TREE_ID_IC = G_TREE_ID_IC TREE_ID_IO = G_TREE_ID_IO TREE_ID_IPG = G_TREE_ID_IPG TREE_ID_ODS = G_TREE_ID_ODS EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.