SAP ABAP Class /UI2/CL_CHIP_DEFINITION (CHIP Definition)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-INT-BE (Application Component) Backend Enablement
⤷
/UI2/ABAP_PAGE_BUILDER (Package) UI2: ABAP Pagebuilder

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /UI2/IF_CHIP_DEFINITION | CHIP Definition | 20130313 |
Properties
Class | /UI2/CL_CHIP_DEFINITION | |
Short Description | CHIP Definition | |
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 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /UI2/IF_CHIP_DEFINITION | CHIP Definition | 20130313 |
Friends
Class /UI2/CL_CHIP_DEFINITION has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | /UI2/IF_CHIP_DESCRIPTION | 20130313 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /UI2/CHIP_DEFINITION_PARAMS | 20130313 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /UI2/IF_CHIP_DEFINITION=>TP_T_CHIP_PARAMETER_NAME | 20130313 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20130313 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TP_T_NAME_2_POSITS | 20130313 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TP_T_NAME_2_POSIT | 20130313 | |||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TP_T_NAME_2_POSIT | 20130313 | |||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /UI2/CHIP_DEFINITION_PARAMS | 20130313 | |||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /UI2/IF_CHIP_DEFINITION=>TP_T_CHIP_PARAMETER_NAME | 20130313 | |||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20130313 | |||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TP_T_NAME_2_POSITS | 20130313 | |||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TP_T_NAME_2_POSIT | 20130313 | |||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TP_T_NAME_2_POSIT | 20130313 | |||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /UI2/CHIP_DESCRIPTIONS_LANGU | 20130313 | |||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /UI2/CHIP_DISPLAY_NAMES_LANGU | 20130313 | |||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /UI2/CHIP_DISPLAY_NAMESL_LANGU | 20130313 | |||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20130313 | |||
18 | ![]() |
Instance attribute | Private | Type reference (TYPE) | WDY_BOOLEAN | 20130313 | |||
19 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20130313 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20130313 | |
2 | ![]() |
Static method | Private | Method | 20130313 | |
3 | ![]() |
Static method | Private | Method | 20130313 | |
4 | ![]() |
Static method | Private | Method | 20130313 | |
5 | ![]() |
Static method | Private | Method | 20130313 |
Events
Class /UI2/CL_CHIP_DEFINITION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TP_S_NAME_2_POSIT | Private | See coding | 20130313 | BEGIN OF tp_s_name_2_posit,
name TYPE /ui2/chip_parameter_name,
posit TYPE i,
END OF tp_s_name_2_posit
|
||
2 | TP_S_NAME_2_POSITS | Private | See coding | 20130313 | BEGIN OF tp_s_name_2_posits,
name TYPE /ui2/chip_parameter_name,
posits TYPE /ui2/if_chip_definition=>tp_t_chip_parameter_posit,
END OF tp_s_name_2_posits
|
||
3 | TP_T_NAME_2_POSIT | Private | See coding | 20130313 | tp_t_name_2_posit TYPE HASHED TABLE OF tp_s_name_2_posit WITH UNIQUE KEY name
|
||
4 | TP_T_NAME_2_POSITS | Private | See coding | 20130313 | tp_t_name_2_posits TYPE HASHED TABLE OF tp_s_name_2_posits WITH UNIQUE KEY name
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHIP_DESCRIPTION | Call by reference | Object reference (TYPE REF TO) | /UI2/IF_CHIP_DESCRIPTION | 20130313 | |||
2 | ![]() |
CHIP_PARAMETERS | Call by reference | Type reference (TYPE) | /UI2/CHIP_DEFINITION_PARAMS | 20130313 | |||
3 | ![]() |
CUSTOM_PARAMETERS | Call by reference | Type reference (TYPE) | /UI2/CHIP_DEFINITION_PARAMS | 20130313 | |||
4 | ![]() |
DESCRIPTIONS | Call by reference | Type reference (TYPE) | /UI2/CHIP_DESCRIPTIONS_LANGU | 20130313 | |||
5 | ![]() |
DISPLAY_NAMES | Call by reference | Type reference (TYPE) | /UI2/CHIP_DISPLAY_NAMES_LANGU | 20130313 | |||
6 | ![]() |
DISPLAY_NAMES_LONG | Call by reference | Type reference (TYPE) | /UI2/CHIP_DISPLAY_NAMESL_LANGU | 20130313 | |||
7 | ![]() |
ICON | Call by reference | Type reference (TYPE) | STRING | 20130313 | |||
8 | ![]() |
IS_CLIENT_DEPENDENT | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20130313 | |||
9 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | 20130313 |
Method CONSTRUCTOR on class /UI2/CL_CHIP_DEFINITION has no exception.
Method GET_NAMES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAMES | Value transfer | Type reference (TYPE) | /UI2/IF_CHIP_DEFINITION=>TP_T_CHIP_PARAMETER_NAME | 20130313 | |||
2 | ![]() |
PARAMETERS | Call by reference | Type reference (TYPE) | /UI2/CHIP_DEFINITION_PARAMS | 20130313 |
Method GET_NAMES on class /UI2/CL_CHIP_DEFINITION has no exception.
Method GET_POSITS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | /UI2/CHIP_PARAMETER_NAME | 20130313 | |||
2 | ![]() |
NAME_2_POSITS | Call by reference | Type reference (TYPE) | TP_T_NAME_2_POSITS | 20130313 | |||
3 | ![]() |
PARAMETERS | Call by reference | Type reference (TYPE) | /UI2/CHIP_DEFINITION_PARAMS | 20130313 | |||
4 | ![]() |
POSITS | Call by reference | Type reference (TYPE) | /UI2/IF_CHIP_DEFINITION=>TP_T_CHIP_PARAMETER_POSIT | 20130313 |
Method GET_POSITS on class /UI2/CL_CHIP_DEFINITION has no exception.
Method GET_POSIT_MAX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | /UI2/CHIP_PARAMETER_NAME | 20130313 | |||
2 | ![]() |
NAME_2_POSITS_MAX | Call by reference | Type reference (TYPE) | TP_T_NAME_2_POSIT | 20130313 | |||
3 | ![]() |
PARAMETERS | Call by reference | Type reference (TYPE) | /UI2/CHIP_DEFINITION_PARAMS | 20130313 | |||
4 | ![]() |
POSIT_MAX | Value transfer | Type reference (TYPE) | I | 20130313 |
Method GET_POSIT_MAX on class /UI2/CL_CHIP_DEFINITION has no exception.
Method GET_POSIT_MIN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | /UI2/CHIP_PARAMETER_NAME | 20130313 | |||
2 | ![]() |
NAME_2_POSITS_MIN | Call by reference | Type reference (TYPE) | TP_T_NAME_2_POSIT | 20130313 | |||
3 | ![]() |
PARAMETERS | Call by reference | Type reference (TYPE) | /UI2/CHIP_DEFINITION_PARAMS | 20130313 | |||
4 | ![]() |
POSIT_MIN | Value transfer | Type reference (TYPE) | I | 20130313 |
Method GET_POSIT_MIN on class /UI2/CL_CHIP_DEFINITION has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 100 |