SAP ABAP Class CL_CHIP_PORT_EVENT (CHIP Port Event 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_PORT_EVENT | CHIP Port Event | 20081017 |
Properties
Class | CL_CHIP_PORT_EVENT | |
Short Description | CHIP Port Event 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
Class CL_CHIP_PORT_EVENT has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_CHIP_PORT_EVENT | CHIP Port Event | 20081017 |
Friends
Class CL_CHIP_PORT_EVENT 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) | STRING | Port Name | 20081017 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_CHIP_PORT_EVENT=>PORT_OBJECT_TAB | 20081110 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Inserts a CHIP Port Object | 20081017 |
2 | ![]() |
Instance method | Public | Constructor | Creates a CHIP Port Event | 20081017 |
Events
Class CL_CHIP_PORT_EVENT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TP_S_PORT_OBJECT | Private | See coding | Port Object | 20081017 | begin of tp_s_port_object,
index type i,
port_object type ref to if_chip_port_object,
end of tp_s_port_object
|
|
2 | TP_T_PORT_OBJECT | Private | See coding | Sorted Table: Port Object | 20081017 | tp_t_port_object type sorted table of tp_s_port_object with unique key index
|
Method Signatures
Method ADD_PORT_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PORT_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_CHIP_PORT_OBJECT | CHIP Port Objekt | 20081017 |
Method ADD_PORT_OBJECT on class CL_CHIP_PORT_EVENT has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PORT_NAME | Call by reference | Type reference (TYPE) | STRING | CHIP Port Name | 20081017 |
Method CONSTRUCTOR on class CL_CHIP_PORT_EVENT has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 720 |