SAP ABAP Class /IWCOR/CL_DS_EDM_FUNC_IMPORT (EDM function import)
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 Inheritance (c INHERITING FROM c_ref)  /IWCOR/CL_DS_EDM_NAMED EDM named structure 20110808
2 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/IF_DS_EDM_FUNC_IMPORT EDM function import 20110808
Properties
Class /IWCOR/CL_DS_EDM_FUNC_IMPORT  
Short Description EDM function import    
Super Class /IWCOR/CL_DS_EDM_NAMED EDM named structure 
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 20110504   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /IWCOR/IF_DS_EDM_FUNC_IMPORT EDM function import 20110808
Friends
Class /IWCOR/CL_DS_EDM_FUNC_IMPORT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_ENTITY_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) /IWCOR/IF_DS_EDM_ENTITY_CONT Entity container 20110808
2 MO_ENTITY_SET Instance attribute Protected Object reference (TYPE REF TO) /IWCOR/IF_DS_EDM_ENTITY_SET Entity set 20110808
3 MO_RETURN_TYPE Instance attribute Protected Object reference (TYPE REF TO) /IWCOR/IF_DS_EDM_TYPED Return type 20110808
4 MT_PARAMETER Instance attribute Protected Type reference (TYPE) PARAMETER_T Parameter 20110808
5 MT_PARAMETER_NAME Instance attribute Protected Type reference (TYPE) STRING_TABLE Parameter names 20110808
6 MV_HTTP_METHOD Instance attribute Protected Type reference (TYPE) STRING Http method 20110808
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110808
2 CREATE_PARAMETER Instance method Protected Method Create function import parameter 20120813
Events
Class /IWCOR/CL_DS_EDM_FUNC_IMPORT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 PARAMETER_S Protected See coding 20110808 BEGIN OF parameter_s, name TYPE string, parameter TYPE REF TO /IWCOR/if_DS_edm_parameter, END OF parameter_s
2 PARAMETER_T Protected See coding 20110808 parameter_t TYPE HASHED TABLE OF parameter_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 Importing ID_STRUCTURE Call by reference Object reference (TYPE REF TO) DATA Structure 20110808
2 Importing IO_EDM Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_EDM Entity data model 20110808
3 Importing IO_ENTITY_CONTAINER Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_EDM_ENTITY_CONT EDM entity container 20110808
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_EDM_ERROR EDM root error 20110808

Method CREATE_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_DATA Call by reference Object reference (TYPE REF TO) DATA Data structure 20120813
2 Returning RO_PARAMETER Value transfer Object reference (TYPE REF TO) /IWCOR/IF_DS_EDM_PARAMETER EDM function import parameter 20120813
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_EDM_ERROR EDM error 20120813
History
Last changed by/on SAP  20131127 
SAP Release Created in 200