SAP ABAP Class /BOFU/CL_FC_NODE_PROF (TODO: BO Field Control: Node Profile)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
     /BOFU/FIELD_CONTROL (Package) BO FIeld Control
Properties
Class /BOFU/CL_FC_NODE_PROF  
Short Description TODO: BO Field Control: Node Profile    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class /BOFU/FC_MSG    
Program status     
Category 0   
Package /BOFU/FIELD_CONTROL   BO FIeld Control 
Created 20090210   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /BOFU/CL_FC_NODE_PROF has no interface implemented.
Friends
Class /BOFU/CL_FC_NODE_PROF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_NODE Instance attribute Public Object reference (TYPE REF TO) /BOFU/CL_FC_NODE_PROFS BO Field Control: Node Profiles 20090210
2 MS_DATA Instance attribute Public Type reference (TYPE) TS_PROFILE_DATA Profile Data 20090210
3 MS_PROFILE Instance attribute Public Type reference (TYPE) /BOFU/S_FC_NODE_PROF_KEYS_2 Field Control: Node Profile Keys 20090210
Methods
Class /BOFU/CL_FC_NODE_PROF has no method.
Events
Class /BOFU/CL_FC_NODE_PROF has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_ACTION_PROPERTIES Public See coding Action Properties 20090210 BEGIN OF ts_action_properties. INCLUDE TYPE /bofu/s_fc_act_prop_keys_2 AS s_keys. INCLUDE TYPE /bofu/s_fc_act_prop_data_1 AS s_data. TYPES: END OF ts_action_properties
2 TS_ASSOC_PROPERTIES Public See coding Assoc Properties 20090210 BEGIN OF ts_assoc_properties. INCLUDE TYPE /bofu/s_fc_assoc_prop_keys_2 AS s_keys. INCLUDE TYPE /bofu/s_fc_assoc_prop_data_1 AS s_data. TYPES: END OF ts_assoc_properties
3 TS_ATTRIB_PROPERTIES Public See coding Attribute Properties 20090210 BEGIN OF ts_attrib_properties. INCLUDE TYPE /bofu/s_fc_attr_prop_keys_2 AS s_keys. INCLUDE TYPE /bofu/s_fc_attr_prop_data_1 AS s_data. TYPES: END OF ts_attrib_properties
4 TS_NODE_PROFILE Public See coding Node Profile 20090210 BEGIN OF ts_node_profile, profile TYPE string, o_profile TYPE REF TO /bofu/cl_fc_node_prof, END OF ts_node_profile
5 TS_NODE_PROPERTIES Public See coding Node Properties (Update/Delete Enabled) 20090210 BEGIN OF ts_node_properties. INCLUDE TYPE /bofu/s_fc_node_prop_keys_2 AS s_keys. INCLUDE TYPE /bofu/s_fc_node_prop_data_1 AS s_data. TYPES: END OF ts_node_properties
6 TS_PROFILE_DATA Public See coding Profile Data 20090210 BEGIN OF ts_profile_data, t_node_properties TYPE tt_node_properties, t_attrib_properties TYPE tt_attrib_properties, t_assoc_properties TYPE tt_assoc_properties, t_action_properties TYPE tt_action_properties, END OF ts_profile_data
7 TT_ACTION_PROPERTIES Public See coding Action Properties 20090210 tt_action_properties TYPE HASHED TABLE OF ts_action_properties WITH UNIQUE KEY action_name
8 TT_ASSOC_PROPERTIES Public See coding Assoc Properties 20090210 tt_assoc_properties TYPE HASHED TABLE OF ts_assoc_properties WITH UNIQUE KEY assoc_name
9 TT_ATTRIB_PROPERTIES Public See coding Attribute Properties 20090210 tt_attrib_properties TYPE HASHED TABLE OF ts_attrib_properties WITH UNIQUE KEY attribute_name
10 TT_NODE_PROFILES Public See coding Node Profiles 20090210 tt_node_profiles TYPE HASHED TABLE OF ts_node_profile WITH UNIQUE KEY profile
11 TT_NODE_PROPERTIES Public See coding Node Properties (Update/Delete Enabled) 20090210 tt_node_properties TYPE HASHED TABLE OF ts_node_properties WITH UNIQUE KEY core_service
History
Last changed by/on SAP  20110908 
SAP Release Created in 701