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_MANAGER

Method 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 NameDescriptionVisability
ADD_COLORAdd a color to the bufferProtected
CALL METHOD /scmtms/cl_color_manager=>ADD_COLOR...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /scmtms/cl_color_manager=>CONSTRUCTOR...more details

CONVERT_ARGB_TO_IMAGELINKConvert a color in ARGB format to Webservice URLPublic
CALL METHOD /scmtms/cl_color_manager=>CONVERT_ARGB_TO_IMAGELINK...more details

CONVERT_CHAR_TO_HEXConvert CHAR to HEXProtected
CALL METHOD /scmtms/cl_color_manager=>CONVERT_CHAR_TO_HEX...more details

CONVERT_COLOR_CODE_TO_HEXConvert a color to HEXProtected
CALL METHOD /scmtms/cl_color_manager=>CONVERT_COLOR_CODE_TO_HEX...more details

CONVERT_COLOR_TO_ARGBConvert a color to ARGBProtected
CALL METHOD /scmtms/cl_color_manager=>CONVERT_COLOR_TO_ARGB...more details

CONVERT_COLOR_TO_HEXConvert a color to HEXProtected
CALL METHOD /scmtms/cl_color_manager=>CONVERT_COLOR_TO_HEX...more details

CONVERT_COLOR_TO_IMAGELINKConvert a color to Webservice URLPublic
CALL METHOD /scmtms/cl_color_manager=>CONVERT_COLOR_TO_IMAGELINK...more details

CONVERT_HEX_TO_RGBConvert color hex to rgbPublic
CALL METHOD /scmtms/cl_color_manager=>CONVERT_HEX_TO_RGB...more details

CONVERT_ICON_TYPE_TO_SHAPEConverts an icon type into the corresponding shapeProtected
CALL METHOD /scmtms/cl_color_manager=>CONVERT_ICON_TYPE_TO_SHAPE...more details

CONVERT_RGB_TO_IMAGELINKConvert a color in RGB format to Webservice URLPublic
CALL METHOD /scmtms/cl_color_manager=>CONVERT_RGB_TO_IMAGELINK...more details

CREATE_ARGB_COLOR_CODEGet color including border in correct formatProtected
CALL METHOD /scmtms/cl_color_manager=>CREATE_ARGB_COLOR_CODE...more details

CREATE_HEX_COLOR_CODEGet color including border in correct formatProtected
CALL METHOD /scmtms/cl_color_manager=>CREATE_HEX_COLOR_CODE...more details

CREATE_IMAGELINKCreate Webservice URLProtected
CALL METHOD /scmtms/cl_color_manager=>CREATE_IMAGELINK...more details

GET_RANDOM_COLOR_CODECreates a random color codeProtected
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_ARGBConstantLIKE
Protected
GC_BORDER_TRANSPARENTConstant3-Byte field'255'LIKE
CHAR3
Public
GC_FILL_TRANSPARENTConstant3-Byte field'220'LIKE
CHAR3
Public
MT_COLORSInstance AttributeLIKE
TY_T_COLOR
Protected
MV_INDEXInstance AttributeNatural numberLIKE
INT4
Protected
MV_USE_RANDOM_COLORSInstance AttributeUse random colorsLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!