SAP ABAP Class CL_CHIP_INSTANCE_HELPER (Help Class for CHIP Instances)
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

⤷

⤷

Properties
Class | CL_CHIP_INSTANCE_HELPER | |
Short Description | Help Class for CHIP Instances | |
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 | 20081127 | 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
Class CL_CHIP_INSTANCE_HELPER has no interface implemented.
Friends
Class CL_CHIP_INSTANCE_HELPER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_OBJECTDESCR | Runtime Type Services | 20110427 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | 20110427 | |
2 | ![]() |
Static method | Public | Constructor | 20110427 | |
3 | ![]() |
Static method | Public | Method | Returns all CHIP instance IDs | 20081127 |
4 | ![]() |
Static method | Public | Method | Provides the CHIP instance IDs with Inports and Outports | 20081127 |
5 | ![]() |
Static method | Public | Method | Provides a CHIP Definition | 20081127 |
6 | ![]() |
Static method | Public | Method | Provides a CHIP description | 20081127 |
7 | ![]() |
Static method | Public | Method | Provides 'X' if the CHIP has at least one inport | 20081127 |
8 | ![]() |
Static method | Public | Method | Provides 'X' if the CHIP at least one outport | 20081127 |
9 | ![]() |
Static method | Public | Method | Provides the CHIP inports | 20081127 |
10 | ![]() |
Static method | Public | Method | Provides a CHIP instance | 20081127 |
11 | ![]() |
Static method | Public | Method | Provides a CHIP outport | 20081127 |
12 | ![]() |
Static method | Public | Method | Provides the CHIP subset | 20090124 |
Events
Class CL_CHIP_INSTANCE_HELPER has no event.
Types
Class CL_CHIP_INSTANCE_HELPER has no local type.
Method Signatures
Method CAST_TO_IF_CHIP_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHIP_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_CHIP_INSTANCE | CHIP Instanz | 20110427 | ||
2 | ![]() |
OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20110427 |
Method CAST_TO_IF_CHIP_INSTANCE on class CL_CHIP_INSTANCE_HELPER has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_CHIP_INSTANCE_HELPER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CHIP_INSTANCE_HELPER has no exception.
Method GET_ALL_CHIPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHIP_INSTANCE_IDS | Value transfer | Type reference (TYPE) | STRING_TABLE | Tabelle von Strings | 20081127 |
Method GET_ALL_CHIPS on class CL_CHIP_INSTANCE_HELPER has no exception.
Method GET_CHIPS_WITH_PORTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHIP_INSTANCE_IDS | Call by reference | Type reference (TYPE) | STRING_TABLE | Tabelle von Strings | 20081127 | ||
2 | ![]() |
CHIP_INSTANCE_IDS_WITH_PORTS | Value transfer | Type reference (TYPE) | STRING_TABLE | Tabelle von Strings | 20081127 | ||
3 | ![]() |
WITHOUT_INPORTS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20081127 | ||
4 | ![]() |
WITHOUT_OUTPORTS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20081127 | ||
5 | ![]() |
WITH_INPORTS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20081127 | ||
6 | ![]() |
WITH_OUTPORTS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20081127 |
Method GET_CHIPS_WITH_PORTS on class CL_CHIP_INSTANCE_HELPER has no exception.
Method GET_CHIP_DEFINITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHIP_DEFINITION | Value transfer | Object reference (TYPE REF TO) | IF_CHIP_DEFINITION | CHIP Definition | 20081127 | ||
2 | ![]() |
CHIP_INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | 20081127 |
Method GET_CHIP_DEFINITION on class CL_CHIP_INSTANCE_HELPER has no exception.
Method GET_CHIP_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHIP_DESCRIPTION | Value transfer | Object reference (TYPE REF TO) | IF_CHIP_DESCRIPTION | CHIP Beschreibung | 20081127 | ||
2 | ![]() |
CHIP_INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | 20081127 |
Method GET_CHIP_DESCRIPTION on class CL_CHIP_INSTANCE_HELPER has no exception.
Method GET_CHIP_HAS_INPORTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHIP_HAS_INPORTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20081127 | |||
2 | ![]() |
CHIP_INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | 20081127 |
Method GET_CHIP_HAS_INPORTS on class CL_CHIP_INSTANCE_HELPER has no exception.
Method GET_CHIP_HAS_OUTPORTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHIP_HAS_OUTPORTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20081127 | |||
2 | ![]() |
CHIP_INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | 20081127 |
Method GET_CHIP_HAS_OUTPORTS on class CL_CHIP_INSTANCE_HELPER has no exception.
Method GET_CHIP_INPORTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHIP_INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | 20081127 | |||
2 | ![]() |
INPORT_INFO_TAB | Value transfer | Type reference (TYPE) | CHIP_PORT_INFO_TAB | Abbildung Name zu Definition eines Ports | 20081127 |
Method GET_CHIP_INPORTS on class CL_CHIP_INSTANCE_HELPER has no exception.
Method GET_CHIP_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHIP_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_CHIP_INSTANCE | CHIP Instanz | 20081127 | ||
2 | ![]() |
CHIP_INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | 20081127 |
Method GET_CHIP_INSTANCE on class CL_CHIP_INSTANCE_HELPER has no exception.
Method GET_CHIP_OUTPORTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHIP_INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | 20081127 | |||
2 | ![]() |
OUTPORT_INFO_TAB | Value transfer | Type reference (TYPE) | CHIP_PORT_INFO_TAB | Abbildung Name zu Definition eines Ports | 20081127 |
Method GET_CHIP_OUTPORTS on class CL_CHIP_INSTANCE_HELPER has no exception.
Method GET_CHIP_SUBSET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHIP_ID_TO_REMOVE | Call by reference | Type reference (TYPE) | STRING | 20090124 | |||
2 | ![]() |
CHIP_INSTANCE_IDS | Call by reference | Type reference (TYPE) | STRING_TABLE | Tabelle von Strings | 20090124 | ||
3 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING_TABLE | Tabelle von Strings | 20090124 |
Method GET_CHIP_SUBSET on class CL_CHIP_INSTANCE_HELPER has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 720 |