SAP ABAP Class /BOFU/CL_FC_BO_PROFILE (Field Control: BO 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_BO_PROFILE  
Short Description Field Control: BO Profile    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOFU/FIELD_CONTROL   BO FIeld Control 
Created 20090918   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class /BOFU/CL_FC_BO_PROFILE has no interface implemented.
Friends
Class /BOFU/CL_FC_BO_PROFILE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_CATALOG_OBJS Instance attribute Protected Type reference (TYPE) TT_CATALOG_OBJECTS 20090924
2 MT_NODE_CHRS Instance attribute Protected Type reference (TYPE) TT_NODE_CHARS 20090924
3 MV_CATALOG_ID Instance attribute Protected Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20090924
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090924
2 GET_NODE_PROFILES Instance method Public Method 20090929
Events
Class /BOFU/CL_FC_BO_PROFILE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_CATALOG_OBJECTS Protected See coding 20090924 BEGIN OF ts_catalog_objects, id TYPE if_fdt_types=>id, object_type TYPE if_fdt_types=>object_type, END OF ts_catalog_objects
2 TS_NODE_CHARS Protected See coding 20090924 BEGIN OF ts_node_chars, node TYPE if_fdt_catalog=>node_id, node_type TYPE if_fdt_catalog=>node_type, object_id TYPE if_fdt_types=>id, obm_node TYPE /bobf/obm_node_key, END OF ts_node_chars
3 TT_CATALOG_OBJECTS Protected See coding 20090924 tt_catalog_objects TYPE STANDARD TABLE OF ts_catalog_objects WITH DEFAULT KEY
4 TT_NODE_CHARS Protected See coding 20090924 tt_node_chars TYPE SORTED TABLE OF ts_node_chars WITH UNIQUE KEY node WITH NON-UNIQUE SORTED KEY obm_node COMPONENTS obm_node
5 TT_NODE_PROFILES Public See coding 20091006 tt_node_profiles TYPE STANDARD TABLE OF /bofu/fdt_function_uuid WITH DEFAULT KEY
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BO_PROFILE Call by reference Type reference (TYPE) /BOFU/FDT_CATALOG_UUID BRFplus Catalog 20090924

Method CONSTRUCTOR on class /BOFU/CL_FC_BO_PROFILE has no exception.

Method GET_NODE_PROFILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NODE_PROFILES Call by reference Type reference (TYPE) TT_NODE_PROFILES 20090929
2 Importing IV_NODE_KEY Value transfer Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20090929

Method GET_NODE_PROFILES on class /BOFU/CL_FC_BO_PROFILE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 702