SAP /IWBEP/IF_V4_MED_ELEMENT OO Class - Generic element









/IWBEP/IF_V4_MED_ELEMENT 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_V4_MED_ELEMENT 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_V4_MED_ELEMENT 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
GET_EDM_NAMEGet EDM namePublic
CALL METHOD /iwbep/if_v4_med_element=>GET_EDM_NAME...more details

GET_INTERNAL_NAMEGet internal namePublic
CALL METHOD /iwbep/if_v4_med_element=>GET_INTERNAL_NAME...more details

GET_KINDGet the element's kindPublic
CALL METHOD /iwbep/if_v4_med_element=>GET_KIND...more details

GET_MODEL_RGet model - READPublic
CALL METHOD /iwbep/if_v4_med_element=>GET_MODEL_R...more details

GET_PROVIDER_INFOInformation set and read by the provider onlyPublic
CALL METHOD /iwbep/if_v4_med_element=>GET_PROVIDER_INFO...more details

IS_ACTIONIs this element of kind 'Action'?Public
CALL METHOD /iwbep/if_v4_med_element=>IS_ACTION...more details

IS_ACTION_IMPORTIs this element of kind 'Action Import'?Public
CALL METHOD /iwbep/if_v4_med_element=>IS_ACTION_IMPORT...more details

IS_COMPLEX_PROPERTYIs this element of kind 'Complex Property'?Public
CALL METHOD /iwbep/if_v4_med_element=>IS_COMPLEX_PROPERTY...more details

IS_COMPLEX_TYPEIs this element of kind 'Complex Type'?Public
CALL METHOD /iwbep/if_v4_med_element=>IS_COMPLEX_TYPE...more details

IS_ENTITY_SETIs this element of kind 'Entity Set'?Public
CALL METHOD /iwbep/if_v4_med_element=>IS_ENTITY_SET...more details

IS_ENTITY_TYPEIs this element of kind 'Entity Type'?Public
CALL METHOD /iwbep/if_v4_med_element=>IS_ENTITY_TYPE...more details

IS_FUNCTIONIs this element of kind 'Function'?Public
CALL METHOD /iwbep/if_v4_med_element=>IS_FUNCTION...more details

IS_FUNCTION_IMPORTIs this element of kind 'Function Import'?Public
CALL METHOD /iwbep/if_v4_med_element=>IS_FUNCTION_IMPORT...more details

IS_NAVIGATION_PROPERTYIs this element of kind 'Navigation Property'?Public
CALL METHOD /iwbep/if_v4_med_element=>IS_NAVIGATION_PROPERTY...more details

IS_PRIMITIVE_PROPERTYIs this element of kind 'Primitive Property'?Public
CALL METHOD /iwbep/if_v4_med_element=>IS_PRIMITIVE_PROPERTY...more details

IS_PRIMITIVE_TYPEIs this element of kind 'Primitive Type'?Public
CALL METHOD /iwbep/if_v4_med_element=>IS_PRIMITIVE_TYPE...more details



/IWBEP/IF_V4_MED_ELEMENT 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
GCS_CONTENT_DISPOSITIONConstantContent-DispositionLIKE
Public
GCS_EDM_DATA_TYPESConstantLIKE
Public
GCS_MED_ARGUMENT_TYPE_KINDConstantLIKE
Public
GCS_MED_CONVERSION_DIRECTIONConstantConvertion direction (Inbound / outbound)LIKE
Public
GCS_MED_CONVERSION_EXIT_NAMEConstantLIKE
Public
GCS_MED_CONVERSION_TYPEConstantLIKE
Public
GCS_MED_NAV_MULTIPLICITYConstantLIKE
Public
GCS_MED_ON_DELETE_ACTIONConstantLIKE
Public
KINDInstance AttributeKind of elementLIKE
TY_E_MED_ELEMENT_KIND
Public
KIND_ACTIONConstantKind action'AC'LIKE
TY_E_MED_ELEMENT_KIND
Public
KIND_ACTION_IMPORTConstantKind action import'AI'LIKE
TY_E_MED_ELEMENT_KIND
Public
KIND_COMPLEX_PROPERTYConstantKind complex property'CP'LIKE
TY_E_MED_ELEMENT_KIND
Public
KIND_COMPLEX_TYPEConstantKind complex type'CT'LIKE
TY_E_MED_ELEMENT_KIND
Public
KIND_ENTITY_SETConstantKind entity set'ES'LIKE
TY_E_MED_ELEMENT_KIND
Public
KIND_ENTITY_TYPEConstantKind entity type'ET'LIKE
TY_E_MED_ELEMENT_KIND
Public
KIND_ENUMERATION_TYPEConstantKind enumeratin type'EN'LIKE
TY_E_MED_ELEMENT_KIND
Public
KIND_ENUM_PROPERTYConstantKind enumeration property'EP'LIKE
TY_E_MED_ELEMENT_KIND
Public
KIND_FUNCTIONConstantKind function'FU'LIKE
TY_E_MED_ELEMENT_KIND
Public
KIND_FUNCTION_IMPORTConstantKind function import'FI'LIKE
TY_E_MED_ELEMENT_KIND
Public
KIND_NAVIGATION_PROPERTYConstantKind navigation property'NP'LIKE
TY_E_MED_ELEMENT_KIND
Public
KIND_OPERATION_PARAMETERConstantKind operation parameter'OP'LIKE
TY_E_MED_ELEMENT_KIND
Public
KIND_OPERATION_RETURNConstantKind operation return'OR'LIKE
TY_E_MED_ELEMENT_KIND
Public
KIND_PRIMITIVE_PROPERTYConstantKind primtive property'PP'LIKE
TY_E_MED_ELEMENT_KIND
Public
KIND_PRIMITIVE_TYPEConstantKind primitive type'PT'LIKE
TY_E_MED_ELEMENT_KIND
Public
KIND_SERVICE_REFERENCEConstantKind Service Reference'SR'LIKE
TY_E_MED_ELEMENT_KIND
Public
KIND_SINGLETONConstantKind singleton'SI'LIKE
TY_E_MED_ELEMENT_KIND
Public
KIND_TERMConstantKind term'TE'LIKE
TY_E_MED_ELEMENT_KIND
Public
KIND_TYPE_DEFINITIONConstantKind type definition'TD'LIKE
TY_E_MED_ELEMENT_KIND
Public
KIND_TYPE_DEF_PROPERTYConstantKind of element'TP'LIKE
TY_E_MED_ELEMENT_KIND
Public
KIND_UNDEFINEDConstantUndefined kind'00'LIKE
TY_E_MED_ELEMENT_KIND
Public




/IWBEP/IF_V4_MED_ELEMENT types

TY_E_MED_ARGUMENT_TYPE_KIND -
TY_E_MED_CONVERSION_DIRECTION - Conversion direction (inbound / outbound)
TY_E_MED_CONVERSION_EXIT_NAME -
TY_E_MED_CONVERSION_TYPE -
TY_E_MED_EDM_NAME - EDM Name
TY_E_MED_EDM_TYPE - EDM type
TY_E_MED_ELEMENT_KIND - Element kind
TY_E_MED_INTERNAL_NAME - Internal name
TY_E_MED_NAV_MULTIPLICITY -
TY_E_MED_ON_DELETE_ACTION -
TY_S_ABAP_TYPE_INFO -
TY_S_INTERNAL_ABAP_TYPE_INFO -
TY_S_MED_ARGUMENT - Argument for operation
TY_S_MED_ENUM_MEMBER - Enumeration member structure
TY_S_MED_FACET_ATTRIBUTES - Facet attributes
TY_S_MED_NAV_PROPERTY_BINDING - Navigation property binding
TY_S_MED_QUALIFIED_NAME - Qualified name
TY_S_MED_REF_CONSTRAINT - Referential constraint structure
TY_S_MED_TARGET_PATH - Target path
TY_S_OPERATION_PARAMETER - Operation parameter structure
TY_S_OPERATION_RETURN - Operation return
TY_S_PROVIDER_ABAP_TYPE_INFO -
TY_T_ACTION_PARAMETER -
TY_T_ACTION_PARAMETER_R -
TY_T_FUNCTION_PARAMETER -
TY_T_FUNCTION_PARAMETER_R -
TY_T_MED_ACTION - Actions
TY_T_MED_ACTION_IMPORT - Action imports
TY_T_MED_ACTION_IMPORT_R - Action imports - read
TY_T_MED_ACTION_R - Actions - READ
TY_T_MED_COMPLEX_TYPE - Complex type
TY_T_MED_COMPLEX_TYPE_R - Complex type - READ
TY_T_MED_CPLX_PROPERTY - Complex property
TY_T_MED_CPLX_PROPERTY_R - Complex property - READ
TY_T_MED_ELEMENT - Elements
TY_T_MED_ENTITY_SET - Entity set table
TY_T_MED_ENTITY_SET_R - Entity set table - READ
TY_T_MED_ENTITY_TYPE - Entity type
TY_T_MED_ENTITY_TYPE_R - Entity type - READ
TY_T_MED_ENUM_MEMBER - Enumeration member table
TY_T_MED_ENUM_PROPERTY - Enumeration property
TY_T_MED_ENUM_PROPERTY_R - Enumeration property - READ
TY_T_MED_ENUM_TYPES - Enumeration types
TY_T_MED_ENUM_TYPES_R - Enumeration types - READ
TY_T_MED_FUNCTION - Functions
TY_T_MED_FUNCTION_IMPORT - Function imports
TY_T_MED_FUNCTION_IMPORT_R - Function imports - READ
TY_T_MED_FUNCTION_R - Functions - READ
TY_T_MED_INTERNAL_NAME - Internal name
TY_T_MED_MODEL_R - Models
TY_T_MED_NAV_PROPERTY - Naviation property
TY_T_MED_NAV_PROPERTY_BINDING - Navigation property binding
TY_T_MED_NAV_PROPERTY_R - Naviation property - READ
TY_T_MED_PRIMITIVE_TYPE - Primitive type
TY_T_MED_PRIMITIVE_TYPE_R - Primitive type - READ
TY_T_MED_PRIM_PROPERTY - Primitive property
TY_T_MED_PRIM_PROPERTY_R - Primitive property - READ
TY_T_MED_PROPERTY - Properties
TY_T_MED_REF_CONSTRAINT - Referential constraint table
TY_T_MED_SINGLETON - Singletons
TY_T_MED_SINGLETON_R - Singletons - READ
TY_T_MED_TYPE_DEFINITION - Type definitions
TY_T_MED_TYPE_DEFINITION_R - Type definitions - READ
TY_T_OPERATION_PARAMETER - Operation parameter table
TY_T_OPERATION_PARAMETER_R - Operation parameter table - READ

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



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!