SAP /SCMB/CL_MATVIEW_BO OO Class - Product Master Data Viewer - Business Object









/SCMB/CL_MATVIEW_BO 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_MATVIEW_BO 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_MATVIEW_BO 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
GET_CATGRP_DESCGet the description of the category groupPrivate
CALL METHOD /scmb/cl_matview_bo=>GET_CATGRP_DESC...more details

GET_COSEX_DESCGet the description of external cost functionPrivate
CALL METHOD /scmb/cl_matview_bo=>GET_COSEX_DESC...more details

GET_DPLEX_DESCGet the description of the SNP Deployment ProfilePrivate
CALL METHOD /scmb/cl_matview_bo=>GET_DPLEX_DESC...more details

GET_DPREX_DESCGet the description of the SNP Demand ProfilePrivate
CALL METHOD /scmb/cl_matview_bo=>GET_DPREX_DESC...more details

GET_FIELDCAT_FIELDGet Fields of Product Field CatalogPublic
CALL METHOD /scmb/cl_matview_bo=>GET_FIELDCAT_FIELD...more details

GET_FIELDCAT_GROUPGet Groups of Product Field CatalogPublic
CALL METHOD /scmb/cl_matview_bo=>GET_FIELDCAT_GROUP...more details

GET_HERKL_DESCGet the description of country of originPrivate
CALL METHOD /scmb/cl_matview_bo=>GET_HERKL_DESC...more details

GET_MAABC_DESCGet the description of the abc indicatorPrivate
CALL METHOD /scmb/cl_matview_bo=>GET_MAABC_DESC...more details

GET_MATERIALGet Field Values of Product DetailPublic
CALL METHOD /scmb/cl_matview_bo=>GET_MATERIAL...more details

GET_MATERIAL_DESCGet Field Descriptions of Product DetailPublic
CALL METHOD /scmb/cl_matview_bo=>GET_MATERIAL_DESC...more details

GET_PLANNER_NAMEGet the name of the plannerPrivate
CALL METHOD /scmb/cl_matview_bo=>GET_PLANNER_NAME...more details

GET_RDPRF_DESCGet description of rounding profilePrivate
CALL METHOD /scmb/cl_matview_bo=>GET_RDPRF_DESC...more details

GET_SPREX_DESCGet the description of the SNP Supply ProfilePrivate
CALL METHOD /scmb/cl_matview_bo=>GET_SPREX_DESC...more details

GET_TRAGR_DESCGet the description of the transportation groupPrivate
CALL METHOD /scmb/cl_matview_bo=>GET_TRAGR_DESC...more details

GET_TSTRID_DESCGet description of Per.Lot Sz.Plng Cal.Private
CALL METHOD /scmb/cl_matview_bo=>GET_TSTRID_DESC...more details

GET_UOM_DESCGet description of unit of measurePrivate
CALL METHOD /scmb/cl_matview_bo=>GET_UOM_DESC...more details

SET_FIELD_TEXT_DOMAINSet Field Text by value of domainPrivate
CALL METHOD /scmb/cl_matview_bo=>SET_FIELD_TEXT_DOMAIN...more details

SET_FIELD_TEXT_EXT_KEYSet Field Text by external keyProtected
CALL METHOD /scmb/cl_matview_bo=>SET_FIELD_TEXT_EXT_KEY...more details

SET_FIELD_TEXT_MAT_FIELDSet Field Text by other material fieldPrivate
CALL METHOD /scmb/cl_matview_bo=>SET_FIELD_TEXT_MAT_FIELD...more details

SET_FIELD_TEXT_UOM_CONSTSet Field Text by constant UoMPrivate
CALL METHOD /scmb/cl_matview_bo=>SET_FIELD_TEXT_UOM_CONST...more details

SET_FIELD_TEXT_UOM_MATSet Field Text by UoM material fieldPrivate
CALL METHOD /scmb/cl_matview_bo=>SET_FIELD_TEXT_UOM_MAT...more details




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!