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 Name | Description | Visability |
| GET_CATGRP_DESC | Get the description of the category group | Private |
| CALL METHOD /scmb/cl_matview_bo=>GET_CATGRP_DESC...more details | ||
| GET_COSEX_DESC | Get the description of external cost function | Private |
| CALL METHOD /scmb/cl_matview_bo=>GET_COSEX_DESC...more details | ||
| GET_DPLEX_DESC | Get the description of the SNP Deployment Profile | Private |
| CALL METHOD /scmb/cl_matview_bo=>GET_DPLEX_DESC...more details | ||
| GET_DPREX_DESC | Get the description of the SNP Demand Profile | Private |
| CALL METHOD /scmb/cl_matview_bo=>GET_DPREX_DESC...more details | ||
| GET_FIELDCAT_FIELD | Get Fields of Product Field Catalog | Public |
| CALL METHOD /scmb/cl_matview_bo=>GET_FIELDCAT_FIELD...more details | ||
| GET_FIELDCAT_GROUP | Get Groups of Product Field Catalog | Public |
| CALL METHOD /scmb/cl_matview_bo=>GET_FIELDCAT_GROUP...more details | ||
|
| ||
| GET_HERKL_DESC | Get the description of country of origin | Private |
| CALL METHOD /scmb/cl_matview_bo=>GET_HERKL_DESC...more details | ||
| GET_MAABC_DESC | Get the description of the abc indicator | Private |
| CALL METHOD /scmb/cl_matview_bo=>GET_MAABC_DESC...more details | ||
| GET_MATERIAL | Get Field Values of Product Detail | Public |
| CALL METHOD /scmb/cl_matview_bo=>GET_MATERIAL...more details | ||
| GET_MATERIAL_DESC | Get Field Descriptions of Product Detail | Public |
| CALL METHOD /scmb/cl_matview_bo=>GET_MATERIAL_DESC...more details | ||
| GET_PLANNER_NAME | Get the name of the planner | Private |
| CALL METHOD /scmb/cl_matview_bo=>GET_PLANNER_NAME...more details | ||
| GET_RDPRF_DESC | Get description of rounding profile | Private |
| CALL METHOD /scmb/cl_matview_bo=>GET_RDPRF_DESC...more details | ||
| GET_SPREX_DESC | Get the description of the SNP Supply Profile | Private |
| CALL METHOD /scmb/cl_matview_bo=>GET_SPREX_DESC...more details | ||
| GET_TRAGR_DESC | Get the description of the transportation group | Private |
| CALL METHOD /scmb/cl_matview_bo=>GET_TRAGR_DESC...more details | ||
| GET_TSTRID_DESC | Get description of Per.Lot Sz.Plng Cal. | Private |
| CALL METHOD /scmb/cl_matview_bo=>GET_TSTRID_DESC...more details | ||
| GET_UOM_DESC | Get description of unit of measure | Private |
| CALL METHOD /scmb/cl_matview_bo=>GET_UOM_DESC...more details | ||
| SET_FIELD_TEXT_DOMAIN | Set Field Text by value of domain | Private |
| CALL METHOD /scmb/cl_matview_bo=>SET_FIELD_TEXT_DOMAIN...more details | ||
| SET_FIELD_TEXT_EXT_KEY | Set Field Text by external key | Protected |
| CALL METHOD /scmb/cl_matview_bo=>SET_FIELD_TEXT_EXT_KEY...more details | ||
| SET_FIELD_TEXT_MAT_FIELD | Set Field Text by other material field | Private |
| CALL METHOD /scmb/cl_matview_bo=>SET_FIELD_TEXT_MAT_FIELD...more details | ||
| SET_FIELD_TEXT_UOM_CONST | Set Field Text by constant UoM | Private |
| CALL METHOD /scmb/cl_matview_bo=>SET_FIELD_TEXT_UOM_CONST...more details | ||
| SET_FIELD_TEXT_UOM_MAT | Set Field Text by UoM material field | Private |
| 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