SAP ABAP Class /IWCOR/CL_DS_EDM_ENTITY_CONT (EDM entity container)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
⤷
/IWCOR/SODATA_EDM_IMPL (Package) EDM structure based default implementation (abstract)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/IF_DS_EDM_ENTITY_CONT | EDM entity container | 20110808 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/IF_DS_EDM_NAMED | EDM named | 20110808 |
Properties
| Class | /IWCOR/CL_DS_EDM_ENTITY_CONT | |
| Short Description | EDM entity container | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IWCOR/SODATA_EDM_IMPL | EDM structure based default implementation (abstract) |
| Created | 20110301 | 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_ENTITY_CONT | EDM entity container | 20110808 | ||
| 2 | /IWCOR/IF_DS_EDM_NAMED | EDM named | 20110808 |
Friends
Class /IWCOR/CL_DS_EDM_ENTITY_CONT 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/CL_DS_EDM_IMPL | EDM data services | 20110808 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | /IWCOR/IF_DS_EDM_ENTITY_CONT | Extended entity container | 20110808 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | ASSOCIATION_SET_T | 20110808 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | ENTITY_SET_T | Entity set cache | 20110808 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | FUNCTION_IMPORT_T | Function import cache | 20110808 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | Default entity container | 20110808 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | STRING | Entity container name | 20110808 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20110808 | |
| 2 | Instance method | Protected | Method | Create association set | 20120813 | |
| 3 | Instance method | Protected | Method | Create entity set | 20120813 | |
| 4 | Instance method | Protected | Method | Create function import | 20120813 |
Events
Class /IWCOR/CL_DS_EDM_ENTITY_CONT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ASSOCIATION_SET_S | Protected | See coding | 20110808 | BEGIN OF association_set_s,
association TYPE string,
entity_set TYPE string,
role TYPE string,
association_set TYPE REF TO /IWCOR/if_DS_edm_assoc_set,
END OF association_set_s
|
||
| 2 | ASSOCIATION_SET_T | Protected | See coding | 20110808 | association_set_t TYPE HASHED TABLE OF association_set_s WITH UNIQUE KEY association entity_set role
|
||
| 3 | ENTITY_SET_S | Protected | See coding | 20110808 | BEGIN OF entity_set_s,
name TYPE string,
entity_set TYPE REF TO /IWCOR/if_DS_edm_entity_set,
END OF entity_set_s
|
||
| 4 | ENTITY_SET_T | Protected | See coding | 20110808 | entity_set_t TYPE HASHED TABLE OF entity_set_s WITH UNIQUE KEY name
|
||
| 5 | FUNCTION_IMPORT_S | Protected | See coding | 20110808 | BEGIN OF function_import_s,
name TYPE string,
function_import TYPE REF TO /IWCOR/if_DS_edm_func_import,
END OF function_import_s
|
||
| 6 | FUNCTION_IMPORT_T | Protected | See coding | 20110808 | function_import_t TYPE HASHED TABLE OF function_import_s WITH UNIQUE KEY name
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EDM | Call by reference | Object reference (TYPE REF TO) | /IWCOR/CL_DS_EDM_IMPL | Entity data model | 20110808 | |||
| 2 | IV_DEFAULT_ENTITY_CONTAINER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Default entity container | 20110808 | ||
| 3 | IV_EXTENDS | Call by reference | Type reference (TYPE) | STRING | Extended entity container name | 20110808 | |||
| 4 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | Entity container name | 20110808 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | EDM root error | 20110808 |
Method CREATE_ASSOCIATION_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Data structure | 20120813 | |||
| 2 | RO_ASSOCIATION_SET | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_EDM_ASSOC_SET | EDM association set | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | EDM error | 20120813 |
Method CREATE_ENTITY_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Data structure | 20120813 | |||
| 2 | RO_ENTITY_SET | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_EDM_ENTITY_SET | EDM entity set | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | EDM error | 20120813 |
Method CREATE_FUNCTION_IMPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Data structure | 20120813 | |||
| 2 | RO_FUNCTION_IMPORT | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_EDM_FUNC_IMPORT | EDM function import | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | EDM error | 20120813 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 200 |