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 /UI2/IF_CHIP_DEFINITION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 ABAP 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 CHIP_DESCRIPTION Instance attribute Private Object reference (TYPE REF TO) /UI2/IF_CHIP_DESCRIPTION 20130313
2 CHIP_PARAMETERS Instance attribute Private Type reference (TYPE) /UI2/CHIP_DEFINITION_PARAMS 20130313
3 CHIP_PARAMETER_NAMES Instance attribute Private Type reference (TYPE) /UI2/IF_CHIP_DEFINITION=>TP_T_CHIP_PARAMETER_NAME 20130313
4 CHIP_PARAMETER_NAMES_SET Instance attribute Private Type reference (TYPE) ABAP_BOOL 20130313
5 CHIP_PARAMETER_POSITS Instance attribute Private Type reference (TYPE) TP_T_NAME_2_POSITS 20130313
6 CHIP_PARAMETER_POSITS_MAX Instance attribute Private Type reference (TYPE) TP_T_NAME_2_POSIT 20130313
7 CHIP_PARAMETER_POSITS_MIN Instance attribute Private Type reference (TYPE) TP_T_NAME_2_POSIT 20130313
8 CUSTOM_PARAMETERS Instance attribute Private Type reference (TYPE) /UI2/CHIP_DEFINITION_PARAMS 20130313
9 CUSTOM_PARAMETER_NAMES Instance attribute Private Type reference (TYPE) /UI2/IF_CHIP_DEFINITION=>TP_T_CHIP_PARAMETER_NAME 20130313
10 CUSTOM_PARAMETER_NAMES_SET Instance attribute Private Type reference (TYPE) ABAP_BOOL 20130313
11 CUSTOM_PARAMETER_POSITS Instance attribute Private Type reference (TYPE) TP_T_NAME_2_POSITS 20130313
12 CUSTOM_PARAMETER_POSITS_MAX Instance attribute Private Type reference (TYPE) TP_T_NAME_2_POSIT 20130313
13 CUSTOM_PARAMETER_POSITS_MIN Instance attribute Private Type reference (TYPE) TP_T_NAME_2_POSIT 20130313
14 DESCRIPTIONS Instance attribute Private Type reference (TYPE) /UI2/CHIP_DESCRIPTIONS_LANGU 20130313
15 DISPLAY_NAMES Instance attribute Private Type reference (TYPE) /UI2/CHIP_DISPLAY_NAMES_LANGU 20130313
16 DISPLAY_NAMES_LONG Instance attribute Private Type reference (TYPE) /UI2/CHIP_DISPLAY_NAMESL_LANGU 20130313
17 ICON Instance attribute Private Type reference (TYPE) STRING 20130313
18 IS_CLIENT_DEPENDENT Instance attribute Private Type reference (TYPE) WDY_BOOLEAN 20130313
19 NAME Instance attribute Private Type reference (TYPE) STRING 20130313
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20130313
2 GET_NAMES Static method Private Method 20130313
3 GET_POSITS Static method Private Method 20130313
4 GET_POSIT_MAX Static method Private Method 20130313
5 GET_POSIT_MIN 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 Importing CHIP_DESCRIPTION Call by reference Object reference (TYPE REF TO) /UI2/IF_CHIP_DESCRIPTION 20130313
2 Importing CHIP_PARAMETERS Call by reference Type reference (TYPE) /UI2/CHIP_DEFINITION_PARAMS 20130313
3 Importing CUSTOM_PARAMETERS Call by reference Type reference (TYPE) /UI2/CHIP_DEFINITION_PARAMS 20130313
4 Importing DESCRIPTIONS Call by reference Type reference (TYPE) /UI2/CHIP_DESCRIPTIONS_LANGU 20130313
5 Importing DISPLAY_NAMES Call by reference Type reference (TYPE) /UI2/CHIP_DISPLAY_NAMES_LANGU 20130313
6 Importing DISPLAY_NAMES_LONG Call by reference Type reference (TYPE) /UI2/CHIP_DISPLAY_NAMESL_LANGU 20130313
7 Importing ICON Call by reference Type reference (TYPE) STRING 20130313
8 Importing IS_CLIENT_DEPENDENT Call by reference Type reference (TYPE) WDY_BOOLEAN 20130313
9 Importing 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 Returning NAMES Value transfer Type reference (TYPE) /UI2/IF_CHIP_DEFINITION=>TP_T_CHIP_PARAMETER_NAME 20130313
2 Importing 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 Importing NAME Call by reference Type reference (TYPE) /UI2/CHIP_PARAMETER_NAME 20130313
2 Changing NAME_2_POSITS Call by reference Type reference (TYPE) TP_T_NAME_2_POSITS 20130313
3 Importing PARAMETERS Call by reference Type reference (TYPE) /UI2/CHIP_DEFINITION_PARAMS 20130313
4 Exporting 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 Importing NAME Call by reference Type reference (TYPE) /UI2/CHIP_PARAMETER_NAME 20130313
2 Changing NAME_2_POSITS_MAX Call by reference Type reference (TYPE) TP_T_NAME_2_POSIT 20130313
3 Importing PARAMETERS Call by reference Type reference (TYPE) /UI2/CHIP_DEFINITION_PARAMS 20130313
4 Exporting 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 Importing NAME Call by reference Type reference (TYPE) /UI2/CHIP_PARAMETER_NAME 20130313
2 Changing NAME_2_POSITS_MIN Call by reference Type reference (TYPE) TP_T_NAME_2_POSIT 20130313
3 Importing PARAMETERS Call by reference Type reference (TYPE) /UI2/CHIP_DEFINITION_PARAMS 20130313
4 Exporting 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