SAP /SCMB/CL_DATAMATRIX OO Class - Data Matrix Container
/SCMB/CL_DATAMATRIX 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_DATAMATRIX 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_DATAMATRIX 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_MATRIX | adds values of a matrix | Public |
| CALL METHOD /scmb/cl_datamatrix=>ADD_MATRIX...more details | ||
| ADD_TO_CELL | Add Value to Cell | Public |
| CALL METHOD /scmb/cl_datamatrix=>ADD_TO_CELL...more details | ||
| ADD_TO_CELLFORTST | Add Value to Cell | Public |
| CALL METHOD /scmb/cl_datamatrix=>ADD_TO_CELLFORTST...more details | ||
| ADD_TO_CELL_VALUE | Add Values to Cell | Public |
| CALL METHOD /scmb/cl_datamatrix=>ADD_TO_CELL_VALUE...more details | ||
| ADD_TO_CELL_VALUE_INT | Add Values to Cell | Protected |
| CALL METHOD /scmb/cl_datamatrix=>ADD_TO_CELL_VALUE_INT...more details | ||
| ADD_TO_LINE | Add Value to Cell | Public |
| CALL METHOD /scmb/cl_datamatrix=>ADD_TO_LINE...more details | ||
|
| ||
| CHECK_LINE_INITIAL | Test Method: Check whether all cells in the row are intial | Public |
| CALL METHOD /scmb/cl_datamatrix=>CHECK_LINE_INITIAL...more details | ||
| CHECK_MATRIX_INITIAL | check if matrix is initial | Public |
| CALL METHOD /scmb/cl_datamatrix=>CHECK_MATRIX_INITIAL...more details | ||
| COMPARE_LINES | COmpares Rows (in Selected Area) | Public |
| CALL METHOD /scmb/cl_datamatrix=>COMPARE_LINES...more details | ||
| COMPARE_VALUES | Compares Cell Values | Public |
| CALL METHOD /scmb/cl_datamatrix=>COMPARE_VALUES...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD /scmb/cl_datamatrix=>CONSTRUCTOR...more details | ||
| COPY | Copies Matrix to New Object | Public |
| CALL METHOD /scmb/cl_datamatrix=>COPY...more details | ||
| COPY_LINE | Copies Cells of a Row (in Selected Area) | Public |
| CALL METHOD /scmb/cl_datamatrix=>COPY_LINE...more details | ||
| CUMULATE_LINE | Cumulates Cells of a Row (in Selected Area) | Public |
| CALL METHOD /scmb/cl_datamatrix=>CUMULATE_LINE...more details | ||
| DELETE_ALL_CELLS | Deletes All Cells | Public |
| CALL METHOD /scmb/cl_datamatrix=>DELETE_ALL_CELLS...more details | ||
| DELETE_AND_SUBTRACT_LINE | Deletes Cells of a Row and Subtracts from Other Rows | Public |
| CALL METHOD /scmb/cl_datamatrix=>DELETE_AND_SUBTRACT_LINE...more details | ||
| DELETE_AREA | Deletes Cells in Selected Area | Public |
| CALL METHOD /scmb/cl_datamatrix=>DELETE_AREA...more details | ||
| DELETE_CELL | Delete Cell | Public |
| CALL METHOD /scmb/cl_datamatrix=>DELETE_CELL...more details | ||
| DELETE_COLUMN | Deletes cells from a row (in selected area) | Public |
| CALL METHOD /scmb/cl_datamatrix=>DELETE_COLUMN...more details | ||
| DELETE_LINE | Deletes cells from a row (in selected area) | Public |
| CALL METHOD /scmb/cl_datamatrix=>DELETE_LINE...more details | ||
| GET_CELL | Access to a Cell | Public |
| CALL METHOD /scmb/cl_datamatrix=>GET_CELL...more details | ||
| GET_CELLFORTST | Access to a Cell | Public |
| CALL METHOD /scmb/cl_datamatrix=>GET_CELLFORTST...more details | ||
| GET_CELL_VALUE | Access a Value in a Cell | Public |
| CALL METHOD /scmb/cl_datamatrix=>GET_CELL_VALUE...more details | ||
| GET_CELL_VALUE_FORTST | Access a Value in a Cell | Public |
| CALL METHOD /scmb/cl_datamatrix=>GET_CELL_VALUE_FORTST...more details | ||
| GET_COLUMN | Access to a Column | Public |
| CALL METHOD /scmb/cl_datamatrix=>GET_COLUMN...more details | ||
| GET_COLUMNFORTST | Access to a Column | Public |
| CALL METHOD /scmb/cl_datamatrix=>GET_COLUMNFORTST...more details | ||
| GET_COLUMN_INT | Access to a Column (internal) | Protected |
| CALL METHOD /scmb/cl_datamatrix=>GET_COLUMN_INT...more details | ||
| GET_LINE | Access to a Line | Public |
| CALL METHOD /scmb/cl_datamatrix=>GET_LINE...more details | ||
| PRORATE_LINE | Percentage Increase of a Row (in Selected Area) | Public |
| CALL METHOD /scmb/cl_datamatrix=>PRORATE_LINE...more details | ||
| SET_CELL | Set a Cell | Public |
| CALL METHOD /scmb/cl_datamatrix=>SET_CELL...more details | ||
| SET_CELLFORTST | Set a Cell | Public |
| CALL METHOD /scmb/cl_datamatrix=>SET_CELLFORTST...more details | ||
| SET_CELL_VALUE | Set the Value of a Cell | Public |
| CALL METHOD /scmb/cl_datamatrix=>SET_CELL_VALUE...more details | ||
| SET_COLUMN | Set Selected Cells of a Column | Public |
| CALL METHOD /scmb/cl_datamatrix=>SET_COLUMN...more details | ||
| SET_COLUMNDESC | Set New Column Description | Public |
| CALL METHOD /scmb/cl_datamatrix=>SET_COLUMNDESC...more details | ||
| SET_COLUMN_FOR_PERID | Set Selected Cells of a Column | Protected |
| CALL METHOD /scmb/cl_datamatrix=>SET_COLUMN_FOR_PERID...more details | ||
| SET_LINE | Set Selected Cells of a Line | Public |
| CALL METHOD /scmb/cl_datamatrix=>SET_LINE...more details | ||
| SET_LINE_VALUE | Sets all Cells of a Line | Public |
| CALL METHOD /scmb/cl_datamatrix=>SET_LINE_VALUE...more details | ||
| SET_NEW_CELL_VALUE | Sets Value of a New Cell | Protected |
| CALL METHOD /scmb/cl_datamatrix=>SET_NEW_CELL_VALUE...more details | ||
| TEST_MATRIX_CREATE | Creation of Data Matrices for Testing | Public |
| CALL METHOD /scmb/cl_datamatrix=>TEST_MATRIX_CREATE...more details | ||
/SCMB/CL_DATAMATRIX 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 |
| MR_COLUMNDESC | Instance Attribute | Column Description | LIKE /SCMB/CL_DATACOLUMNDESCRIPTOR | Public | |
| MR_LINEDESC | Instance Attribute | Description of Lines | LIKE /SCMB/CL_DATALINEDESCRIPTOR | Public | |
| MT_CELLTABLE | Instance Attribute | Matrix Contents | LIKE /SCMB/CELLTABLE_TAB | Protected | |
| MV_PLOBJ | Instance Attribute | Planning Object | LIKE /SCMB/PLOBJ | 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