SAP /SCMB/CL_DEINSTALL_PLUGIN OO Class - SCMB Deinstallation - SAINT Plug-In
/SCMB/CL_DEINSTALL_PLUGIN 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_DEINSTALL_PLUGIN 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_DEINSTALL_PLUGIN 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_OBJECTS_BW | Add objects related to BW-extractors | Private |
| CALL METHOD /scmb/cl_deinstall_plugin=>ADD_OBJECTS_BW...more details | ||
| ADD_OBJECTS_CND | Private | |
| CALL METHOD /scmb/cl_deinstall_plugin=>ADD_OBJECTS_CND...more details | ||
| ADD_OBJECTS_GEN | Add reports + classes generated through BW framework | Private |
| CALL METHOD /scmb/cl_deinstall_plugin=>ADD_OBJECTS_GEN...more details | ||
| ADD_OBJECTS_TSM | Add Objects from Time Series Management | Private |
| CALL METHOD /scmb/cl_deinstall_plugin=>ADD_OBJECTS_TSM...more details | ||
| ADD_OBJECT_ODM | Add Objects from Order Data Management | Private |
| CALL METHOD /scmb/cl_deinstall_plugin=>ADD_OBJECT_ODM...more details | ||
| BUILD_CLASSNAMES_RANGE | Build range table for classnames for report selection | Private |
| CALL METHOD /scmb/cl_deinstall_plugin=>BUILD_CLASSNAMES_RANGE...more details | ||
|
| ||
| CHECK_PRECONDITIONS | Check Preconditions for Deinstall | Public |
| CALL METHOD /scmb/cl_deinstall_plugin=>CHECK_PRECONDITIONS...more details | ||
| CONSTRUCTOR | Private | |
| CALL METHOD /scmb/cl_deinstall_plugin=>CONSTRUCTOR...more details | ||
| FILL_MESSAGE_BY_SY_VARIABLES | Private | |
| CALL METHOD /scmb/cl_deinstall_plugin=>FILL_MESSAGE_BY_SY_VARIABLES...more details | ||
| FILTER_CND_FOR_EWM | Filter Condition Technique Objects Belonging to EWM Layer | Private |
| CALL METHOD /scmb/cl_deinstall_plugin=>FILTER_CND_FOR_EWM...more details | ||
| GET_CREATED_OBJECTS | Collect Additional Objects and Table Keys to be Deleted | Public |
| CALL METHOD /scmb/cl_deinstall_plugin=>GET_CREATED_OBJECTS...more details | ||
| GET_OBJECT_CLASSIFICATIONS | Classify How to Handle Objects (Needs SPAM Level 63) | Public |
| CALL METHOD /scmb/cl_deinstall_plugin=>GET_OBJECT_CLASSIFICATIONS...more details | ||
| GET_REFERENCE | Returns Instance of Plug-In Class | Public |
| CALL METHOD /scmb/cl_deinstall_plugin=>GET_REFERENCE...more details | ||
/SCMB/CL_DEINSTALL_PLUGIN 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 |
| MO_CND_TRANSPORT | Instance Attribute | LIKE OBJECT | Private | ||
| MV_COMPONENT | Instance Attribute | LIKE DLVUNIT | Private | ||
| MV_COMP_REL | Instance Attribute | LIKE SAPRELEASE | Private | ||
| SC_CND_GET_OBJECTS_METHOD | Constant | 'GET_OBJECTS' | LIKE SEOCPDNAME | Private | |
| SC_CND_TRANSPORT_CLASS | Constant | '/SAPCND/CL_TRANSPORT_SRV' | LIKE SEOCLSNAME | Private |
/SCMB/CL_DEINSTALL_PLUGIN types
YS_TADIR -YT_TADIR -
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