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 NameDescriptionVisability
ADD_MATRIXadds values of a matrixPublic
CALL METHOD /scmb/cl_datamatrix=>ADD_MATRIX...more details

ADD_TO_CELLAdd Value to CellPublic
CALL METHOD /scmb/cl_datamatrix=>ADD_TO_CELL...more details

ADD_TO_CELLFORTSTAdd Value to CellPublic
CALL METHOD /scmb/cl_datamatrix=>ADD_TO_CELLFORTST...more details

ADD_TO_CELL_VALUEAdd Values to CellPublic
CALL METHOD /scmb/cl_datamatrix=>ADD_TO_CELL_VALUE...more details

ADD_TO_CELL_VALUE_INTAdd Values to CellProtected
CALL METHOD /scmb/cl_datamatrix=>ADD_TO_CELL_VALUE_INT...more details

ADD_TO_LINEAdd Value to CellPublic
CALL METHOD /scmb/cl_datamatrix=>ADD_TO_LINE...more details

CHECK_LINE_INITIALTest Method: Check whether all cells in the row are intialPublic
CALL METHOD /scmb/cl_datamatrix=>CHECK_LINE_INITIAL...more details

CHECK_MATRIX_INITIALcheck if matrix is initialPublic
CALL METHOD /scmb/cl_datamatrix=>CHECK_MATRIX_INITIAL...more details

COMPARE_LINESCOmpares Rows (in Selected Area)Public
CALL METHOD /scmb/cl_datamatrix=>COMPARE_LINES...more details

COMPARE_VALUESCompares Cell ValuesPublic
CALL METHOD /scmb/cl_datamatrix=>COMPARE_VALUES...more details

CONSTRUCTORConstructorPublic
CALL METHOD /scmb/cl_datamatrix=>CONSTRUCTOR...more details

COPYCopies Matrix to New ObjectPublic
CALL METHOD /scmb/cl_datamatrix=>COPY...more details

COPY_LINECopies Cells of a Row (in Selected Area)Public
CALL METHOD /scmb/cl_datamatrix=>COPY_LINE...more details

CUMULATE_LINECumulates Cells of a Row (in Selected Area)Public
CALL METHOD /scmb/cl_datamatrix=>CUMULATE_LINE...more details

DELETE_ALL_CELLSDeletes All CellsPublic
CALL METHOD /scmb/cl_datamatrix=>DELETE_ALL_CELLS...more details

DELETE_AND_SUBTRACT_LINEDeletes Cells of a Row and Subtracts from Other RowsPublic
CALL METHOD /scmb/cl_datamatrix=>DELETE_AND_SUBTRACT_LINE...more details

DELETE_AREADeletes Cells in Selected AreaPublic
CALL METHOD /scmb/cl_datamatrix=>DELETE_AREA...more details

DELETE_CELLDelete CellPublic
CALL METHOD /scmb/cl_datamatrix=>DELETE_CELL...more details

DELETE_COLUMNDeletes cells from a row (in selected area)Public
CALL METHOD /scmb/cl_datamatrix=>DELETE_COLUMN...more details

DELETE_LINEDeletes cells from a row (in selected area)Public
CALL METHOD /scmb/cl_datamatrix=>DELETE_LINE...more details

GET_CELLAccess to a CellPublic
CALL METHOD /scmb/cl_datamatrix=>GET_CELL...more details

GET_CELLFORTSTAccess to a CellPublic
CALL METHOD /scmb/cl_datamatrix=>GET_CELLFORTST...more details

GET_CELL_VALUEAccess a Value in a CellPublic
CALL METHOD /scmb/cl_datamatrix=>GET_CELL_VALUE...more details

GET_CELL_VALUE_FORTSTAccess a Value in a CellPublic
CALL METHOD /scmb/cl_datamatrix=>GET_CELL_VALUE_FORTST...more details

GET_COLUMNAccess to a ColumnPublic
CALL METHOD /scmb/cl_datamatrix=>GET_COLUMN...more details

GET_COLUMNFORTSTAccess to a ColumnPublic
CALL METHOD /scmb/cl_datamatrix=>GET_COLUMNFORTST...more details

GET_COLUMN_INTAccess to a Column (internal)Protected
CALL METHOD /scmb/cl_datamatrix=>GET_COLUMN_INT...more details

GET_LINEAccess to a LinePublic
CALL METHOD /scmb/cl_datamatrix=>GET_LINE...more details

PRORATE_LINEPercentage Increase of a Row (in Selected Area)Public
CALL METHOD /scmb/cl_datamatrix=>PRORATE_LINE...more details

SET_CELLSet a CellPublic
CALL METHOD /scmb/cl_datamatrix=>SET_CELL...more details

SET_CELLFORTSTSet a CellPublic
CALL METHOD /scmb/cl_datamatrix=>SET_CELLFORTST...more details

SET_CELL_VALUESet the Value of a CellPublic
CALL METHOD /scmb/cl_datamatrix=>SET_CELL_VALUE...more details

SET_COLUMNSet Selected Cells of a ColumnPublic
CALL METHOD /scmb/cl_datamatrix=>SET_COLUMN...more details

SET_COLUMNDESCSet New Column DescriptionPublic
CALL METHOD /scmb/cl_datamatrix=>SET_COLUMNDESC...more details

SET_COLUMN_FOR_PERIDSet Selected Cells of a ColumnProtected
CALL METHOD /scmb/cl_datamatrix=>SET_COLUMN_FOR_PERID...more details

SET_LINESet Selected Cells of a LinePublic
CALL METHOD /scmb/cl_datamatrix=>SET_LINE...more details

SET_LINE_VALUESets all Cells of a LinePublic
CALL METHOD /scmb/cl_datamatrix=>SET_LINE_VALUE...more details

SET_NEW_CELL_VALUESets Value of a New CellProtected
CALL METHOD /scmb/cl_datamatrix=>SET_NEW_CELL_VALUE...more details

TEST_MATRIX_CREATECreation of Data Matrices for TestingPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
MR_COLUMNDESCInstance AttributeColumn DescriptionLIKE
/SCMB/CL_DATACOLUMNDESCRIPTOR
Public
MR_LINEDESCInstance AttributeDescription of LinesLIKE
/SCMB/CL_DATALINEDESCRIPTOR
Public
MT_CELLTABLEInstance AttributeMatrix ContentsLIKE
/SCMB/CELLTABLE_TAB
Protected
MV_PLOBJInstance AttributePlanning ObjectLIKE
/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



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!