SAP /IWBEP/IF_SBDM_MANAGER OO Class - SB - Domain Model - Manager
/IWBEP/IF_SBDM_MANAGER 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 /IWBEP/IF_SBDM_MANAGER 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 /IWBEP/IF_SBDM_MANAGER 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_PROJECTS_TO_FAVOURITES | Adds the projects to the current user's favourites | Public |
| CALL METHOD /iwbep/if_sbdm_manager=>ADD_PROJECTS_TO_FAVOURITES...more details | ||
| CHECK_AUTH_BY_TADIR | Checks the authorization for the provided projects | Public |
| CALL METHOD /iwbep/if_sbdm_manager=>CHECK_AUTH_BY_TADIR...more details | ||
| CREATE_COPY_CONTAINER | Create a copy container | Public |
| CALL METHOD /iwbep/if_sbdm_manager=>CREATE_COPY_CONTAINER...more details | ||
| CREATE_DELETION_REQUEST | Creates a deletion request | Public |
| CALL METHOD /iwbep/if_sbdm_manager=>CREATE_DELETION_REQUEST...more details | ||
| CREATE_VALIDATOR | Creates the main validator | Public |
| CALL METHOD /iwbep/if_sbdm_manager=>CREATE_VALIDATOR...more details | ||
| FIND_PROJECTS | Finds projects | Public |
| CALL METHOD /iwbep/if_sbdm_manager=>FIND_PROJECTS...more details | ||
|
| ||
| FIND_PROJECTS_BY_MODEL | Find project names by model usages | Public |
| CALL METHOD /iwbep/if_sbdm_manager=>FIND_PROJECTS_BY_MODEL...more details | ||
| FIND_PROJECT_NAMES | Find project names | Public |
| CALL METHOD /iwbep/if_sbdm_manager=>FIND_PROJECT_NAMES...more details | ||
| GET_AVAILABLE_TRANSPORTS | Retrieves the available transport information | Public |
| CALL METHOD /iwbep/if_sbdm_manager=>GET_AVAILABLE_TRANSPORTS...more details | ||
| GET_EXTENSION_MANAGER | Retrieves the extension manager | Public |
| CALL METHOD /iwbep/if_sbdm_manager=>GET_EXTENSION_MANAGER...more details | ||
| GET_GENERATION_MANAGER | Retrieves an instance of the Generation Manager | Public |
| CALL METHOD /iwbep/if_sbdm_manager=>GET_GENERATION_MANAGER...more details | ||
| GET_PERSIST_HANDLER | Retrieves the persist handler for a given node type | Public |
| CALL METHOD /iwbep/if_sbdm_manager=>GET_PERSIST_HANDLER...more details | ||
| GET_REFERENCE_HANDLER | Retrieves the reference handler for the data source type | Public |
| CALL METHOD /iwbep/if_sbdm_manager=>GET_REFERENCE_HANDLER...more details | ||
| GET_TRANSIENT_HANDLER | Retrieves the transient handler for a given node type | Public |
| CALL METHOD /iwbep/if_sbdm_manager=>GET_TRANSIENT_HANDLER...more details | ||
| ON_OBJECT_CHANGED | Notifies the manager that an object has been changed | Public |
| CALL METHOD /iwbep/if_sbdm_manager=>ON_OBJECT_CHANGED...more details | ||
| RETRIEVE_NODE_TYPES | Retrieves all available node types | Public |
| CALL METHOD /iwbep/if_sbdm_manager=>RETRIEVE_NODE_TYPES...more details | ||
/IWBEP/IF_SBDM_MANAGER 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 |
| GC_ACTIVITY | Constant | LIKE | Public |
/IWBEP/IF_SBDM_MANAGER types
TY_S_PROJECT_DESCR -TY_S_PROJECT_MODEL -
TY_T_PROJECT_DESCR -
TY_T_PROJECT_MODEL -
TY_T_RANGE_MODEL_NAME -
TY_T_RANGE_MODEL_VERSION -
TY_T_RANGE_PRJCT_NAME -
Links to Related Class(s)
/IWBEP/I...Full list of available SAP object classes
Search for further information about these or an SAP related objects