SAP ABAP Class /UI2/CL_CHIP_PORT_HELPER (Help Classes for Creating Ports)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-INT-BE (Application Component) Backend Enablement
⤷
/UI2/ABAP_PAGE_BUILDER (Package) UI2: ABAP Pagebuilder

⤷

⤷

Properties
Class | /UI2/CL_CHIP_PORT_HELPER | |
Short Description | Help Classes for Creating Ports | |
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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /UI2/CL_CHIP_PORT_HELPER has no interface implemented.
Friends
Class /UI2/CL_CHIP_PORT_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 | 20130313 | |||
2 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_OBJECTDESCR | 20130313 | |||
3 | ![]() |
Constant | Public | Type reference (TYPE) | /UI2/CHIP_PARAMETER_USAGE_INFO | '-' | 20130313 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | /UI2/CHIP_PARAMETER_USAGE_INFO | ' ' | 20130313 | ||
5 | ![]() |
Constant | Public | Type reference (TYPE) | /UI2/CHIP_PARAMETER_USAGE_INFO | 'X' | 20130313 |
Methods
Events
Class /UI2/CL_CHIP_PORT_HELPER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | PARAMETER_DESCRIPTION | Public | See coding | 20130313 | BEGIN OF parameter_description,
name TYPE string,
display_name TYPE string,
description TYPE string,
typedescr TYPE REF TO cl_abap_elemdescr,
is_required TYPE wdy_boolean,
tagging_info type /ui2/chip_tagging_infos,
END OF parameter_description
|
||
2 | PARAMETER_DESCRIPTIONS | Public | See coding | 20130313 | parameter_descriptions TYPE HASHED TABLE OF parameter_description WITH UNIQUE KEY name
|
Method Signatures
Method CAST_PORT_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PORT_EVENT | Call by reference | Object reference (TYPE REF TO) | /UI2/IF_CHIP_PORT_EVENT | 20130313 | |||
2 | ![]() |
PORT_EVENT_DATA | Value transfer | Object reference (TYPE REF TO) | /UI2/CL_CHIP_PORT_EVENT_DATA | 20130313 |
Method CAST_PORT_EVENT on class /UI2/CL_CHIP_PORT_HELPER has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class /UI2/CL_CHIP_PORT_HELPER has no parameter.
Method CLASS_CONSTRUCTOR on class /UI2/CL_CHIP_PORT_HELPER has no exception.
Method COPY_PORT_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ADDITIONAL_PORT_TAGGINGS | Call by reference | Type reference (TYPE) | /UI2/CHIP_TAGGING_INFOS | 20130313 | |||
2 | ![]() |
NEW_PORT_NAME | Call by reference | Type reference (TYPE) | STRING | 20130313 | |||
3 | ![]() |
PORT_DESCRIPTION | Call by reference | Object reference (TYPE REF TO) | /UI2/IF_CHIP_PORT_DESCRIPTION | 20130313 | |||
4 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | /UI2/CL_CHIP_PORT_DESCRIPTION | CHIP Port Description Implementation | 20130313 |
Method COPY_PORT_DESCRIPTION on class /UI2/CL_CHIP_PORT_HELPER has no exception.
Method CREATE_PARAMETER_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PARAMETER_DESCRIPTION | Value transfer | Object reference (TYPE REF TO) | /UI2/CL_CHIP_PAR_DESCRIPTION | 20130313 | |||
2 | ![]() |
PARAMETER_META_DATA | Call by reference | Type reference (TYPE) | PARAMETER_DESCRIPTION | 20130313 |
Method CREATE_PARAMETER_DESCRIPTION on class /UI2/CL_CHIP_PORT_HELPER has no exception.
Method CREATE_PORT_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DESCRIPTION | Call by reference | Type reference (TYPE) | STRING | 20130313 | |||
2 | ![]() |
DISPLAY_NAME | Call by reference | Type reference (TYPE) | STRING | 20130313 | |||
3 | ![]() |
IS_ARRAY | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | 20130313 | ||
4 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | 20130313 | |||
5 | ![]() |
PARAMETERS | Call by reference | Type reference (TYPE) | PARAMETER_DESCRIPTIONS | 20130313 | |||
6 | ![]() |
PORT_DESCRIPTION | Value transfer | Object reference (TYPE REF TO) | /UI2/IF_CHIP_PORT_DESCRIPTION | 20130313 | |||
7 | ![]() |
TAGGING | Call by reference | Type reference (TYPE) | /UI2/CHIP_TAGGING_INFOS | 20130313 | |||
8 | ![]() |
TYPENAME | Call by reference | Type reference (TYPE) | ABAP_ABSTYPENAME | 20130313 |
Method CREATE_PORT_DESCRIPTION on class /UI2/CL_CHIP_PORT_HELPER has no exception.
Method CREATE_PORT_DESCRIPTION_INT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | 20130313 | |||
2 | ![]() |
DISPLAY_NAME | Value transfer | Type reference (TYPE) | STRING | 20130313 | |||
3 | ![]() |
IS_ARRAY | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | 20130313 | ||
4 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | 20130313 | |||
5 | ![]() |
PARAMETERS | Call by reference | Type reference (TYPE) | PARAMETER_DESCRIPTIONS | 20130313 | |||
6 | ![]() |
PORT_DESCRIPTION | Value transfer | Object reference (TYPE REF TO) | /UI2/IF_CHIP_PORT_DESCRIPTION | 20130313 | |||
7 | ![]() |
STRUCT_DESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | 20130313 | |||
8 | ![]() |
TAGGING | Call by reference | Type reference (TYPE) | /UI2/CHIP_TAGGING_INFOS | 20130313 | |||
9 | ![]() |
TYPENAME | Call by reference | Type reference (TYPE) | ABAP_ABSTYPENAME | 20130313 | |||
10 | ![]() |
USE_PARNAME_AS_FIELDNAME | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | 20130313 |
Method CREATE_PORT_DESCRIPTION_INT on class /UI2/CL_CHIP_PORT_HELPER has no exception.
Method CREATE_PORT_DESCR_FROM_DDIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PORT_DESCRIPTION | Value transfer | Object reference (TYPE REF TO) | /UI2/IF_CHIP_PORT_DESCRIPTION | 20130313 | |||
2 | ![]() |
PORT_DESCR_DDIC | Call by reference | Type reference (TYPE) | /UI2/CHIP_PORT_BY_DDIC | 20130313 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130313 |
Method CREATE_PORT_DESCR_FROM_RTTI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PORT_DESCRIPTION | Value transfer | Object reference (TYPE REF TO) | /UI2/IF_CHIP_PORT_DESCRIPTION | 20130313 | |||
2 | ![]() |
PORT_DESCR_RTTI | Call by reference | Type reference (TYPE) | /UI2/CHIP_PORT_BY_RTTI | 20130313 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130313 |
Method CREATE_PORT_EVENT_FROM_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATA | Call by reference | Type reference (TYPE) | DATA | 20130313 | |||
2 | ![]() |
PORT | Call by reference | Object reference (TYPE REF TO) | /UI2/IF_CHIP_PORT_DESCRIPTION | 20130313 | |||
3 | ![]() |
PORT_EVENT | Value transfer | Object reference (TYPE REF TO) | /UI2/IF_CHIP_PORT_EVENT | 20130313 |
Method CREATE_PORT_EVENT_FROM_DATA on class /UI2/CL_CHIP_PORT_HELPER has no exception.
Method GET_DATA_FROM_PORT_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATA_CHANGE | Call by reference | Type reference (TYPE) | DATA | 20130313 | |||
2 | ![]() |
DATA_EXPORT | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20130313 | |||
3 | ![]() |
PORT_DESCRIPTION | Call by reference | Object reference (TYPE REF TO) | /UI2/IF_CHIP_PORT_DESCRIPTION | 20130313 | |||
4 | ![]() |
PORT_EVENT | Call by reference | Object reference (TYPE REF TO) | /UI2/IF_CHIP_PORT_EVENT | 20130313 |
Method GET_DATA_FROM_PORT_EVENT on class /UI2/CL_CHIP_PORT_HELPER has no exception.
Method GET_PARAMETERS_FROM_RTTI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PARAMETERS | Call by reference | Type reference (TYPE) | PARAMETER_DESCRIPTIONS | 20130313 | |||
2 | ![]() |
PARAMETERS_ADD_INFO | Call by reference | Type reference (TYPE) | /UI2/CHIP_PARAMS_ADD_INFO | 20130313 | |||
3 | ![]() |
STRUCT_DESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | 20130313 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130313 |
Method GET_PORTS_WITH_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PORT_INFOS | Call by reference | Type reference (TYPE) | /UI2/CHIP_PORT_INFO_TAB | Mapping of Name to Port Definition | 20130313 | ||
2 | ![]() |
PORT_INFOS_WITH_PARAMETERS | Value transfer | Type reference (TYPE) | /UI2/CHIP_PORT_INFO_TAB | Mapping of Name to Port Definition | 20130313 |
Method GET_PORTS_WITH_PARAMETERS on class /UI2/CL_CHIP_PORT_HELPER has no exception.
Method GET_PORT_DESCRIPTION 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 | 20130313 | |||
2 | ![]() |
IS_OUTPORT | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130313 | |||
3 | ![]() |
PORT | Call by reference | Type reference (TYPE) | STRING | 20130313 | |||
4 | ![]() |
PORT_DESCRIPTION | Value transfer | Object reference (TYPE REF TO) | /UI2/IF_CHIP_PORT_DESCRIPTION | 20130313 |
Method GET_PORT_DESCRIPTION on class /UI2/CL_CHIP_PORT_HELPER has no exception.
Method GET_PORT_DESCRIPTION_VERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ONLY_SIGNATURE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130313 | ||
2 | ![]() |
PORT_DESCRIPTION | Call by reference | Object reference (TYPE REF TO) | /UI2/IF_CHIP_PORT_DESCRIPTION | 20130313 | |||
3 | ![]() |
PORT_DESCRIPTION_VERSION | Value transfer | Type reference (TYPE) | STRING | 20130313 | |||
4 | ![]() |
PORT_TYPE | Call by reference | Type reference (TYPE) | /UI2/CHIP_PORT_TYPE | 20130313 |
Method GET_PORT_DESCRIPTION_VERSION on class /UI2/CL_CHIP_PORT_HELPER has no exception.
Method GET_PORT_DESCRIPTION_XML Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ONLY_SIGNATURE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130313 | ||
2 | ![]() |
ONLY_TECHNICAL_NAMES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130313 | ||
3 | ![]() |
PORT_DESCRIPTION | Call by reference | Object reference (TYPE REF TO) | /UI2/IF_CHIP_PORT_DESCRIPTION | 20130313 | |||
4 | ![]() |
PORT_DESCRIPTION_XML | Value transfer | Type reference (TYPE) | XSTRING | 20130313 | |||
5 | ![]() |
PORT_TYPE | Call by reference | Type reference (TYPE) | /UI2/CHIP_PORT_TYPE | 20130313 | |||
6 | ![]() |
PRETTY_PRINT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20130313 |
Method GET_PORT_DESCRIPTION_XML on class /UI2/CL_CHIP_PORT_HELPER has no exception.
Method GET_PORT_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PORT_DESCRIPTION | Call by reference | Object reference (TYPE REF TO) | /UI2/IF_CHIP_PORT_DESCRIPTION | 20130313 | |||
2 | ![]() |
RELATIVE_TYPE | Value transfer | Type reference (TYPE) | STRING | 20130313 |
Method GET_PORT_TYPE on class /UI2/CL_CHIP_PORT_HELPER has no exception.
Method IS_VALID_PORT_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHIP_INSTANCE | Call by reference | Object reference (TYPE REF TO) | /UI2/IF_CHIP_INSTANCE | 20130313 | |||
2 | ![]() |
IS_VALID_PORT_EVENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130313 | |||
3 | ![]() |
PORT_EVENT | Call by reference | Object reference (TYPE REF TO) | /UI2/IF_CHIP_PORT_EVENT | 20130313 | |||
4 | ![]() |
PORT_TYPE | Call by reference | Type reference (TYPE) | /UI2/CHIP_PORT_TYPE | 20130313 |
Method IS_VALID_PORT_EVENT on class /UI2/CL_CHIP_PORT_HELPER has no exception.
Method PORT_HAS_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
HAS_PARAMETERS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130313 | |||
2 | ![]() |
PORT_DESCRIPTION | Call by reference | Object reference (TYPE REF TO) | /UI2/IF_CHIP_PORT_DESCRIPTION | 20130313 |
Method PORT_HAS_PARAMETERS on class /UI2/CL_CHIP_PORT_HELPER has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 100 |