SAP Reports / Programs | Enterprise Controlling | Consolidation(EC-CS) SAP EC

MF21BFCC SAP ABAP INCLUDE - SAP Consolidation: Routines for Connection of Hierarchy Maintenance







MF21BFCC is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter MF21BFCC 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 MF21BFCC. "Basic submit
SUBMIT MF21BFCC AND RETURN. "Return to original report after report execution complete
SUBMIT MF21BFCC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: SAP Consolidation: Routines for Connection of Hierarchy Maintenance


INCLUDES used within this REPORT MF21BFCC

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:

RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES NODETAB = IT_NODES.

RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES NODETAB = IT_NODES.

RS_TREE_GET_CURRENT_TREE CALL FUNCTION 'RS_TREE_GET_CURRENT_TREE' TABLES NODELIST = IT_NODES_TAB.

RS_TREE_SET_CURRENT_TREE CALL FUNCTION 'RS_TREE_SET_CURRENT_TREE' TABLES NODETAB = IT_NODES_TAB.

RS_TREE_LIST CALL FUNCTION 'RS_TREE_LIST' EXPORTING ALL = CON_X TABLES LIST = IT_NODES_LIST.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING CALLBACK_PROGRAM = 'SAPMF21B' CALLBACK_TEXT_DISPLAY = 'TEXT_INFO' CALLBACK_USER_COMMAND = 'CONTROL_BY_USER' CHECK_DUPLICATE_NAME = '1' COLOR_OF_LINK = '1' COLOR_OF_NODE = '4' FIRST_NODE = 1 "ID des ersten Knoten LOWER_CASE_SENSITIVE = SPACE NODE_LENGTH = TF150-BULGH SUPPRESS_NODE_OUTPUT = SPACE TEXT_LENGTH = 15 IMPORTING F15 = GD_FLAG.

RS_TREE_GET_PREDECESSOR * CALL FUNCTION 'RS_TREE_GET_PREDECESSOR' * EXPORTING NODE_ID = IT_NODES_INS-ID "?? * IMPORTING PREDECESSOR_INFO = A_SNODETEXT.

RS_TREE_GET_PREDECESSOR CALL FUNCTION 'RS_TREE_GET_PREDECESSOR' EXPORTING NODE_ID = IT_NODES_DEL-ID IMPORTING PREDECESSOR_INFO = A_SNODETEXT.

RS_TREE_GET_PREDECESSOR CALL FUNCTION 'RS_TREE_GET_PREDECESSOR' EXPORTING NODE_ID = IT_NODE-MOVEID IMPORTING PREDECESSOR_INFO = A_SNODETEXT.



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 MF21BFCC or its description.