SAP ABAP Class CL_CU_DISPLAY_CONTEXT (GFW Customizing: Display context)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-FES-GRA (Application Component) Graphic
     SGRB (Package) ABAP Graphic Proxies
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CUSTOMIZING GFW: Customizing 19981218
Properties
Class CL_CU_DISPLAY_CONTEXT  
Short Description GFW Customizing: Display context    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SGRB   ABAP Graphic Proxies 
Created 19981218   SAP 
Last change 20040909   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 GFW Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_CUSTOMIZING GFW: Customizing 19981218
Friends
Class CL_CU_DISPLAY_CONTEXT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_AREA_STYLE Constant Public Type reference (TYPE) I 53 Area style 19981218
2 CO_BG_CLR_PLT_ID Constant Public Type reference (TYPE) I 102 Background color format: Color palette reference 19981218
3 CO_BG_PICTURE Constant Private Type reference (TYPE) I 4 Background: Screen (Bitmap) 19981218
4 CO_BG_STRUCTURE Constant Public Type reference (TYPE) I 5 Background: Structure 19981218
5 CO_BG_TRANSPARENT Constant Public Type reference (TYPE) I 1 Background: Transparent? 19990121
6 CO_BL_CLR_PLT_ID Constant Public Type reference (TYPE) I 33 Border line: Color palette reference 19981218
7 CO_BL_STYLE Constant Public Type reference (TYPE) I 37 Border line: Line style 19981218
8 CO_BL_THICKNESS Constant Public Type reference (TYPE) I 39 Border line: Line thickness 19981218
9 CO_CLR_PLT_ID Constant Public Type reference (TYPE) I 19 Color format: Color palette reference 19981218
10 CO_COLOR_FADING Constant Public Type reference (TYPE) I 11 Color format: Color fading display 19981218
11 CO_DN_CHAR_HEIGHT Constant Public Type reference (TYPE) I 52 Size format: Height in characters 19981218
12 CO_DN_CHAR_WIDTH Constant Public Type reference (TYPE) I 51 Size format: Width in characters 19981218
13 CO_DN_PIXEL_HEIGHT Constant Public Type reference (TYPE) I 50 Size format: Height in pixels 19981218
14 CO_DN_PIXEL_WIDTH Constant Public Type reference (TYPE) I 49 Size format: Width in pixels 19981218
15 CO_DN_STYLE Constant Public Type reference (TYPE) I 48 Size format: Type of measurement 19981218
16 CO_LE_CLR_PLT_ID Constant Public Type reference (TYPE) I 88 Line format: Color palette reference 19981218
17 CO_LE_STYLE Constant Public Type reference (TYPE) I 92 Line format: Line style 19981218
18 CO_LE_THICKNESS Constant Public Type reference (TYPE) I 94 Line format: Line thickness 19981218
19 CO_MR_BG_CLR_PLT_ID Constant Public Type reference (TYPE) I 106 Marker: Background-color palette reference 19981218
20 CO_MR_FG_CLR_PLT_ID Constant Public Type reference (TYPE) I 107 Marker: Foreground-color palette reference 19981218
21 CO_MR_SIZE Constant Public Type reference (TYPE) I 105 Marker: Size format 19981218
22 CO_MR_STYLE Constant Public Type reference (TYPE) I 104 Marker: Type 19981218
23 CO_PATTERN_STYLE Constant Public Type reference (TYPE) I 6 Background pattern: Pattern style 19981218
24 CO_PT_ALIGNMENT Constant Public Type reference (TYPE) I 55 Placing: Orientation 19981218
25 CO_PT_OFFSET_X Constant Public Type reference (TYPE) I 58 Placing: format: Offset X 19981218
26 CO_PT_OFFSET_Y Constant Public Type reference (TYPE) I 59 Placing: Offset Y 19981218
27 CO_TF_CLR_PLT_ID Constant Public Type reference (TYPE) I 71 Font format: Color palette reference 19981218
28 CO_TF_ITALIC Constant Public Type reference (TYPE) I 60 Font format: Italics 19981218
29 CO_TF_NAME Constant Public Type reference (TYPE) I 78 Font format: Font type 19981218
30 CO_TF_ORIENTATION Constant Public Type reference (TYPE) I 75 Font format: Orientation 19981218
31 CO_TF_SIZE Constant Public Type reference (TYPE) I 77 Font format: Font size 19981218
32 CO_TF_STRIKE_OUT Constant Public Type reference (TYPE) I 103 Format format: Struck out 19981218
33 CO_TF_UNDERLINE Constant Public Type reference (TYPE) I 76 Font format: Underlining 19981218
34 CO_TF_WEIGHT Constant Public Type reference (TYPE) I 61 Font format: Weight 19981218
35 CO_VISIBILITY Constant Public Type reference (TYPE) I 0 Visibility 19981218
36 M_ADMIN Instance attribute Private Type reference (TYPE) GFW_BOOLEAN Administrator rights 19981218
37 M_ATTRIBUTES Instance attribute Private Type reference (TYPE) GFW_CUT Attribute values 19981218
38 M_CHANGED Instance attribute Private Type reference (TYPE) GFW_BOOLEAN GFW_FALSE Attribute bundle changed 19981218
39 M_INSTANCE_ID Instance attribute Private Type reference (TYPE) GFW_CU_STR Unique instance ID (controlled by CL_CU) 19981218
40 M_USERNAME Instance attribute Private Type reference (TYPE) SYUNAME User name 19981218
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 19981218
2 COPY Instance method Public Method Copies all attribute values from another instance 19981218
3 LOAD Instance method Public Method Loads attribute values from database 19981218
4 READ Instance method Public Method Reads attribute values from table 19981218
5 SAVE_GEN Instance method Public Method Saves attribute values on database 19981218
6 SAVE_USR Instance method Public Method Saves attribute values on database 19981218
7 TRANSPORT_DC Instance method Public Method Include all attribute values in a transport request 19991206
8 WRITE Instance method Public Method Adds all attribute values to table 19981218
Events
Class CL_CU_DISPLAY_CONTEXT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_ATTRIB_I Private Type reference (TYPE) I xxxx 19981218
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADMIN Value transfer Type reference (TYPE) GFW_BOOLEAN gfw_false Administrator rights 19981218
2 Importing INSTANCE_ID Value transfer Type reference (TYPE) GFW_CU_STR Unique instance ID 19981218
3 Importing USERNAME Value transfer Type reference (TYPE) SYUNAME User name 19981218

Method CONSTRUCTOR on class CL_CU_DISPLAY_CONTEXT has no exception.

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NESTED_DC Call by reference Type reference (TYPE) GFW_BOOLEAN GFW_FALSE DO NOT USE THIS PARAMETER (internal use only) 20000131
2 Importing ORIGINAL Call by reference Object reference (TYPE REF TO) CL_CU_DISPLAY_CONTEXT Copy template (instance whose attribute values are copied) 19981218
3 Exporting RETVAL Call by reference Type reference (TYPE) SYMSGNO Returncode 19990809

Method COPY on class CL_CU_DISPLAY_CONTEXT has no exception.

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ID Call by reference Type reference (TYPE) GFWCUCON Context ID 19981218
2 Importing GENDATA Call by reference Type reference (TYPE) GFWCUDBT General data 19981218
3 Importing MARK_VALUES Call by reference Type reference (TYPE) GFW_BOOLEAN GFW_FALSE Mark loaded values for saving 19991124
4 Importing USERDATA Call by reference Type reference (TYPE) GFWCUDBT User-specific data 19981218

Method LOAD on class CL_CU_DISPLAY_CONTEXT has no exception.

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BASE Value transfer Type reference (TYPE) I Base ID 19981218
2 Importing BUNDLE_ID Value transfer Type reference (TYPE) GFWCUBU Attribute bundle ID 19981218
3 Exporting CHANGED Call by reference Type reference (TYPE) GFW_BOOLEAN Was attribute bundle changed? 19981218
4 Changing CHANGES Call by reference Type reference (TYPE) GFW_CU_ATTR_ID_LIST Changed attributes 19990713
5 Changing DATA Call by reference Type reference (TYPE) GFWCUDPT Attribute values from Data Provider 19981218
6 Exporting RETVAL Call by reference Type reference (TYPE) SYMSGNO Return code 19981218

Method READ on class CL_CU_DISPLAY_CONTEXT has no exception.

Method SAVE_GEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ID Call by reference Type reference (TYPE) GFWCUCON Context ID 19981218
2 Changing DB_DATA Call by reference Type reference (TYPE) GFWCUDGT Data to be saved 19981218
3 Exporting RETVAL Call by reference Type reference (TYPE) SYMSGNO Return code 19981218

Method SAVE_GEN on class CL_CU_DISPLAY_CONTEXT has no exception.

Method SAVE_USR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ID Call by reference Type reference (TYPE) GFWCUCON Context ID 19981218
2 Changing DB_DATA Call by reference Type reference (TYPE) GFWCUDUT Data to be saved 19981218
3 Exporting RETVAL Call by reference Type reference (TYPE) SYMSGNO Return code 19981218

Method SAVE_USR on class CL_CU_DISPLAY_CONTEXT has no exception.

Method TRANSPORT_DC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ID Call by reference Type reference (TYPE) GFWCUCON ContextId 19991206
2 Importing DB_ADMIN Call by reference Type reference (TYPE) CHAR20 Name of the general database table settings 19991206
3 Importing DB_USER Call by reference Type reference (TYPE) CHAR20 Name of the user-specific database table settings 19991206
4 Exporting RETVAL Call by reference Type reference (TYPE) SYMSGNO Returncode 19991206
5 Changing TRANSPORT_REQ Call by reference Type reference (TYPE) TRKORR SPACE Number of transport task 19991206

Method TRANSPORT_DC on class CL_CU_DISPLAY_CONTEXT has no exception.

Method WRITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BASE Value transfer Type reference (TYPE) I Base ID 19981218
2 Importing BUNDLE_ID Value transfer Type reference (TYPE) GFWCUBU Attribute bundle ID 19981218
3 Changing DATA Call by reference Type reference (TYPE) GFWCUDPT Attribute values for Data Provider 19981218

Method WRITE on class CL_CU_DISPLAY_CONTEXT has no exception.
History
Last changed by/on SAP  20040909 
SAP Release Created in