SAP ABAP Class CL_CU (GFW-Customizing: General constants etc.)
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
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CU_AXIS GFW-Customizing: Axis 00000000
2 Inheritance (c INHERITING FROM c_ref)  CL_CU_DATA_SHEET GFW-Customizing: Data sheet 00000000
3 Inheritance (c INHERITING FROM c_ref)  CL_CU_DIAGRAM GFW-Customizing: Chart 00000000
4 Inheritance (c INHERITING FROM c_ref)  CL_CU_DRAWING_AREA GFW-Customizing: Drawing area 00000000
5 Inheritance (c INHERITING FROM c_ref)  CL_CU_GRID GFW-Customizing: Grid 00000000
6 Inheritance (c INHERITING FROM c_ref)  CL_CU_ITEM GFW Customizing: Item 00000000
7 Inheritance (c INHERITING FROM c_ref)  CL_CU_POINT GFW Customizing: Point 00000000
8 Inheritance (c INHERITING FROM c_ref)  CL_CU_SCALE GFW-Customizing: Scale 00000000
9 Inheritance (c INHERITING FROM c_ref)  CL_CU_VALUES GFW-Customizing: Data Series 00000000
Properties
Class CL_CU  
Short Description GFW-Customizing: General constants etc.    
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 19990702   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 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CLSID_AXIS Constant Public Type reference (TYPE) GFWCUBU 3 Attribute bundle ID of the class axis 19981218
2 CO_CLSID_DATA_SHEET Constant Public Type reference (TYPE) GFWCUBU 7 Attribute bundle ID of the class data table 19981218
3 CO_CLSID_DIAGRAM Constant Public Type reference (TYPE) GFWCUBU 2 Attribute bundle ID of the class chart 19981218
4 CO_CLSID_DISPLAY_CONTEXT Constant Public Type reference (TYPE) GFWCUBU 0 Attribute bundle ID of the class display context 19981218
5 CO_CLSID_DRAWING_AREA Constant Public Type reference (TYPE) GFWCUBU 1 Attribute bundle ID of the class plot area 19981218
6 CO_CLSID_GRID Constant Public Type reference (TYPE) GFWCUBU 5 Attribute bundle ID of the class grid 19981218
7 CO_CLSID_ITEM Constant Public Type reference (TYPE) GFWCUBU 9 Attribute bundle ID of the class item 19981218
8 CO_CLSID_POINT Constant Public Type reference (TYPE) GFWCUBU 8 Attribute bundle ID of the class point 19981218
9 CO_CLSID_SCALE Constant Public Type reference (TYPE) GFWCUBU 4 Attribute bundle ID of the class scale 19981218
10 CO_CLSID_VALUES Constant Public Type reference (TYPE) GFWCUBU 6 Attribute bundle ID of the class value series 19981218
11 CO_DEFAULT_ID Constant Public Type reference (TYPE) GFW_CU_STR 'SAP0000000' Instance name of the default attribute bundle 19981218
12 CO_DEFAULT_ID1 Constant Public Type reference (TYPE) GFW_CU_STR 'SAP0000001' Instance name of the default attribute bundle 19990309
13 CO_PORT_FLAG Constant Public Type reference (TYPE) GFWPORT 'P' Port ID in the master flag of the Data Provide table 19981218
14 M_ADMIN Instance attribute Protected Type reference (TYPE) GFW_BOOLEAN Administrator rights 19981218
15 M_ATTRIBUTES Instance attribute Protected Type reference (TYPE) GFW_CUT Attribute values 19981218
16 M_BUNDLE_ID Instance attribute Protected Type reference (TYPE) GFWCUBU Class ID of the sub-class 19981218
17 M_CHANGED Instance attribute Protected Type reference (TYPE) GFW_BOOLEAN gfw_false Attribute bundle changed 19981218
18 M_CONTEXTS Instance attribute Protected Type reference (TYPE) GFWCUCOT Context information 19981218
19 M_DB_ADMIN Instance attribute Protected Type reference (TYPE) CHAR20 Name of the general database table settings 19990329
20 M_DB_USER Instance attribute Protected Type reference (TYPE) CHAR20 Name of the user-specific database table settings 19990329
21 M_INSTANCE_ID Instance attribute Protected Type reference (TYPE) GFW_CU_STR Unique instance ID 19981218
22 M_USERNAME Instance attribute Protected 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 19990809
3 GET_CLR_PLT_ID Static method Public Method Returns a color palette index 19991112
4 LOAD Instance method Protected Method Loads attribute values from the database 19981218
5 SAVE Instance method Protected Method Saves attribute values in the database 19981218
Events
Class CL_CU has no event.
Types
Class CL_CU has no local type.
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 has no exception.

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ORIGINAL Call by reference Object reference (TYPE REF TO) CL_CU Attribute values are copied from this instance 19990809
2 Exporting RETVAL Call by reference Type reference (TYPE) SYMSGNO Returncode 19990809

Method COPY on class CL_CU has no exception.

Method GET_CLR_PLT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CLR_PLT_ID Value transfer Type reference (TYPE) I Color palette id 19991112
2 Importing INDEX Call by reference Type reference (TYPE) I Index > 0 19991112

Method GET_CLR_PLT_ID on class CL_CU has no exception.

Method LOAD Signature

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

Method LOAD on class CL_CU has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting GENDATA Call by reference Type reference (TYPE) GFWCUDGT General data 19981218
2 Exporting RETVAL Call by reference Type reference (TYPE) SYMSGNO Return code 19981218
3 Exporting USERDATA Call by reference Type reference (TYPE) GFWCUDUT User-specific data 19981218

Method SAVE on class CL_CU has no exception.
History
Last changed by/on SAP  19990702 
SAP Release Created in