SAP ABAP Class /BOFU/CL_FC_NODE_PROFS (TODO: BO Field Control: Node Profiles)
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_PROFS | |
Short Description | TODO: BO Field Control: Node Profiles | |
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 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /BOFU/CL_FC_NODE_PROFS has no interface implemented.
Friends
Class /BOFU/CL_FC_NODE_PROFS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | /BOFU/CL_FC_BO_PROF | BO Field Control: BO Profile | 20090210 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | /BOFU/CL_FC_NODE_PROF=>TT_NODE_PROFILES | Node Profiles | 20090210 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRUKNAME | Communication Structure Name | 20090210 | ||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | 20090210 | |||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20090210 | ||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | /BOBF/OBM_ASSOC_KEY | 20090210 | |||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | 20090210 |
Methods
Class /BOFU/CL_FC_NODE_PROFS has no method.
Events
Class /BOFU/CL_FC_NODE_PROFS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_PROFILES_OF_NODE | Public | See coding | Profiles of a Node | 20090210 | BEGIN OF ts_profiles_of_node,
node_key TYPE /bobf/obm_node_key,
o_profiles TYPE REF TO /bofu/cl_fc_node_profs,
END OF ts_profiles_of_node
|
|
2 | TT_PROFILES_OF_NODES | Public | See coding | Profiles of a Nodes | 20090210 | tt_profiles_of_nodes TYPE HASHED TABLE OF ts_profiles_of_node WITH UNIQUE KEY node_key
|
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 701 |