SAP /SCMTMS/CL_COLOR_MANAGER OO Class - TM: Standard Color Manager
/SCMTMS/CL_COLOR_MANAGER is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /SCMTMS/CL_COLOR_MANAGER including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCMTMS/IF_COLOR_MANAGERMethod list of /SCMTMS/CL_COLOR_MANAGER SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| ADD_COLOR | Add a color to the buffer | Protected |
| CALL METHOD /scmtms/cl_color_manager=>ADD_COLOR...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /scmtms/cl_color_manager=>CONSTRUCTOR...more details | ||
| CONVERT_ARGB_TO_IMAGELINK | Convert a color in ARGB format to Webservice URL | Public |
| CALL METHOD /scmtms/cl_color_manager=>CONVERT_ARGB_TO_IMAGELINK...more details | ||
| CONVERT_CHAR_TO_HEX | Convert CHAR to HEX | Protected |
| CALL METHOD /scmtms/cl_color_manager=>CONVERT_CHAR_TO_HEX...more details | ||
| CONVERT_COLOR_CODE_TO_HEX | Convert a color to HEX | Protected |
| CALL METHOD /scmtms/cl_color_manager=>CONVERT_COLOR_CODE_TO_HEX...more details | ||
| CONVERT_COLOR_TO_ARGB | Convert a color to ARGB | Protected |
| CALL METHOD /scmtms/cl_color_manager=>CONVERT_COLOR_TO_ARGB...more details | ||
|
| ||
| CONVERT_COLOR_TO_HEX | Convert a color to HEX | Protected |
| CALL METHOD /scmtms/cl_color_manager=>CONVERT_COLOR_TO_HEX...more details | ||
| CONVERT_COLOR_TO_IMAGELINK | Convert a color to Webservice URL | Public |
| CALL METHOD /scmtms/cl_color_manager=>CONVERT_COLOR_TO_IMAGELINK...more details | ||
| CONVERT_HEX_TO_RGB | Convert color hex to rgb | Public |
| CALL METHOD /scmtms/cl_color_manager=>CONVERT_HEX_TO_RGB...more details | ||
| CONVERT_ICON_TYPE_TO_SHAPE | Converts an icon type into the corresponding shape | Protected |
| CALL METHOD /scmtms/cl_color_manager=>CONVERT_ICON_TYPE_TO_SHAPE...more details | ||
| CONVERT_RGB_TO_IMAGELINK | Convert a color in RGB format to Webservice URL | Public |
| CALL METHOD /scmtms/cl_color_manager=>CONVERT_RGB_TO_IMAGELINK...more details | ||
| CREATE_ARGB_COLOR_CODE | Get color including border in correct format | Protected |
| CALL METHOD /scmtms/cl_color_manager=>CREATE_ARGB_COLOR_CODE...more details | ||
| CREATE_HEX_COLOR_CODE | Get color including border in correct format | Protected |
| CALL METHOD /scmtms/cl_color_manager=>CREATE_HEX_COLOR_CODE...more details | ||
| CREATE_IMAGELINK | Create Webservice URL | Protected |
| CALL METHOD /scmtms/cl_color_manager=>CREATE_IMAGELINK...more details | ||
| GET_RANDOM_COLOR_CODE | Creates a random color code | Protected |
| CALL METHOD /scmtms/cl_color_manager=>GET_RANDOM_COLOR_CODE...more details | ||
/SCMTMS/CL_COLOR_MANAGER attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_ARGB | Constant | LIKE | Protected | ||
| GC_BORDER_TRANSPARENT | Constant | 3-Byte field | '255' | LIKE CHAR3 | Public |
| GC_FILL_TRANSPARENT | Constant | 3-Byte field | '220' | LIKE CHAR3 | Public |
| MT_COLORS | Instance Attribute | LIKE TY_T_COLOR | Protected | ||
| MV_INDEX | Instance Attribute | Natural number | LIKE INT4 | Protected | |
| MV_USE_RANDOM_COLORS | Instance Attribute | Use random colors | LIKE BOOLE_D | Protected |
/SCMTMS/CL_COLOR_MANAGER types
TY_S_COLOR -TY_T_COLOR -
Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects