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
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: SAP Consolidation: Routines for Connection of Hierarchy Maintenance
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MF21BFCC - SAP Consolidation: Routines for Connection of Hierarchy Maintenance MF21BFBB - Update Routines for SAPMF21B (CU and CG) MF21BFAA - General Form Routines for SAPMF21B (CU and CG) MF21BF20 - Form Routines for Screen 2000, CG : Request MF21BF15 - Form Routines for Screen 1500: CU Sort Criteria MF21BF10 - Form Routines for Screen 1000: CU Request