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 NameDescriptionVisability
ASSIGNAssign a vocabulary annotation to servicePublic
CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>ASSIGN...more details

CHECKCheck existence of a vocabulary annotationPublic
CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>CHECK...more details

CREATECreate a vocabulary annotationPublic
CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>CREATE...more details

DELETEDelete a vocabulary annotationPublic
CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>DELETE...more details

GET_ABAP_LANG_VERS_OF_VOCANPublic
CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>GET_ABAP_LANG_VERS_OF_VOCAN...more details

GET_ALLGet all registered vocabulary annotationsPublic
CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>GET_ALL...more details

GET_HEADER_BY_SERVICEGet all vocabulary annotations of a servicePublic
CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>GET_HEADER_BY_SERVICE...more details

GET_INSTANCEGet a DBA instancePublic
CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>GET_INSTANCE...more details

GET_VOCAN_DETAILGet detail of a vocabulary annotationPublic
CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>GET_VOCAN_DETAIL...more details

GET_VOCAN_SERVICESGet assigned servicesPublic
CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>GET_VOCAN_SERVICES...more details

LOCKLock a vocabulary annotationPublic
CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>LOCK...more details

SET_MAIN_SERVICESet main service for a vocabulary annotationPublic
CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>SET_MAIN_SERVICE...more details

UNASSIGNUnassign a vocabulary annotation from servicePublic
CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>UNASSIGN...more details

UNLOCKUnlock a vocabulary annotationPublic
CALL METHOD /iwbep/cl_mgw_med_dba_vocan=>UNLOCK...more details

UPDATEUpdate a vocabulary annotationPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
MV_VOCAN_LOCKEDInstance AttributeLIKE
XSDBOOLEAN
Private
MV_VOCAN_TECH_NAMEStatic AttributeTechnical Vocabulary Annotation File NameLIKE
/IWBEP/MED_VA_FILE_TECH_NAME
Private
MV_VOCAN_VERSIONStatic AttributeVocabulary Annotation File VersionLIKE
/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



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!