SAP ABAP Class /UI2/CL_CHIP_DESCRIPTION (CHIP Description of Implementation)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-INT-BE (Application Component) Backend Enablement
⤷
/UI2/ABAP_PAGE_BUILDER (Package) UI2: ABAP Pagebuilder
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /UI2/IF_CHIP_DESCRIPTION | CHIP Description | 20130313 |
Properties
| Class | /UI2/CL_CHIP_DESCRIPTION | |
| Short Description | CHIP Description of Implementation | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /UI2/ABAP_PAGE_BUILDER | UI2: ABAP Pagebuilder |
| Created | 20130313 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /UI2/IF_CHIP_DESCRIPTION | CHIP Description | 20130313 |
Friends
Class /UI2/CL_CHIP_DESCRIPTION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TP_T_CONTRACT_2_PORT | 20130313 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | TP_T_CONTRACT_2_PORTS | 20130313 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | /UI2/CHIP_CONFIG_TAB | 20130313 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20130313 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | TP_T_NAME_2_PORT | 20130313 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | TP_T_PORT_2_VERSION | 20130313 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | TP_T_VERSION_2_PORTS | 20130313 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130313 | ||
| 2 | Instance method | Public | Method | 20130313 | ||
| 3 | Static method | Private | Method | 20130313 | ||
| 4 | Instance method | Public | Method | 20130313 |
Events
Class /UI2/CL_CHIP_DESCRIPTION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_CONTRACT_2_PORT | Private | See coding | 20130313 | BEGIN OF tp_s_contract_2_port,
port_name TYPE string,
port_type type /ui2/chip_port_type,
contract type /ui2/chip_contract,
port_description TYPE REF TO /ui2/if_chip_port_description,
END OF tp_s_contract_2_port
|
||
| 2 | TP_S_CONTRACT_2_PORTS | Private | See coding | 20130313 | BEGIN OF tp_s_contract_2_ports,
port_type type /ui2/chip_port_type,
contract type /ui2/chip_contract,
port_descriptions TYPE /ui2/chip_port_info_tab,
END OF tp_s_contract_2_ports
|
||
| 3 | TP_S_NAME_2_PORT | Private | See coding | 20130313 | BEGIN OF tp_s_name_2_port,
port_name TYPE string,
port_type type /ui2/chip_port_type,
port_description TYPE REF TO /ui2/if_chip_port_description,
END OF tp_s_name_2_port
|
||
| 4 | TP_S_PORT_2_VERSION | Private | See coding | 20130313 | BEGIN OF tp_s_port_2_version,
port_name TYPE string,
port_type type /ui2/chip_port_type,
port_version TYPE string,
END OF tp_s_port_2_version
|
||
| 5 | TP_S_VERSION_2_PORTS | Private | See coding | 20130313 | BEGIN OF tp_s_version_2_ports,
port_type type /ui2/chip_port_type,
port_version TYPE string,
contract type /ui2/chip_contract,
port_descriptions TYPE /ui2/chip_port_info_tab,
END OF tp_s_version_2_ports
|
||
| 6 | TP_T_CONTRACT_2_PORT | Private | See coding | 20130313 | tp_t_contract_2_port TYPE HASHED TABLE OF tp_s_contract_2_port WITH UNIQUE KEY port_name port_type contract
|
||
| 7 | TP_T_CONTRACT_2_PORTS | Private | See coding | 20130313 | tp_t_contract_2_ports TYPE HASHED TABLE OF tp_s_contract_2_ports WITH UNIQUE KEY port_type contract
|
||
| 8 | TP_T_NAME_2_PORT | Private | See coding | 20130313 | tp_t_name_2_port TYPE HASHED TABLE OF tp_s_name_2_port WITH UNIQUE KEY port_name port_type
|
||
| 9 | TP_T_PORT_2_VERSION | Private | See coding | 20130313 | tp_t_port_2_version TYPE HASHED TABLE OF tp_s_port_2_version WITH UNIQUE KEY port_name port_type
|
||
| 10 | TP_T_VERSION_2_PORTS | Private | See coding | 20130313 | tp_t_version_2_ports TYPE HASHED TABLE OF tp_s_version_2_ports WITH UNIQUE KEY port_type port_version contract
|
Method Signatures
Method ADD_INPORT_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INPORT_DESCRIPTION | Call by reference | Object reference (TYPE REF TO) | /UI2/IF_CHIP_PORT_DESCRIPTION | 20130313 |
Method ADD_INPORT_DESCRIPTION on class /UI2/CL_CHIP_DESCRIPTION has no exception.
Method ADD_OUTPORT_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OUTPORT_DESCRIPTION | Call by reference | Object reference (TYPE REF TO) | /UI2/IF_CHIP_PORT_DESCRIPTION | 20130313 |
Method ADD_OUTPORT_DESCRIPTION on class /UI2/CL_CHIP_DESCRIPTION has no exception.
Method ADD_PORT_DESCRIPTION_TO_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PORT_DESCRIPTION | Call by reference | Object reference (TYPE REF TO) | /UI2/IF_CHIP_PORT_DESCRIPTION | 20130313 | ||||
| 2 | PORT_TAB | Call by reference | Type reference (TYPE) | /UI2/CHIP_PORT_INFO_TAB | 20130313 |
Method ADD_PORT_DESCRIPTION_TO_TAB on class /UI2/CL_CHIP_DESCRIPTION has no exception.
Method SET_INITIAL_CONFIG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INITIAL_CONFIG | Call by reference | Type reference (TYPE) | /UI2/CHIP_CONFIG_TAB | 20130313 |
Method SET_INITIAL_CONFIG on class /UI2/CL_CHIP_DESCRIPTION has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 100 |