SAP /ISDFPS/CL_FDPFA_FTR OO Class - Function Tree
/ISDFPS/CL_FDPFA_FTR is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /ISDFPS/CL_FDPFA_FTR including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /ISDFPS/CL_FDPFA_FTR is /ISDFPS/CL_FDPFA_CNTLMethod list of /ISDFPS/CL_FDPFA_FTR SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| ADD_HR_NODE | Load HR Relationships into Function Tree | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>ADD_HR_NODE...more details | ||
| ADD_NEW_POS_NODE | Displays a Newly Created Position in the Tree (w/o Refresh) | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>ADD_NEW_POS_NODE...more details | ||
| ASSIGN_TASKS | Assign Tasks | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>ASSIGN_TASKS...more details | ||
| BUILD_EXPANDED_NODE | Prepare Nodes for Expansion (Create Subnodes) | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>BUILD_EXPANDED_NODE...more details | ||
| CHANGE_OBJECT_ORDER | Change Ranking Order of Objects | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CHANGE_OBJECT_ORDER...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CLASS_CONSTRUCTOR...more details | ||
|
| ||
| COLLAPSE | Expands a Node | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>COLLAPSE...more details | ||
| COPY_FORCER | Copy Selected FORCER Assignments | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>COPY_FORCER...more details | ||
| COPY_POS | Copy Selected Positions | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>COPY_POS...more details | ||
| CREATE_POS | Create New Positions | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CREATE_POS...more details | ||
| CT_ADD_FA_ASSIGN_MPA | Context Menu - Create MPA (for Logistical Requirements) | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_ASSIGN_MPA...more details | ||
| CT_ADD_FA_ASSIGN_MPO | Context Menu - Create MPO (for Material Categories) | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_ASSIGN_MPO...more details | ||
| CT_ADD_FA_ASSIGN_TASK | Context Menu - Assign Tasks | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_ASSIGN_TASK...more details | ||
| CT_ADD_FA_COLLAPSE | Context Menu - Collapse | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_COLLAPSE...more details | ||
| CT_ADD_FA_COPY_BE_ASSIGN | Context Menu - Delete MPO Assignment (Material Categories) | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_COPY_BE_ASSIGN...more details | ||
| CT_ADD_FA_COPY_CN_ASSIGN | Context Menu - Delete MPO Assignment (Material Categories) | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_COPY_CN_ASSIGN...more details | ||
| CT_ADD_FA_COPY_EPA_ASSIGN | Context Menu - Delete MPO Assignment (Material Categories) | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_COPY_EPA_ASSIGN...more details | ||
| CT_ADD_FA_COPY_MC_ASSIGN | Context Menu - Delete MPO Assignment (Material Categories) | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_COPY_MC_ASSIGN...more details | ||
| CT_ADD_FA_COPY_MPO_ASSIGN | Context Menu - Delete MPO Assignment (Material Categories) | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_COPY_MPO_ASSIGN...more details | ||
| CT_ADD_FA_COPY_POS | Context Menu: Copy Positions | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_COPY_POS...more details | ||
| CT_ADD_FA_COPY_RIC_ASSIGN | Context Menu - Delete MPO Assignment (Material Categories) | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_COPY_RIC_ASSIGN...more details | ||
| CT_ADD_FA_COPY_VPA_ASSIGN | Context Menu - Delete MPO Assignment (Material Categories) | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_COPY_VPA_ASSIGN...more details | ||
| CT_ADD_FA_CREATE_DOC | Context Menu - Create Document | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_CREATE_DOC...more details | ||
| CT_ADD_FA_CREATE_POS | Context Menu - Create Position | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_CREATE_POS...more details | ||
| CT_ADD_FA_DELETE_DOC | Context Menu - Delete DOC Assignment | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_DELETE_DOC...more details | ||
| CT_ADD_FA_DELETE_POS | Context Menu - Delete Position | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_DELETE_POS...more details | ||
| CT_ADD_FA_DELIMIT_POS | Context Menu - Delimit Position | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_DELIMIT_POS...more details | ||
| CT_ADD_FA_DISPLAY_DOC | Context Menu - Display Document | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_DISPLAY_DOC...more details | ||
| CT_ADD_FA_EXPAND | Context Menu - Expand | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_EXPAND...more details | ||
| CT_ADD_FA_PRINT | Context Menu - Print | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_PRINT...more details | ||
| CT_ADD_FA_SEARCH | Context Menu - Find | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_SEARCH...more details | ||
| CT_ADD_FA_SEPARATOR | Context Menu - Create Separator | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_SEPARATOR...more details | ||
| CT_ADD_FA_SUBMENU_1 | Context Menu - Create Cascading Menu 1 | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_SUBMENU_1...more details | ||
| CT_ADD_FA_SUBMENU_2 | Context Menu - Create Cascading Menu 2 | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_SUBMENU_2...more details | ||
| CT_ADD_FA_SUBMENU_3 | Context Menu - Create Cascading Menu 3 | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_ADD_FA_SUBMENU_3...more details | ||
| CT_FA_BUILD | Context Menu - Build | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>CT_FA_BUILD...more details | ||
| DEFINE_HIERARCHY_HEADER | Define Hierarchy Header of ALV Tree | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>DEFINE_HIERARCHY_HEADER...more details | ||
| DELETE_FTR | Delete Function Tree | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>DELETE_FTR...more details | ||
| DELETE_POS | Delete Selected Positions | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>DELETE_POS...more details | ||
| DELETE_RELAT_DOC | Delete Relationship to Selected MPOs | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>DELETE_RELAT_DOC...more details | ||
| DELETE_SUBTREE | Delete Subtree and Related Maptab Entries | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>DELETE_SUBTREE...more details | ||
| DELIMIT_POS | Delimit Selected Positions | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>DELIMIT_POS...more details | ||
| DETERMINE_SELECTED_NODES | Determines Node Currently Selected | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>DETERMINE_SELECTED_NODES...more details | ||
| DETERMINE_SELECTED_OBJECT | Determine Selected Nodes by Node Type | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>DETERMINE_SELECTED_OBJECT...more details | ||
| DOC_ASSIGN | Link Document to Force Element | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>DOC_ASSIGN...more details | ||
| DOC_CREATE | Generate Document | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>DOC_CREATE...more details | ||
| DOC_DISPLAY | Display Document | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>DOC_DISPLAY...more details | ||
| EXIST_DOC | Check Whether Document Assignments Exist for an Object | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>EXIST_DOC...more details | ||
| EXIST_FORCER | Check Whether Assignments Exist for an Object | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>EXIST_FORCER...more details | ||
| EXIST_HR | Check Whether Relationships to other HR Objects Exist | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>EXIST_HR...more details | ||
| EXPAND | Expands a Node | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>EXPAND...more details | ||
| EXPAND_TO_OBJECT | Expanded to a Certain Object in the Tree | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>EXPAND_TO_OBJECT...more details | ||
| FIELDCAT_FORMAT | Format Field Catalog | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>FIELDCAT_FORMAT...more details | ||
| FIELDCAT_NODE_NAME_DOC | Field Catalog Entry/Node Name for a Document Assignment | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>FIELDCAT_NODE_NAME_DOC...more details | ||
| FIELDCAT_NODE_NAME_FORCER | Field Catalog Entry/Node Name for a FORCER Assignment | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>FIELDCAT_NODE_NAME_FORCER...more details | ||
| FIELDCAT_NODE_NAME_HR | Field Catalog Entry/Node Name for an HR Relationship | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>FIELDCAT_NODE_NAME_HR...more details | ||
| GET_SELECTED_OBJECTS_BY_OTYPE | Determine Selected Elements for Particular 0-Type | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>GET_SELECTED_OBJECTS_BY_OTYPE...more details | ||
| HANDLE_CHANGE_RANK_CLICK | Handles Click on Icons 'In Sequence Bott.Up/Top Down' | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>HANDLE_CHANGE_RANK_CLICK...more details | ||
| HANDLE_CTMENU_CLICK | Event Handler - Context Menu Click | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>HANDLE_CTMENU_CLICK...more details | ||
| HANDLE_CTMENU_REQUEST | Event Handler - Context Menu | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>HANDLE_CTMENU_REQUEST...more details | ||
| HANDLE_DEFAULT_CTMENU_CLICK | Event Handler - Standard Context Menu Click | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>HANDLE_DEFAULT_CTMENU_CLICK...more details | ||
| HANDLE_DEFAULT_CTMENU_REQUEST | Event Handler - Standard Context Menu (Click Blank Area) | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>HANDLE_DEFAULT_CTMENU_REQUEST...more details | ||
| HANDLE_DOUBLE_CLICK | Event Handler - Double-Click | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>HANDLE_DOUBLE_CLICK...more details | ||
| HANDLE_DRAG_MULTIPLE | Event Handler - Fill a Drag and Drop Data Object | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>HANDLE_DRAG_MULTIPLE...more details | ||
| HANDLE_DROPDOWN_CLICK | Event Handler - Dropdown-Click | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>HANDLE_DROPDOWN_CLICK...more details | ||
| HANDLE_EXPANDER_CLICK | Event Handler - Expander-Click | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>HANDLE_EXPANDER_CLICK...more details | ||
| HANDLE_OBJECTS_DROPPED | Event Handler - Drag and Drop | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>HANDLE_OBJECTS_DROPPED...more details | ||
| HANDLE_TOOLBARCLICK | Event Handler - Toolbar-Click | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>HANDLE_TOOLBARCLICK...more details | ||
| INIT_FTR | Launch Function Tree | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>INIT_FTR...more details | ||
| INIT_GT_FOLDER | Fill Folder Table of Function Tree | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>INIT_GT_FOLDER...more details | ||
| INIT_GT_PATH | Fill Table for Evaluation Paths in Function Tree | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>INIT_GT_PATH...more details | ||
| INSTANCE_GET | Read Instance | Public |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>INSTANCE_GET...more details | ||
| LOAD_DOC | Load Document Assignments in Function Tree | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>LOAD_DOC...more details | ||
| LOAD_FORCER | Load FORCER Assignments to Function Tree | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>LOAD_FORCER...more details | ||
| LOAD_HR | Load HR Relationships to Function Tree | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>LOAD_HR...more details | ||
| MAPTAB_ADD | Method for Inserting a Line into the Mapping Table | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>MAPTAB_ADD...more details | ||
| MAPTAB_CHANGE | Changes an entry in the mapping table | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>MAPTAB_CHANGE...more details | ||
| MAPTAB_DELETE_ALL | Method for Deleting the Whole Mapping Table | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>MAPTAB_DELETE_ALL...more details | ||
| MAPTAB_DELETE_SINGLE | Methods for Deleting a Line in the Mapping Table | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>MAPTAB_DELETE_SINGLE...more details | ||
| MAPTAB_READ | Read Entry in the Mapping Table for Existing Nodes | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>MAPTAB_READ...more details | ||
| MAPTAB_READ_AUTH_ACT_PERS_NODE | Read 'Auth. and Actual Personnel' Node (Highest HR Node) | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>MAPTAB_READ_AUTH_ACT_PERS_NODE...more details | ||
| MAPTAB_READ_DMS_DRAD_KEY | Read Mapping Table Entry for Document Assignment | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>MAPTAB_READ_DMS_DRAD_KEY...more details | ||
| MAPTAB_READ_FRGUID | Read Mapping Table Entry for FORCER Assignment | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>MAPTAB_READ_FRGUID...more details | ||
| MAPTAB_READ_GUID_EXT | Read Mapping Table Entries for FORCER Target Object | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>MAPTAB_READ_GUID_EXT...more details | ||
| MAPTAB_READ_HRSOBID | Read Mapping Table Entries for HR Object | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>MAPTAB_READ_HRSOBID...more details | ||
| MAPTAB_READ_NODE_TYPE | Read Node Type of a Node from the Mapping Table | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>MAPTAB_READ_NODE_TYPE...more details | ||
| MAPTAB_READ_TOP_NODE | Read Highest Node (Reference/Force Element) | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>MAPTAB_READ_TOP_NODE...more details | ||
| NODE_IS_EXPANDABLE | Existing Node in Structure Tree Has Expander | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>NODE_IS_EXPANDABLE...more details | ||
| REFRESH | Refresh | Public |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>REFRESH...more details | ||
| REFRESH_AFTER_COPY | Refresh in Function Area/Workbench After Copying | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>REFRESH_AFTER_COPY...more details | ||
| REFRESH_GS_MERGED_PATH | Fill Table for Evaluation Paths in Function Tree | Public |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>REFRESH_GS_MERGED_PATH...more details | ||
| REFRESH_SUBTREE | Refresh Tree Structure | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>REFRESH_SUBTREE...more details | ||
| REGISTER_EVENTS | Method for Registering Tree Events | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>REGISTER_EVENTS...more details | ||
| SET_NODE_LAYOUT | Define Node Display | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>SET_NODE_LAYOUT...more details | ||
| TOOLBAR_CHANGE | Change Toolbar in Function Tree | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>TOOLBAR_CHANGE...more details | ||
| TREE_BUILD | Set up Function Tree for Current Force Element | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>TREE_BUILD...more details | ||
| TREE_DELETE | Delete Entire Function Tree | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>TREE_DELETE...more details | ||
| UPDATE_FORCER | Update a FORCER Assignment Node | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>UPDATE_FORCER...more details | ||
| UPDATE_HR | Update HR Relationship Node | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>UPDATE_HR...more details | ||
| UPDATE_TOP_NODE | Updating the Root Node in the Functional Area | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>UPDATE_TOP_NODE...more details | ||
| VISUALISE_STATUS | Layout Definition for Visual Formatting of Status | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>VISUALISE_STATUS...more details | ||
| WRITE_CHANGED_ORDER_FORCER | Write Changed Sequence of HR Relationships | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>WRITE_CHANGED_ORDER_FORCER...more details | ||
| WRITE_CHANGED_ORDER_HR | Write Changed Sequence of FORCER Assignments | Private |
| CALL METHOD /isdfps/cl_fdpfa_ftr=>WRITE_CHANGED_ORDER_HR...more details | ||
/ISDFPS/CL_FDPFA_FTR attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| C_DOKOB_PLOGI | Static Attribute | Object Type | 'PLOGI' | LIKE DOKOB | Private |
| C_FC_FTREEM_COPY_FORCERXXX | Static Attribute | Function Code | 'COPY_FORCERXXX' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_COPY_O_BE | Static Attribute | Function Code | 'COPY_O_BE' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_COPY_O_CN | Static Attribute | Function Code | 'COPY_O_CN' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_COPY_O_EPA | Static Attribute | Function Code | 'COPY_O_EPA' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_COPY_O_IPO | Static Attribute | Function Code | 'COPY_O_IPO' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_COPY_O_MC | Static Attribute | Function Code | 'COPY_O_MC' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_COPY_O_MPO | Static Attribute | Function Code | 'COPY_O_MPO' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_COPY_O_RIC | Static Attribute | Function Code | 'COPY_O_RIC' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_COPY_O_RR | Static Attribute | Function Code | 'COPY_O_RR' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_COPY_O_VPA | Static Attribute | Function Code | 'COPY_O_VPA' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_COPY_S_MC | Static Attribute | Function Code | 'COPY_S_MC' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_COPY_S_MPO | Static Attribute | Function Code | 'COPY_S_MPO' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_DOCASSIGN | Static Attribute | Function Code | 'DOCASSIGN' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_DOCCREATE | Static Attribute | Function Code | 'DOCCREATE' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_DOCDISPLAY | Static Attribute | Function Code | 'DOCDISPLAY' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_DOC_DELETE_RELAT | Static Attribute | Function Code | 'DOCDELRELAT' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_MATPACKASSIGN | Static Attribute | Function Code | 'MATPACKASSIGN' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_MPADELIMIT | Static Attribute | Function Code | 'MPADELIMIT' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_MPOASSIGN | Static Attribute | Function Code | 'MPOASSIGN' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_MPODELIMIT | Static Attribute | Function Code | 'MPODELIMIT' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_PERS | Static Attribute | Function Code | 'PERS' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_PERS_INVIS | Static Attribute | Function Code | 'INVIS' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_PERS_VIS | Static Attribute | Function Code | 'VIS' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_POSDELIMIT | Static Attribute | Function Code | 'POSDELIMIT' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_POS_DELETE | Static Attribute | Function Code | 'POSDELETE' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_POS_DELETE_RELAT | Static Attribute | Function Code | 'POSDELRELAT' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_SAVE | Static Attribute | Function Code | 'SAVE' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_SCOPY | Static Attribute | Function Code | 'SCOPY' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_SCREATE | Static Attribute | Function Code | 'SCREATE' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_TASKASSIGN | Static Attribute | Function Code | 'TASKASSIGN' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_WF_MAT | Static Attribute | Function Code | 'WORKFLOW_MAT' | LIKE UI_FUNC | Private |
| C_FC_FTREEM_WF_PER | Static Attribute | Function Code | 'WORKFLOW_PER' | LIKE UI_FUNC | Private |
| C_FC_FTREE_ASSIGN | Static Attribute | Function Code | 'ASSIGN' | LIKE UI_FUNC | Private |
| C_FC_FTREE_COLLAPSE | Static Attribute | Function Code: Collapse Node | 'COLLAPSE' | LIKE UI_FUNC | Private |
| C_FC_FTREE_COPY | Static Attribute | Function Code | 'COPY' | LIKE UI_FUNC | Private |
| C_FC_FTREE_CREATE | Static Attribute | Function Code | 'CREATE' | LIKE UI_FUNC | Private |
| C_FC_FTREE_DD | Static Attribute | Function Code: Change Sequence by Drag & Drop | 'D&D' | LIKE UI_FUNC | Private |
| C_FC_FTREE_DELETE | Static Attribute | Function Code | 'DELETE' | LIKE UI_FUNC | Private |
| C_FC_FTREE_DELETE_RELAT | Static Attribute | Function Code | LIKE UI_FUNC | Private | |
| C_FC_FTREE_DELIMIT | Static Attribute | Function Code | 'DELIMIT' | LIKE UI_FUNC | Private |
| C_FC_FTREE_EXPAND | Static Attribute | Function Code: Expand Node | 'EXPAND' | LIKE UI_FUNC | Private |
| C_FC_FTREE_ONE_DOWN | Static Attribute | Function Code: Change Sequence 'One Place Down' | 'DOWN' | LIKE UI_FUNC | Private |
| C_FC_FTREE_ONE_UP | Static Attribute | Function Code: Change Sequence 'One Place Up' | 'UP' | LIKE UI_FUNC | Private |
| C_FC_FTREE_PRINT | Static Attribute | Function Code | 'PRINT' | LIKE UI_FUNC | Private |
| C_FC_FTREE_REFRESH | Static Attribute | Function Code | 'FTR_REFR' | LIKE UI_FUNC | Private |
| C_FC_FTREE_SEARCH | Static Attribute | Function Code | 'FIND' | LIKE UI_FUNC | Private |
| C_FC_FTREE_TO_BOTTOM | Static Attribute | Function Code: Change Sequence 'Bottom' | 'BOTTOM' | LIKE UI_FUNC | Private |
| C_FC_FTREE_TO_TOP | Static Attribute | Function Code: Change Sequence 'Top' | 'TOP' | LIKE UI_FUNC | Private |
| C_FC_ICON_LEGEND | Static Attribute | Function Code | 'LEGEND' | LIKE UI_FUNC | Private |
| C_FC_ICON_WORKFLOW | Static Attribute | Function Code | 'WORKFLOW' | LIKE UI_FUNC | Private |
| C_FOLDER_TYPE_DOC | Constant | Folder Type | 'DOK' | LIKE CHAR3 | Private |
| C_FOLDER_TYPE_MAT | Constant | Folder Type | 'MPO' | LIKE CHAR3 | Private |
| C_FOLDER_TYPE_PERS | Constant | Folder Type | 'PER' | LIKE CHAR3 | Private |
| C_POSITION_ICON | Constant | Icons for Positions | '@BI@' | LIKE CHAR4 | Private |
| FIELDCATALOGUE | Static Attribute | Field Catalog for SAP List Viewer Control | LIKE LVC_T_FCAT | Private | |
| GC_BE_ICON_D | Constant | Icons for BE Assignments | '@A8@' | LIKE ICON_D | Private |
| GC_CN_ICON_D | Constant | Icons for REC Assignments | '@DD@' | LIKE ICON_D | Private |
| GC_COMPOSITE_ROLE_ICON_D | Constant | Icons for Composite Role | '@M7@' | LIKE ICON_D | Private |
| GC_CUST_AG_FTREE_FOLDER_TYPE | Constant | Customizing Folder Type: 'Roles' | 'AG' | LIKE /ISDFPS/FTREE_FOLDER_TYPE | Private |
| GC_CUST_DOC_FTREE_FOLDER_TYPE | Constant | Customizing Folder Type: 'Documents' | 'DOC' | LIKE /ISDFPS/FTREE_FOLDER_TYPE | Private |
| GC_CUST_MAT_FTREE_FOLDER_TYPE | Constant | Customizing Folder Type: 'Authorized/Actual Materials' | 'MPO' | LIKE /ISDFPS/FTREE_FOLDER_TYPE | Private |
| GC_CUST_PER_FTREE_FOLDER_TYPE | Constant | Customizing Folder Type: 'Authorized/Actual Personnel' | 'PER' | LIKE /ISDFPS/FTREE_FOLDER_TYPE | Private |
| GC_CUST_RE_FTREE_FOLDER_TYPE | Constant | Customizing Folder Type: 'Authorized/Actual Infrastructure' | 'RE' | LIKE /ISDFPS/FTREE_FOLDER_TYPE | Private |
| GC_CUST_TAS_FTREE_FOLDER_TYPE | Constant | Customizing Folder Type: 'Tasks' | 'TAS' | LIKE /ISDFPS/FTREE_FOLDER_TYPE | Private |
| GC_CUST_TOB_FTREE_FOLDER_TYPE | Constant | Customizing Folder Type: 'Technical Objects' | 'EQI' | LIKE /ISDFPS/FTREE_FOLDER_TYPE | Private |
| GC_CUST_VPA_FTREE_FOLDER_TYPE | Constant | Customizing Folder Type: 'Provisions Packages' | 'MPA' | LIKE /ISDFPS/FTREE_FOLDER_TYPE | Private |
| GC_DOC_FTR_NODE_TYPE | Constant | Node & Data Type: 'Document Assignment' | '/ISDFPS/TREE_DOC' | LIKE /ISDFPS/FTR_NODE_TYPE | Private |
| GC_EPA_ICON_D | Constant | Icons for EPA Assignments | '@7U@' | LIKE ICON_D | Private |
| GC_FOLDER_FTR_NODE_TYPE | Constant | Node & Data Type: 'Folder' | '/ISDFPS/FTR_FOLDER_NODE' | LIKE /ISDFPS/FTR_NODE_TYPE | Private |
| GC_FORCER_FTR_NODE_TYPE | Constant | Node and Data Type: 'FORCER Assignment' | '/ISDFPS/TREE_FORxxx' | LIKE /ISDFPS/FTR_NODE_TYPE | Private |
| GC_FOR_ICON_D | Constant | Icons for Force Elements | '@CS@' | LIKE ICON_D | Private |
| GC_HR_FTR_NODE_TYPE | Constant | Node and Data Type: 'HR Relationship' | 'TREE_HRI1001' | LIKE /ISDFPS/FTR_NODE_TYPE | Private |
| GC_IPO_ICON_D | Static Attribute | Icons for IPO Assignments | LIKE ICON_D | Private | |
| GC_MANAGER_POS_ICON_D | Constant | Icons for Relationship: 'Chief Position' | '@BM@' | LIKE ICON_D | Private |
| GC_MCH_ICON_D | Constant | Icons for MC Assignments | '@6H@' | LIKE ICON_D | Private |
| GC_MC_ICON_D | Constant | Icons for MC Assignments | '@6H@' | LIKE ICON_D | Private |
| GC_MPH_ICON_D | Constant | Icons for MPO Assignments | '@A9@' | LIKE ICON_D | Private |
| GC_MPO_ICON_D | Constant | Icons for MPO Assignments | '@A9@' | LIKE ICON_D | Private |
| GC_RIC_ICON_D | Constant | Icons for RIC Assignments | '@F4@' | LIKE ICON_D | Private |
| GC_ROLE_WEGID | Constant | Evaluation Path for the 'Roles' Node | 'DFPS_AG' | LIKE WEGID | Private |
| GC_RR_ICON_D | Constant | Icons for RR Assignments | '@13@' | LIKE ICON_D | Private |
| GC_TASK_WEGID | Constant | Evaluation Path for the 'Tasks' Node | 'DFPS_TAS' | LIKE WEGID | Private |
| GC_TOB_ICON_D | Constant | Icons for TOB Assignments | '@AN@' | LIKE ICON_D | Private |
| GC_TREE_ADD_FDPFA_FOLDER_TYPE | Constant | Folder Type: 'Additional Data' | 'ADD' | LIKE /ISDFPS/FDPFA_FOLDER_TYPE | Private |
| GC_TREE_AG_FDPFA_FOLDER_TYPE | Constant | Folder Type: 'Roles' | 'AG' | LIKE /ISDFPS/FDPFA_FOLDER_TYPE | Private |
| GC_TREE_BE_FDPFA_FOLDER_TYPE | Constant | Folder Type: 'Business Entities' | 'BE' | LIKE /ISDFPS/FDPFA_FOLDER_TYPE | Private |
| GC_TREE_CN_FDPFA_FOLDER_TYPE | Constant | Folder Type: 'Real Estate Contracts' | 'CN' | LIKE /ISDFPS/FDPFA_FOLDER_TYPE | Private |
| GC_TREE_DOC_FDPFA_FOLDER_TYPE | Constant | Folder Type: 'Documents' | 'DOC' | LIKE /ISDFPS/FDPFA_FOLDER_TYPE | Private |
| GC_TREE_EPA_FDPFA_FOLDER_TYPE | Constant | Folder Type: 'Equipment Packages' | 'EPA' | LIKE /ISDFPS/FDPFA_FOLDER_TYPE | Private |
| GC_TREE_HR_FDPFA_FOLDER_TYPE | Constant | Folder Type: 'Authorized/Actual Personnel' | 'HR' | LIKE /ISDFPS/FDPFA_FOLDER_TYPE | Private |
| GC_TREE_IPO_FDPFA_FOLDER_TYPE | Constant | Folder Type: 'Infrastructure Planning Objects' | 'IPO' | LIKE /ISDFPS/FDPFA_FOLDER_TYPE | Private |
| GC_TREE_MAT_FDPFA_FOLDER_TYPE | Constant | Folder Type: 'Authorized/Actual Materials' | 'MAT' | LIKE /ISDFPS/FDPFA_FOLDER_TYPE | Private |
| GC_TREE_MCH_FDPFA_FOLDER_TYPE | Constant | Folder Type: 'Material Containers' (Positions) | 'MCH' | LIKE /ISDFPS/FDPFA_FOLDER_TYPE | Private |
| GC_TREE_MC_FDPFA_FOLDER_TYPE | Constant | Folder Type: 'Material Containers' (Force Elements) | 'MC' | LIKE /ISDFPS/FDPFA_FOLDER_TYPE | Private |
| GC_TREE_MPH_FDPFA_FOLDER_TYPE | Constant | Folder Type: 'Material Planning Objects' (Positions) | 'MPH' | LIKE /ISDFPS/FDPFA_FOLDER_TYPE | Private |
| GC_TREE_MPO_FDPFA_FOLDER_TYPE | Constant | Folder Type: 'Material Planning Objects' (Force Elements) | 'MPO' | LIKE /ISDFPS/FDPFA_FOLDER_TYPE | Private |
| GC_TREE_PER_FDPFA_FOLDER_TYPE | Constant | Folder Type: 'Actual Personnel' | 'PER' | LIKE /ISDFPS/FDPFA_FOLDER_TYPE | Private |
| GC_TREE_RE_FDPFA_FOLDER_TYPE | Constant | Folder Type: 'Authorized/Actual Infrastructure' | 'RE' | LIKE /ISDFPS/FDPFA_FOLDER_TYPE | Private |
| GC_TREE_RIC_FDPFA_FOLDER_TYPE | Constant | Folder Type: 'Reportable Item Code' | 'RIC' | LIKE /ISDFPS/FDPFA_FOLDER_TYPE | Private |
| GC_TREE_RR_FDPFA_FOLDER_TYPE | Constant | Folder Type: 'RE Search Requests' | 'RR' | LIKE /ISDFPS/FDPFA_FOLDER_TYPE | Private |
| GC_TREE_TAS_FDPFA_FOLDER_TYPE | Constant | Folder Type: 'Tasks' | 'TAS' | LIKE /ISDFPS/FDPFA_FOLDER_TYPE | Private |
| GC_TREE_TOB_FDPFA_FOLDER_TYPE | Constant | Folder Type: 'Technical Objects' | 'TOB' | LIKE /ISDFPS/FDPFA_FOLDER_TYPE | Private |
| GC_TREE_VPA_FDPFA_FOLDER_TYPE | Constant | Folder Type: 'Provisions Packages' | 'VPA' | LIKE /ISDFPS/FDPFA_FOLDER_TYPE | Private |
| GC_VPA_ICON_D | Constant | Icons for PPA Assignments | '@EL@' | LIKE ICON_D | Private |
| GR_DD_BEHAVIOR_BE | Static Attribute | Behavior for Drag and Drop for Business Entities | LIKE CL_DRAGDROP | Private | |
| GR_DD_BEHAVIOR_CN | Static Attribute | Behavior for Drag and Drop for Contracts | LIKE CL_DRAGDROP | Private | |
| GR_DD_BEHAVIOR_EPA | Static Attribute | Behavior for Drag and Drop for Equipment Packages | LIKE CL_DRAGDROP | Private | |
| GR_DD_BEHAVIOR_IPO | Static Attribute | Behavior for Drag and Drop for Real Estate Planning Objects | LIKE CL_DRAGDROP | Private | |
| GR_DD_BEHAVIOR_JOB | Static Attribute | Behavior for Drag and Drop for HR Work Centers | LIKE CL_DRAGDROP | Private | |
| GR_DD_BEHAVIOR_K | Static Attribute | Behavior for Drag and Drop for Cost Centers | LIKE CL_DRAGDROP | Private | |
| GR_DD_BEHAVIOR_MC | Static Attribute | Behavior for Drag and Drop for Material Containers | LIKE CL_DRAGDROP | Private | |
| GR_DD_BEHAVIOR_MCH | Static Attribute | Behavior for Drag & Drop for Jobs | LIKE CL_DRAGDROP | Private | |
| GR_DD_BEHAVIOR_MPH | Static Attribute | Behavior for Drag and Drop for MPOs in Positions | LIKE CL_DRAGDROP | Private | |
| GR_DD_BEHAVIOR_MPO | Static Attribute | Behavior f. Drag and Drop f. T, MC, MPO, EPA, RIC, PPA, EQI | LIKE CL_DRAGDROP | Private | |
| GR_DD_BEHAVIOR_POS | Static Attribute | Behavior for Drag and Drop for Positions | LIKE CL_DRAGDROP | Private | |
| GR_DD_BEHAVIOR_RIC | Static Attribute | Behavior for Drag and Drop for Reportable Item Codes | LIKE CL_DRAGDROP | Private | |
| GR_DD_BEHAVIOR_RR | Static Attribute | Behavior for Drag and Drop for RE Search Requests | LIKE CL_DRAGDROP | Private | |
| GR_DD_BEHAVIOR_TAS | Static Attribute | Behavior for Drag and Drop for Tasks | LIKE CL_DRAGDROP | Private | |
| GR_DD_BEHAVIOR_TOB | Static Attribute | Behavior for Drag and Drop for Technical Objects | LIKE CL_DRAGDROP | Private | |
| GR_DD_BEHAVIOR_VPA | Static Attribute | Behavior for Drag and Drop for Provisions Packages | LIKE CL_DRAGDROP | Private | |
| GR_DD_BEHAVIOR_WPL | Static Attribute | Behavior for Drag and Drop for HR Work Centers | LIKE CL_DRAGDROP | Private | |
| GS_ACTIVE_POSITION | Static Attribute | Last Active Position | LIKE /ISDFPS/FDP_OBJECT | Private | |
| GS_MERGED_PATH | Static Attribute | Evaluation Paths for Function Tree | LIKE /ISDFPS/MERGED_PATH | Private | |
| GT_DOCS | Static Attribute | Table Type for Documents of a Force Element | LIKE /ISDFPS/DRAD_TAB | Private | |
| GT_FCAT | Static Attribute | Field Catalog for List Viewer Control | LIKE LVC_T_FCAT | Private | |
| GT_FOLDER | Static Attribute | Folder Table | LIKE /ISDFPS/FTR_FOLDER_TAB | Private | |
| GT_MAP_ALL_NODES_FTR_NODE | Static Attribute | All Nodes in Functional Area | LIKE /ISDFPS/FTR_NODE_SORTED_T | Private | |
| GT_MAP_DOC_TREE_DOC | Static Attribute | All Nodes That Contain a Document Assignment | LIKE /ISDFPS/TREE_DOC_SORTED_T | Private | |
| GT_MAP_FOLDER_FTR_FOLDER_NODE | Static Attribute | All Nodes That Contain a Folder | LIKE /ISDFPS/FTR_FOLDER_NODE_SORT_T | Private | |
| GT_MAP_FORCER_TREE_FORXXX | Static Attribute | All Nodes That Contain a FORCER Assignment | LIKE /ISDFPS/TREE_FORXXX_SORTED_T | Private | |
| GT_MAP_HR_TREE_HRI1001 | Static Attribute | All Nodes That Contain an HR Relationship | LIKE TREE_HRI1001_SORTED_T | Private | |
| GT_PATH | Static Attribute | Table Type for Internal Evaluation Paths | LIKE /ISDFPS/MERGED_PATH_TAB | Private | |
| GV_NODE_KEY | Static Attribute | ALV Tree Control: Node Key | LIKE LVC_NKEY | Private | |
| GV_PATH_ICON_HIDE | Static Attribute | Indicator (X or Blank) | LIKE AS4FLAG | Private | |
| G_INSTANCE | Static Attribute | Function Tree | LIKE /ISDFPS/CL_FDPFA_FTR | Private | |
| G_TOOLBAR | Static Attribute | Toolbar Control | LIKE CL_GUI_TOOLBAR | Private | |
| G_TREE | Static Attribute | Function Tree | LIKE CL_GUI_ALV_TREE | Private | |
| HIERARCHY_HEADER | Static Attribute | Tree Control: Attributes of the Hierarchy Header | LIKE TREEV_HHDR | Private | |
| TABLE_POINTER | Static Attribute | Pointer for ALV Tree Control | LIKE /ISDFPS/FDPFA_FCATT | Private |
/ISDFPS/CL_FDPFA_FTR types
TY_PRIO_NODE -TY_PRIO_NODE_T -
Links to Related Class(s)
/ISDFPS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects