SAP /IWBEP/CL_MGW_MED_DBA_VOCAN OO Class - Data Access to Vocabulary Annotation
/IWBEP/CL_MGW_MED_DBA_VOCAN 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/CL_MGW_MED_DBA_VOCAN 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/CL_MGW_MED_DBA_VOCAN 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 |
| ASSIGN | Assign a vocabulary annotation to service | Public |
| CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>ASSIGN...more details | ||
| CHECK | Check existence of a vocabulary annotation | Public |
| CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>CHECK...more details | ||
| CREATE | Create a vocabulary annotation | Public |
| CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>CREATE...more details | ||
| DELETE | Delete a vocabulary annotation | Public |
| CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>DELETE...more details | ||
| GET_ABAP_LANG_VERS_OF_VOCAN | Public | |
| CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>GET_ABAP_LANG_VERS_OF_VOCAN...more details | ||
| GET_ALL | Get all registered vocabulary annotations | Public |
| CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>GET_ALL...more details | ||
|
| ||
| GET_HEADER_BY_SERVICE | Get all vocabulary annotations of a service | Public |
| CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>GET_HEADER_BY_SERVICE...more details | ||
| GET_INSTANCE | Get a DBA instance | Public |
| CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>GET_INSTANCE...more details | ||
| GET_VOCAN_DETAIL | Get detail of a vocabulary annotation | Public |
| CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>GET_VOCAN_DETAIL...more details | ||
| GET_VOCAN_SERVICES | Get assigned services | Public |
| CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>GET_VOCAN_SERVICES...more details | ||
| LOCK | Lock a vocabulary annotation | Public |
| CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>LOCK...more details | ||
| SET_MAIN_SERVICE | Set main service for a vocabulary annotation | Public |
| CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>SET_MAIN_SERVICE...more details | ||
| UNASSIGN | Unassign a vocabulary annotation from service | Public |
| CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>UNASSIGN...more details | ||
| UNLOCK | Unlock a vocabulary annotation | Public |
| CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>UNLOCK...more details | ||
| UPDATE | Update a vocabulary annotation | Public |
| CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>UPDATE...more details | ||
/IWBEP/CL_MGW_MED_DBA_VOCAN 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 |
| MV_VOCAN_LOCKED | Instance Attribute | LIKE XSDBOOLEAN | Private | ||
| MV_VOCAN_TECH_NAME | Static Attribute | Technical Vocabulary Annotation File Name | LIKE /IWBEP/MED_VA_FILE_TECH_NAME | Private | |
| MV_VOCAN_VERSION | Static Attribute | Vocabulary Annotation File Version | LIKE /IWBEP/MED_VA_FILE_VERSION | Private |
/IWBEP/CL_MGW_MED_DBA_VOCAN types
TY_S_VOCAN_DETAIL -TY_S_VOCAN_HEADER -
TY_S_VOCAN_SERVICE -
TY_T_VOCAN_DETAIL -
TY_T_VOCAN_HEADER -
TY_T_VOCAN_SERVICE -
Links to Related Class(s)
/IWBEP/C...Full list of available SAP object classes
Search for further information about these or an SAP related objects