Prefixes and Suffixes of Attributes
Use
To find out the exact function of an attribute, see the documentation on that attribute in the class builder. However, the attribute name, including the prefixes and suffixes, should serve as a guide to the attribute's function.
|
Attribute Prefix / Suffix |
Meaning of Prefix / Suffix |
Example of Attribute |
Function of Attribute |
|
CO_EVTPARAM |
Event parameter |
IF_GRAPHIC_PROXY~CO_EVTPARAM_AXIS |
Axis, for example primary X axis |
|
CO_EVT_ |
Event code |
IF_GRAPHIC_PROXY~CO_EVT_EXPANDED |
Event code for event GRAPHIC_OBJ_EXPANDED |
|
CO_PARAM_ |
Attribute containing name of column in data container |
IF_GRAPHIC_PROXY~ CO_PARAM_DC_ID |
Data container object ID |
|
CO_..._CONTEXT |
Display context as part of a customizing object |
CL_CU_AXIS=> CO_TITLE_CONTEXT |
Title context of an axis |
|
GRAPHIC_ |
Event |
IF_GRAPHIC_PROXY~ GRAPHIC_CLOSED |
Standard ABAP event sent when GUI event CO_EVT_CLOSED received |
|
CO_PORT_ |
Name of port |
IF_GRAPHIC_PROXY~ CO_PORT_CHART1 |
Port for plot area 1 |
|
CO_PROD_ |
Name of graphics product |
CL_GUI_GP_PRES~ CO_PROD_CHART |
Intellicube chart graphic |