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 ABAP 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 M_CONTRACT_2_PORT Instance attribute Private Type reference (TYPE) TP_T_CONTRACT_2_PORT 20130313
2 M_CONTRACT_2_PORTS Instance attribute Private Type reference (TYPE) TP_T_CONTRACT_2_PORTS 20130313
3 M_INITIAL_CONFIG Instance attribute Private Type reference (TYPE) /UI2/CHIP_CONFIG_TAB 20130313
4 M_INITIAL_CONFIG_SET Instance attribute Private Type reference (TYPE) ABAP_BOOL 20130313
5 M_NAME_2_PORT Instance attribute Private Type reference (TYPE) TP_T_NAME_2_PORT 20130313
6 M_PORT_2_VERSION Instance attribute Private Type reference (TYPE) TP_T_PORT_2_VERSION 20130313
7 M_VERSION_2_PORTS Instance attribute Private Type reference (TYPE) TP_T_VERSION_2_PORTS 20130313
Methods
# Method Level Visibility Method type Description Created on
1 ADD_INPORT_DESCRIPTION Instance method Public Method 20130313
2 ADD_OUTPORT_DESCRIPTION Instance method Public Method 20130313
3 ADD_PORT_DESCRIPTION_TO_TAB Static method Private Method 20130313
4 SET_INITIAL_CONFIG 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 Importing 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 Importing 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 Importing PORT_DESCRIPTION Call by reference Object reference (TYPE REF TO) /UI2/IF_CHIP_PORT_DESCRIPTION 20130313
2 Changing 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 Importing 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