SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management | Data Warehousing Workbench(BW-WHM-AWB) SAP BW

MRSA1F03 SAP ABAP INCLUDE - mrsa1f03







MRSA1F03 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 MRSA1F03 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MRSA1F03. "Basic submit
SUBMIT MRSA1F03 AND RETURN. "Return to original report after report execution complete
SUBMIT MRSA1F03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: mrsa1f03


INCLUDES used within this REPORT MRSA1F03

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

RSHI_SUBTREE_NODETAB_GET call function 'RSHI_SUBTREE_NODETAB_GET' exporting i_node_id = p_nodeid i_x_with_header = l_header importing et_nodetab = l_t_nodetab exceptions invalid_node_id = 1 node_is_free = 2 others = 3.

RSAT_BUILD_TREE_EX call function 'RSAT_BUILD_TREE_EX' exporting i_techname = 'X' tables act_sourcetab = l_t_nodetab treestrttab = l_treestrttab treetxttab = l_treetxttab itemcolname = g_itemcolnames exceptions failed = 1 itemcol_mismatch = 2 others = 3.

RSAT_ADD_NODES_TO_DISPLAY call function 'RSAT_ADD_NODES_TO_DISPLAY' exporting ext_tree_handle = p_tree i_no_flush = 'X' tables treestrttab = l_treestrttab treetxttab = l_treetxttab exceptions failed = 1 others = 2.

RSAT_EXPAND_NODE call function 'RSAT_EXPAND_NODE' exporting treehandle = p_tree nodeid = p_nodeid i_no_flush = 'X' exceptions no_tree = 1 not_found = 2 others = 3.

RSAT_EXPAND_NODE call function 'RSAT_EXPAND_NODE' exporting treehandle = p_tree nodeid = p_nodeid i_no_flush = 'X' exceptions no_tree = 1 not_found = 2 others = 3.

RSAT_EXPAND_NODE call function 'RSAT_EXPAND_NODE' exporting treehandle = p_tree nodeid = l_s_nodetab-id i_no_flush = 'X' exceptions no_tree = 1 not_found = 2 others = 3.

CONTROL_FLUSH call function 'CONTROL_FLUSH' exceptions cntl_system_error = 1 cntl_error = 2 others = 3.

RSAR_TREE_CALLBACK call function 'RSAR_TREE_CALLBACK' exporting node_id = g_node_status-nodeid * TREE_ID = command = p_command importing * FIELDTAB = * SUBTREEFLAG = * P_NEW_CHILD_ID = node_id_back = l_nodeid_back refresh = l_refresh node_id_select = l_nodeid_select * E_TXTLG = exceptions error = 1 others = 2.

RSAR_TREE_CALLBACK call function 'RSAR_TREE_CALLBACK' exporting node_id = g_node_status-nodeid * TREE_ID = command = l_command importing * FIELDTAB = * SUBTREEFLAG = * P_NEW_CHILD_ID = node_id_back = l_nodeidback * E_TXTLG = exceptions error = 1 others = 2.

RSAT_DELETE_NODE call function 'RSAT_DELETE_NODE' exporting treehandle = p_tree nodeid = l_nodeidback no_flush = ' ' exceptions no_tree = 1 not_found = 2 others = 3.

RSAR_TREE_CALLBACK call function 'RSAR_TREE_CALLBACK' exporting node_id = p_node_id tree_id = p_tree_id command = l_command * IMPORTING * FIELDTAB = * SUBTREEFLAG = * P_NEW_CHILD_ID = * NODE_ID_BACK = * E_TXTLG = exceptions error = 1 others = 2.

RSAR_TREE_CALLBACK call function 'RSAR_TREE_CALLBACK' exporting node_id = p_node_id tree_id = p_tree_id command = rsatr_c_refresh importing * FIELDTAB = * SUBTREEFLAG = * P_NEW_CHILD_ID = node_id_back = l_nodeid_back node_id_select = l_nodeid_select * E_TXTLG = exceptions error = 1 others = 2.

RSAR_TREE_CALLBACK call function 'RSAR_TREE_CALLBACK' exporting node_id = l_nodeid command = l_command importing * FIELDTAB = subtreeflag = l_flag p_new_child_id = l_newnodeid exceptions error = 1 others = 2.

RSAR_TREE_CALLBACK call function 'RSAR_TREE_CALLBACK' exporting node_id = g_node_status-nodeid * TREE_ID = command = l_command importing * FIELDTAB = * SUBTREEFLAG = * P_NEW_CHILD_ID = node_id_back = l_nodeidback * E_TXTLG = exceptions error = 1 others = 2.

RSAT_DELETE_NODE call function 'RSAT_DELETE_NODE' exporting treehandle = p_tree nodeid = l_nodeidback exceptions no_tree = 1 not_found = 2 others = 3.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MRSA1F03 or its description.