Show TOC

Interface /IWBEP/IF_V4_MED_MODEL_EDMLocate this document in the navigation structure

This is the interface for model - EDM-based access for OData version 4 (V4).
Methods
Method GET_ACTION_BY_EDM_NAME

This method gets an action by EDM name.

Code Syntax
GET_ACTION_BY_EDM_NAME
    importing
      IV_EDM_NAME type /IWBEP/IF_V4_MED_ELEMENT=>TY_E_MED_EDM_NAME
    returning
      value(RO_ACTION) type ref to /IWBEP/IF_V4_MED_ACTION_R
    raising
      /IWBEP/CX_V4_MED .
Method GET_ACTION_IMP_BY_EDM_NAME

This method gets an action import by EDM name.

Code Syntax
GET_ACTION_IMP_BY_EDM_NAME
    importing
      IV_EDM_NAME type /IWBEP/IF_V4_MED_ELEMENT=>TY_E_MED_EDM_NAME
    returning
      value(RO_ACTION_IMPORT) type ref to /IWBEP/IF_V4_MED_ACTION_IMP_R
    raising
      /IWBEP/CX_V4_MED .
Method GET_COMPLEX TYPE_BY_EDM_NAME

This method gets the complex type by EDM name.

Code Syntax
GET_COMPLEX_TYPE_BY_EDM_NAME
    importing
      IV_EDM_NAME type /IWBEP/IF_V4_MED_ELEMENT=>TY_E_MED_EDM_NAME
    returning
      value(RO_COMPLEX_TYPE) type ref to /IWBEP/IF_V4_MED_CPLX_TYPE_R
    raising
      /IWBEP/CX_V4_MED .
Method GET_ENTITY _SET_BY_EDM_NAME

This method gets the entity set by EDM name.

Code Syntax
GET_ENTITY_SET_BY_EDM_NAME
    importing
      IV_EDM_NAME type /IWBEP/IF_V4_MED_ELEMENT=>TY_E_MED_EDM_NAME
    returning
      value(RO_ENTITY_SET) type ref to /IWBEP/IF_V4_MED_ENTITY_SET_R
    raising
      /IWBEP/CX_V4_MED .
Method GET_ENTITY _TYPE_BY_EDM_NAME

This method gets the entity type by EDM name.

Code Syntax
GET_ENTITY_TYPE_BY_EDM_NAME
    importing
      IV_EDM_NAME type /IWBEP/IF_V4_MED_ELEMENT=>TY_E_MED_EDM_NAME
    returning
      value(RO_ENTITY_TYPE) type ref to /IWBEP/IF_V4_MED_ENTITY_TYPE_R
    raising
      /IWBEP/CX_V4_MED .
Method GET_FUNCTION_BY_EDM_NAME

This method gets the function by EDM name.

Code Syntax
GET_FUNCTION_BY_EDM_NAME
    importing
      IV_EDM_NAME type /IWBEP/IF_V4_MED_ELEMENT=>TY_E_MED_EDM_NAME
    returning
      value(RO_FUNCTION) type ref to /IWBEP/IF_V4_MED_FUNCTION_R
    raising
      /IWBEP/CX_V4_MED .
Method GET_FUNCTION_IMP_BY_EDM_NAME

This method gets the function import by EDM name.

Code Syntax
GET_FUNCTION_IMP_BY_EDM_NAME
    importing
      IV_EDM_NAME type /IWBEP/IF_V4_MED_ELEMENT=>TY_E_MED_EDM_NAME
    returning
      value(RO_FUNCTION_IMPORT) type ref to /IWBEP/IF_V4_MED_FUNC_IMP_R
    raising
      /IWBEP/CX_V4_MED .