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 ABAP 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 M_CONTRACT_2_PORT Instance attribute Private Type reference (TYPE) TP_T_CONTRACT_2_PORT 20100623
2 M_CONTRACT_2_PORTS Instance attribute Private Type reference (TYPE) TP_T_CONTRACT_2_PORTS 20100623
3 M_INITIAL_CONFIG Instance attribute Private Type reference (TYPE) CHIP_CONFIG_TAB CHIP Configuration Table 20100610
4 M_INITIAL_CONFIG_SET Instance attribute Private Type reference (TYPE) ABAP_BOOL 20100610
5 M_NAME_2_PORT Instance attribute Private Type reference (TYPE) TP_T_NAME_2_PORT 20100702
6 M_PORT_2_VERSION Instance attribute Private Type reference (TYPE) TP_T_PORT_2_VERSION 20100623
7 M_VERSION_2_PORTS Instance attribute Private Type reference (TYPE) TP_T_VERSION_2_PORTS 20100707
Methods
# Method Level Visibility Method type Description Created on
1 ADD_INPORT_DESCRIPTION Instance method Public Method Adds an inport description 20081018
2 ADD_OUTPORT_DESCRIPTION Instance method Public Method Adds an outport description 20081018
3 ADD_PORT_DESCRIPTION_TO_TAB Static method Private Method Adds a port description to a table 20081117
4 SET_INITIAL_CONFIG 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 Importing 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 Importing 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 Importing PORT_DESCRIPTION Call by reference Object reference (TYPE REF TO) IF_CHIP_PORT_DESCRIPTION CHIP Port Beschreibung 20081117
2 Changing 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 Importing 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