SAP ABAP Class CL_CHIP_DESCRIPTION (CHIP Description of Implementation)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-PB (Application Component) WD ABAP Page Builder
⤷
SWDP_CCP_API (Package) Web Dynpro ABAP: CCP Integration API

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CHIP_DESCRIPTION | CHIP Description | 20081017 |
Properties
Class | 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 | SWDP_CCP_API | Web Dynpro ABAP: CCP Integration API |
Created | 20081017 | SAP |
Last change | 20110908 | 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 | IF_CHIP_DESCRIPTION | CHIP Description | 20081017 |
Friends
Class 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 | 20100623 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TP_T_CONTRACT_2_PORTS | 20100623 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CHIP_CONFIG_TAB | CHIP Configuration Table | 20100610 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20100610 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TP_T_NAME_2_PORT | 20100702 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TP_T_PORT_2_VERSION | 20100623 | |||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TP_T_VERSION_2_PORTS | 20100707 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Adds an inport description | 20081018 |
2 | ![]() |
Instance method | Public | Method | Adds an outport description | 20081018 |
3 | ![]() |
Static method | Private | Method | Adds a port description to a table | 20081117 |
4 | ![]() |
Instance method | Public | Method | Sets the initial configuration | 20100610 |
Events
Class 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 | 20100623 | begin of tp_s_contract_2_port,
port_name type string,
port_type type chip_port_type,
contract type chip_contract,
port_description type ref to if_chip_port_description,
end of tp_s_contract_2_port
|
||
2 | TP_S_CONTRACT_2_PORTS | Private | See coding | 20100623 | begin of tp_s_contract_2_ports,
port_type type chip_port_type,
contract type chip_contract,
port_descriptions type chip_port_info_tab,
end of tp_s_contract_2_ports
|
||
3 | TP_S_NAME_2_PORT | Private | See coding | 20100702 | begin of tp_s_name_2_port,
port_name type string,
port_type type chip_port_type,
port_description type ref to if_chip_port_description,
end of tp_s_name_2_port
|
||
4 | TP_S_PORT_2_VERSION | Private | See coding | 20100623 | begin of tp_s_port_2_version,
port_name type string,
port_type type chip_port_type,
port_version type string,
end of tp_s_port_2_version
|
||
5 | TP_S_VERSION_2_PORTS | Private | See coding | 20100707 | begin of tp_s_version_2_ports,
port_type type chip_port_type,
port_version type string,
contract type chip_contract,
port_descriptions type chip_port_info_tab,
end of tp_s_version_2_ports
|
||
6 | TP_T_CONTRACT_2_PORT | Private | See coding | 20100623 | 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 | 20100623 | 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 | 20100702 | 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 | 20100623 | 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 | 20100707 | 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) | IF_CHIP_PORT_DESCRIPTION | CHIP Port Beschreibung | 20081018 |
Method ADD_INPORT_DESCRIPTION on class 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) | IF_CHIP_PORT_DESCRIPTION | CHIP Port Beschreibung | 20081018 |
Method ADD_OUTPORT_DESCRIPTION on class 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) | IF_CHIP_PORT_DESCRIPTION | CHIP Port Beschreibung | 20081117 | ||
2 | ![]() |
PORT_TAB | Call by reference | Type reference (TYPE) | CHIP_PORT_INFO_TAB | Abbildung Name zu Definition eines Ports | 20081117 |
Method ADD_PORT_DESCRIPTION_TO_TAB on class 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) | CHIP_CONFIG_TAB | CHIP Configuration Table | 20100610 |
Method SET_INITIAL_CONFIG on class CL_CHIP_DESCRIPTION has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 720 |