SAP ABAP Class /IWCOR/CL_DS_EDM_PROVIDER (EDM metadata provider)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
⤷
/IWCOR/SODATA_EDM_IMPL_BASE (Package) EDM structure based default implementation (base)

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/IF_DS_EDM_PROVIDER | EDM metadata provider | 20110808 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /IWCOR/CL_DS_EDM_PROV_SIMPLE | EDM simple metadata provider | 20110808 |
2 | Inheritance (c INHERITING FROM c_ref) | /IWCOR/CL_DS_TEST_EDM_PROVIDER | Entity Data Model provider for the Reference Scenario | 20110816 |
3 | Inheritance (c INHERITING FROM c_ref) | /IWFND/CL_SODATA_EDM_PROVIDER | OData Channel EDM Metadata Provider - Lib 1.0 | 20110829 |
Properties
Class | /IWCOR/CL_DS_EDM_PROVIDER | |
Short Description | EDM metadata provider | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | /IWCOR/SODATA_EDM_IMPL_BASE | EDM structure based default implementation (base) |
Created | 20110617 | SAP |
Last change | 20131127 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /IWCOR/IF_DS_EDM_PROVIDER | EDM metadata provider | 20110808 |
Friends
Class /IWCOR/CL_DS_EDM_PROVIDER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | /IWCOR/IF_DS_EDM=>ENTITY_CONTAINER_INFO_S | Default entity container info | 20110808 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /IWCOR/IF_DS_EDM=>ENTITY_CONTAINER_INFO_T | Entity container infos | 20110808 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Load association | 20110808 |
2 | ![]() |
Instance method | Protected | Method | Load association set | 20110808 |
3 | ![]() |
Instance method | Protected | Method | Load complex type | 20110808 |
4 | ![]() |
Instance method | Protected | Method | Load entity container info | 20110808 |
5 | ![]() |
Instance method | Protected | Method | Load entity set | 20110808 |
6 | ![]() |
Instance method | Protected | Method | Load entity type | 20110808 |
7 | ![]() |
Instance method | Protected | Method | Load function import | 20110808 |
Events
Class /IWCOR/CL_DS_EDM_PROVIDER has no event.
Types
Class /IWCOR/CL_DS_EDM_PROVIDER has no local type.
Method Signatures
Method LOAD_ASSOCIATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_QUALIFIED_NAME | Call by reference | Type reference (TYPE) | /IWCOR/IF_DS_EDM_PROVIDER~QUALIFIED_NAME_S | Qualified name | 20110808 | ||
2 | ![]() |
RD_ASSOCIATION | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_EDM_PROVIDER~ASSOCIATION_S | 20110808 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
OData error message | 20110808 | |
2 | ![]() |
20110808 |
Method LOAD_ASSOCIATION_SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ASSOCIATION | Call by reference | Type reference (TYPE) | /IWCOR/IF_DS_EDM_PROVIDER~QUALIFIED_NAME_S | Qualified name of underlying association | 20110808 | ||
2 | ![]() |
IV_ENTITY_CONTAINER | Call by reference | Type reference (TYPE) | STRING | Entity container name | 20110808 | ||
3 | ![]() |
IV_SOURCE_ENTITY_SET_NAME | Call by reference | Type reference (TYPE) | STRING | Name of source entity set | 20110808 | ||
4 | ![]() |
IV_SOURCE_ENTITY_SET_ROLE | Call by reference | Type reference (TYPE) | STRING | Role of source entity set | 20110808 | ||
5 | ![]() |
RD_ASSOCIATION_SET | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_EDM_PROVIDER~ASSOCIATION_SET_S | 20110808 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
OData error message | 20110808 | |
2 | ![]() |
20110808 |
Method LOAD_COMPLEX_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_QUALIFIED_NAME | Call by reference | Type reference (TYPE) | /IWCOR/IF_DS_EDM_PROVIDER~QUALIFIED_NAME_S | Qualified name | 20110808 | ||
2 | ![]() |
RD_COMPLEX_TYPE | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_EDM_PROVIDER~COMPLEX_TYPE_S | 20110808 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
OData error message | 20110808 | |
2 | ![]() |
20110808 |
Method LOAD_ENTITY_CONTAINER_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20110808 | ||
2 | ![]() |
RD_ENTITY_CONTAINER_INFO | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_EDM=>ENTITY_CONTAINER_INFO_S | Entity container info | 20110808 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
OData error message | 20110808 | |
2 | ![]() |
EDM provider error | 20110808 |
Method LOAD_ENTITY_SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENTITY_CONTAINER | Call by reference | Type reference (TYPE) | STRING | Entity container name | 20110808 | ||
2 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20110808 | ||
3 | ![]() |
RD_ENTITY_SET | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_EDM_PROVIDER~ENTITY_SET_S | 20110808 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
OData error message | 20110808 | |
2 | ![]() |
20110808 |
Method LOAD_ENTITY_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_QUALIFIED_NAME | Call by reference | Type reference (TYPE) | /IWCOR/IF_DS_EDM_PROVIDER~QUALIFIED_NAME_S | Qualified name | 20110808 | ||
2 | ![]() |
RD_ENTITY_TYPE | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_EDM_PROVIDER~ENTITY_TYPE_S | 20110808 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
OData error message | 20110808 | |
2 | ![]() |
20110808 |
Method LOAD_FUNCTION_IMPORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENTITY_CONTAINER | Call by reference | Type reference (TYPE) | STRING | Entity container name | 20110808 | ||
2 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20110808 | ||
3 | ![]() |
RD_FUNCTION_IMPORT | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_EDM_PROVIDER~FUNCTION_IMPORT_S | 20110808 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
OData error message | 20110808 | |
2 | ![]() |
20110808 |
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 200 |