SAP ABAP Interface IF_CHIP_PORT_DESCRIPTION (CHIP Port Description)
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 - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CHIP_PORT_DESCRIPTION | CHIP Port Description Implementation | 20081017 |
Properties
| Interface | IF_CHIP_PORT_DESCRIPTION | |
| Short Description | CHIP Port Description |
General Data
| Package | SWDP_CCP_API | Web Dynpro ABAP: CCP Integration API |
| Created | 20081017 | SAP |
| Last changed | 20110908 | SAP |
| 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 IF_CHIP_PORT_DESCRIPTION has no interface.
Friends
Interface IF_CHIP_PORT_DESCRIPTION has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_CONFIGURATION_HIDDEN | Constant | Public | Type reference (TYPE) | STRING | 'CHIP_ATTRIBUTE:CONFIGURATION_HIDDEN' | 20101109 | ||
| 2 | CO_CONFIG_PORT_SCOPE_ALL | Constant | Public | Type reference (TYPE) | STRING | 'CHIP_ATTRIBUTE:CONFIG_PORT_SCOPE_ALL' | 20110302 | ||
| 3 | CO_CUSTOMIZING_HIDDEN | Constant | Public | Type reference (TYPE) | STRING | 'CHIP_ATTRIBUTE:CUSTOMIZING_HIDDEN' | 20101109 | ||
| 4 | CO_PERSONALIZATION_HIDDEN | Constant | Public | Type reference (TYPE) | STRING | 'CHIP_ATTRIBUTE:PERSONALIZATION_HIDDEN' | 20101109 | ||
| 5 | CO_PORT_TYPE_INPORT | Constant | Public | Type reference (TYPE) | CHIP_PORT_TYPE | 'I' | 20090616 | ||
| 6 | CO_PORT_TYPE_OUTPORT | Constant | Public | Type reference (TYPE) | CHIP_PORT_TYPE | 'O' | 20090616 | ||
| 7 | PARAMETERS | Instance attribute | Public | Type reference (TYPE) | PARAMETER_DESCR_TAB | 20081106 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Delivers the Name | 20081017 | |
| 2 | Instance method | Public | Method | Returns the display name | 20081017 | |
| 3 | Instance method | Public | Method | Returns ABAP_TRUE if a table type, otherwise ABAP_FALSE | 20081019 | |
| 4 | Instance method | Public | Method | Returns the Name | 20081019 | |
| 5 | Instance method | Public | Method | Returns the tagging information | 20090928 | |
| 6 | Instance method | Public | Method | Creates a parameter structure appropriate to the type | 20081107 | |
| 7 | Instance method | Public | Method | Returns ABAP_TRUE if port tag exists, if not ABAP_FALSE | 20110303 |
Events
Interface IF_CHIP_PORT_DESCRIPTION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | PARAMETER_DESCR | Public | See coding | 20081106 | BEGIN OF PARAMETER_DESCR,
PARAMETER_POSITION TYPE I,
NAME TYPE STRING,
DESCR TYPE REF TO if_chip_parameter_description,
ALIAS TYPE DFIES-LFIELDNAME,
END OF PARAMETER_DESCR
|
||
| 2 | PARAMETER_DESCR_TAB | Public | See coding | 20081106 | PARAMETER_DESCR_TAB type sorted TABLE OF parameter_descr with unique key PARAMETER_POSITION
with unique hashed key name components name
|
||
| 3 | TP_T_CHIP_PORT_DESCRIPTION | Public | See coding | 20081230 | TP_T_CHIP_PORT_DESCRIPTION type standard table of ref to if_chip_port_description with default key
|
Method Signatures
Method GET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | Beschreibung | 20081017 |
Method GET_DESCRIPTION on Interface IF_CHIP_PORT_DESCRIPTION has no exception.
Method GET_DISPLAY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DISPLAY_NAME | Value transfer | Type reference (TYPE) | STRING | Anzeige Name | 20081017 |
Method GET_DISPLAY_NAME on Interface IF_CHIP_PORT_DESCRIPTION has no exception.
Method GET_IS_ARRAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ARRAY | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE falls Tabellen-artig, ABAP_FALSE sonst | 20081019 |
Method GET_IS_ARRAY on Interface IF_CHIP_PORT_DESCRIPTION has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Value transfer | Type reference (TYPE) | STRING | Name | 20081019 |
Method GET_NAME on Interface IF_CHIP_PORT_DESCRIPTION has no exception.
Method GET_TAGGING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TAGGING | Value transfer | Type reference (TYPE) | CHIP_TAGGING_INFOS | Tagging-Information zu einem Chip-Port | 20090928 |
Method GET_TAGGING on Interface IF_CHIP_PORT_DESCRIPTION has no exception.
Method GET_VALUE_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PAR_STRUCTURE | Value transfer | Object reference (TYPE REF TO) | DATA | Referenz auf eine Struktur, die Parameter enthält | 20081107 |
Method GET_VALUE_STRUCTURE on Interface IF_CHIP_PORT_DESCRIPTION has no exception.
Method HAS_TAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HAS_TAG | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110303 | ||||
| 2 | TAG | Call by reference | Type reference (TYPE) | CHIP_TAGGING | Tag eines Chips | 20110303 |
Method HAS_TAG on Interface IF_CHIP_PORT_DESCRIPTION has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |