SAP ABAP Class /BCV/CL_UIF_STYLE (Determine the used layout style for BCV)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-BCV (Application Component) Business Context Viewer
⤷
/BCV/UIF (Package) BCV User Interface Layer

⤷

⤷

Properties
Class | /BCV/CL_UIF_STYLE | |
Short Description | Determine the used layout style for BCV | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /BCV/UIF | BCV User Interface Layer |
Created | 20100804 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /BCV/CL_UIF_STYLE has no forward declaration.
Interfaces
Class /BCV/CL_UIF_STYLE has no interface implemented.
Friends
Class /BCV/CL_UIF_STYLE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | /BCV/UIF_AREA | 'COCKPIT' | Cockpit | 20100909 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | /BCV/UIF_AREA | 'DASHB' | Dashboard | 20100909 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | /BCV/UIF_AREA | 'MAIN' | Main View | 20100909 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | /BCV/UIF_AREA | 'SIDE' | Side Panel | 20100909 | |
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_STYLE_BUFFER | UI Style Buffer | 20100813 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | /BCV/UIF_STYLE | 'GL11' | Guideline 1.1 | 20100909 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | /BCV/UIF_STYLE | 'GL20' | Guideline 2.0 | 20100909 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Check whether UI guideline 2.0 is active | 20100804 |
2 | ![]() |
Static method | Private | Method | Get current layout style | 20100804 |
Events
Class /BCV/CL_UIF_STYLE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_STYLE_BUFFER | Private | See coding | UI Style Buffer Structure Type | 20100813 | BEGIN OF ty_s_style_buffer,
context_key TYPE /bcv/fnd_context_key,
ui_area TYPE /bcv/uif_area,
ui_style TYPE /bcv/uif_style,
END OF ty_s_style_buffer
|
|
2 | TY_T_STYLE_BUFFER | Private | See coding | UI Style Buffer Table Type | 20100813 | ty_t_style_buffer TYPE SORTED TABLE OF ty_s_style_buffer
WITH UNIQUE KEY context_key ui_area
|
Method Signatures
Method CHECK_GUIDELINE_20 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_BCV_AREA | Call by reference | Type reference (TYPE) | /BCV/UIF_AREA | BCV Area for Style Determination | 20100804 | ||
2 | ![]() |
IV_CONTEXT_KEY | Call by reference | Type reference (TYPE) | /BCV/FND_CONTEXT_KEY | Context Key | 20100804 | ||
3 | ![]() |
R_IS_GUIDELINE_20 | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | 'X' == True '' == False | 20100804 |
Method CHECK_GUIDELINE_20 on class /BCV/CL_UIF_STYLE has no exception.
Method GET_STYLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_STYLE | Call by reference | Type reference (TYPE) | /BCV/UIF_STYLE | BCV Layout Style for User Interface | 20100804 | ||
2 | ![]() |
IV_BCV_AREA | Call by reference | Type reference (TYPE) | /BCV/UIF_AREA | BCV Area for Style Determination | 20100804 | ||
3 | ![]() |
IV_CONTEXT_KEY | Call by reference | Type reference (TYPE) | /BCV/FND_CONTEXT_KEY | Context Key | 20100804 |
Method GET_STYLE on class /BCV/CL_UIF_STYLE has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 703 |