SAP /SCMB/CL_GRP_C OO Class - Constant class for Graphics dispay
/SCMB/CL_GRP_C 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 /SCMB/CL_GRP_C including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /SCMB/CL_GRP_C 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 |
/SCMB/CL_GRP_C 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 |
| AXIS_ORDER_ASCENDING | Static Attribute | Axis Order (Ascending/ Descending) | 'A' | LIKE /SCMB/GRP_AXIS_ORDER | Public |
| AXIS_ORDER_DESCENDING | Static Attribute | Axis Order (Ascending/ Descending) | 'D' | LIKE /SCMB/GRP_AXIS_ORDER | Public |
| CATEGORY_AXIS_TYPE_FLAT | Static Attribute | Category Axis Type (Flat / Stacked / Hirachical) | 'F' | LIKE /SCMB/GRP_CATEGORY_AXIS_TYPE | Public |
| CATEGORY_AXIS_TYPE_HIRACHICAL | Static Attribute | Category Axis Type (Flat / Stacked / Hirachical) | 'H' | LIKE /SCMB/GRP_CATEGORY_AXIS_TYPE | Public |
| CATEGORY_AXIS_TYPE_STACKED | Static Attribute | Category Axis Type (Flat / Stacked / Hirachical) | 'S' | LIKE /SCMB/GRP_CATEGORY_AXIS_TYPE | Public |
| LINETYPE_100_MILISECONDS | Static Attribute | Linetype for Timeaxes | 12 | LIKE /SCMB/GRP_LINETYPE | Public |
| LINETYPE_10_MILISECONDS | Static Attribute | Linetype for Timeaxes | 13 | LIKE /SCMB/GRP_LINETYPE | Public |
| LINETYPE_CENTURY | Static Attribute | Linetype for Timeaxes | 2 | LIKE /SCMB/GRP_LINETYPE | Public |
| LINETYPE_DAY | Static Attribute | Linetype for Timeaxes | 8 | LIKE /SCMB/GRP_LINETYPE | Public |
| LINETYPE_DECADE | Static Attribute | Linetype for Timeaxes | 3 | LIKE /SCMB/GRP_LINETYPE | Public |
| LINETYPE_DEFAULT | Static Attribute | Linetype for Timeaxes | 0 | LIKE /SCMB/GRP_LINETYPE | Public |
| LINETYPE_HOUR | Static Attribute | Linetype for Timeaxes | 9 | LIKE /SCMB/GRP_LINETYPE | Public |
| LINETYPE_MILISECONDS | Static Attribute | Linetype for Timeaxes | 14 | LIKE /SCMB/GRP_LINETYPE | Public |
| LINETYPE_MILLENIUM | Static Attribute | Linetype for Timeaxes | 1 | LIKE /SCMB/GRP_LINETYPE | Public |
| LINETYPE_MINUTE | Static Attribute | Linetype for Timeaxes | 10 | LIKE /SCMB/GRP_LINETYPE | Public |
| LINETYPE_MONTH | Static Attribute | Linetype for Timeaxes | 6 | LIKE /SCMB/GRP_LINETYPE | Public |
| LINETYPE_NONE | Static Attribute | Linetype for Timeaxes | 15 | LIKE /SCMB/GRP_LINETYPE | Public |
| LINETYPE_QUATER | Static Attribute | Linetype for Timeaxes | 5 | LIKE /SCMB/GRP_LINETYPE | Public |
| LINETYPE_SECOND | Static Attribute | Linetype for Timeaxes | 11 | LIKE /SCMB/GRP_LINETYPE | Public |
| LINETYPE_WEEK | Static Attribute | Linetype for Timeaxes | 7 | LIKE /SCMB/GRP_LINETYPE | Public |
| LINETYPE_YEAR | Static Attribute | Linetype for Timeaxes | 4 | LIKE /SCMB/GRP_LINETYPE | Public |
| MARKERSHAPE_ARROW_DOWN | Static Attribute | Markershape | 4 | LIKE /SCMB/GRP_MARKERSHAPE | Public |
| MARKERSHAPE_ARROW_LEFT | Static Attribute | Markershape | 1 | LIKE /SCMB/GRP_MARKERSHAPE | Public |
| MARKERSHAPE_ARROW_RIGTH | Static Attribute | Markershape | 2 | LIKE /SCMB/GRP_MARKERSHAPE | Public |
| MARKERSHAPE_ARROW_UP | Static Attribute | Markershape | 3 | LIKE /SCMB/GRP_MARKERSHAPE | Public |
| MARKERSHAPE_CARD | Static Attribute | Markershape | 5 | LIKE /SCMB/GRP_MARKERSHAPE | Public |
| MARKERSHAPE_CIRCLE | Static Attribute | Markershape | 6 | LIKE /SCMB/GRP_MARKERSHAPE | Public |
| MARKERSHAPE_CROSS | Static Attribute | Markershape | 7 | LIKE /SCMB/GRP_MARKERSHAPE | Public |
| MARKERSHAPE_CUBE | Static Attribute | Markershape | 8 | LIKE /SCMB/GRP_MARKERSHAPE | Public |
| MARKERSHAPE_DIAMOND | Static Attribute | Markershape | 9 | LIKE /SCMB/GRP_MARKERSHAPE | Public |
| MARKERSHAPE_HEXAGON | Static Attribute | Markershape | 10 | LIKE /SCMB/GRP_MARKERSHAPE | Public |
| MARKERSHAPE_LINE | Static Attribute | Markershape | 18 | LIKE /SCMB/GRP_MARKERSHAPE | Public |
| MARKERSHAPE_NONE | Static Attribute | Markershape | 0 | LIKE /SCMB/GRP_MARKERSHAPE | Public |
| MARKERSHAPE_OCTAGON | Static Attribute | Markershape | 11 | LIKE /SCMB/GRP_MARKERSHAPE | Public |
| MARKERSHAPE_PYRAMID | Static Attribute | Markershape | 12 | LIKE /SCMB/GRP_MARKERSHAPE | Public |
| MARKERSHAPE_RECTANGLE | Static Attribute | Markershape | 13 | LIKE /SCMB/GRP_MARKERSHAPE | Public |
| MARKERSHAPE_SAW | Static Attribute | Markershape | 14 | LIKE /SCMB/GRP_MARKERSHAPE | Public |
| MARKERSHAPE_SPHERE | Static Attribute | Markershape | 15 | LIKE /SCMB/GRP_MARKERSHAPE | Public |
| MARKERSHAPE_STAR | Static Attribute | Markershape | 16 | LIKE /SCMB/GRP_MARKERSHAPE | Public |
| MARKERSHAPE_TRIANGLE | Static Attribute | Markershape | 17 | LIKE /SCMB/GRP_MARKERSHAPE | Public |
| TEXT_DIRECTION_BELOW | Static Attribute | Text direction | 2 | LIKE /SCMB/GRP_TEXT_DIRECTION | Public |
| TEXT_DIRECTION_DEFAULT | Static Attribute | Text direction | 0 | LIKE /SCMB/GRP_TEXT_DIRECTION | Public |
| TEXT_DIRECTION_DIAGONAL_DOWN | Static Attribute | Text direction | 6 | LIKE /SCMB/GRP_TEXT_DIRECTION | Public |
| TEXT_DIRECTION_DIAGONAL_UP | Static Attribute | Text direction | 5 | LIKE /SCMB/GRP_TEXT_DIRECTION | Public |
| TEXT_DIRECTION_DOWN | Static Attribute | Text direction | 4 | LIKE /SCMB/GRP_TEXT_DIRECTION | Public |
| TEXT_DIRECTION_RIGHT | Static Attribute | Text direction | 1 | LIKE /SCMB/GRP_TEXT_DIRECTION | Public |
| TEXT_DIRECTION_UP | Static Attribute | Text direction | 3 | LIKE /SCMB/GRP_TEXT_DIRECTION | Public |
Links to Related Class(s)
/SCMB/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects