SAP ABAP Class /IWBEP/CL_MGW_ODATA_FNC_IMPORT (odata function import)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SDE (Application Component) Gateway SAP Data Enablement
     /IWBEP/MGW_MED_IMPLEMENTATIONS (Package) OData Channel - Metadata - Implementations
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_MGW_MED_ABS_ITEM abstract/reusable item 20111125
2 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/IF_MGW_ODATA_ACTION interface representing a script based odata function import 20110310
3 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/IF_MGW_ODATA_ANNOTATABL type interface for mgw odata annotatable items 20110311
4 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/IF_MGW_ODATA_FW_ACTION OData Action FPI 20110713
5 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/IF_MGW_ODATA_RE_ACTION OData Action Read Interface 20110713
Properties
Class /IWBEP/CL_MGW_ODATA_FNC_IMPORT  
Short Description odata function import    
Super Class /IWBEP/CL_MGW_MED_ABS_ITEM abstract/reusable item 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWBEP/MGW_MED_IMPLEMENTATIONS   OData Channel - Metadata - Implementations 
Created 20110304   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWBEP/IF_MGW_MED_ODATA_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 /IWBEP/IF_MGW_ODATA_ACTION interface representing a script based odata function import 20110310
2 /IWBEP/IF_MGW_ODATA_ANNOTATABL type interface for mgw odata annotatable items 20110311
3 /IWBEP/IF_MGW_ODATA_FW_ACTION OData Action FPI 20110713
4 /IWBEP/IF_MGW_ODATA_RE_ACTION OData Action Read Interface 20110713
Friends
Class /IWBEP/CL_MGW_ODATA_FNC_IMPORT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_SAP_ACTION_FOR Constant Private Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ANNO_KEY 'action-for' 20110403
2 MO_ANNOTATION Instance attribute Private Object reference (TYPE REF TO) /IWBEP/IF_MGW_ODATA_ANNOTATION 20110311
3 MO_INPUT_ENTITY Instance attribute Private Object reference (TYPE REF TO) /IWBEP/CL_MGW_ODATA_ENTITY_TYP 20110322
4 MO_PRIV_ANNOTATION Instance attribute Private Object reference (TYPE REF TO) /IWBEP/IF_MGW_ODATA_ANNOTATION interface for odata annotations 20110415
5 MR_FUNCTION Instance attribute Private Object reference (TYPE REF TO) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_S_MED_FUNCTION 20110304
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110304
2 CREATE_ANNOTATION Instance method Public Method 20110322
3 CREATE_PRIVATE_ANNOTATION Instance method Public Method creates an annotation on the item 20110415
4 GET_INPUT_PARAMETERS Instance method Private Method gets action input parameters 20120525
5 GET_RETURN_COMPLEX_TYPE Instance method Private Method gets return complex type 20120525
6 GET_RETURN_ENTITY_TYPE Instance method Private Method gets return entity type 20120525
7 GET_RETURN_MULTIPLICITY Instance method Private Method gets the cardinality/mutlitplicity of the returning data obj 20120525
8 GET_TECH_RETURN_ENTITY_TYPE Instance method Private Method gets technical (internal) return entity type 20120525
Events
Class /IWBEP/CL_MGW_ODATA_FNC_IMPORT has no event.
Types
Class /IWBEP/CL_MGW_ODATA_FNC_IMPORT has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) /IWBEP/CL_MGW_ODATA_MODEL 20110304
2 Importing IR_FUNCTION_IMPORT Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_S_MED_FUNCTION 20110304

Method CONSTRUCTOR on class /IWBEP/CL_MGW_ODATA_FNC_IMPORT has no exception.

Method CREATE_ANNOTATION Signature

Method CREATE_ANNOTATION on class /IWBEP/CL_MGW_ODATA_FNC_IMPORT has no parameter.
Method CREATE_ANNOTATION on class /IWBEP/CL_MGW_ODATA_FNC_IMPORT has no exception.

Method CREATE_PRIVATE_ANNOTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ANNOTATION_NAMESPACE Call by reference Type reference (TYPE) /IWBEP/MED_ANNO_NAMESPACE annotation namespace 20110415
2 Returning RO_ANNOTATION Value transfer Object reference (TYPE REF TO) /IWBEP/IF_MGW_ODATA_ANNOTATION interface for odata annotations 20110415
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION Meta data exception 20110415

Method GET_INPUT_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_INPUT_PARAMETERS Value transfer Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_T_MED_PROPERTIES 20120525

Method GET_INPUT_PARAMETERS on class /IWBEP/CL_MGW_ODATA_FNC_IMPORT has no exception.

Method GET_RETURN_COMPLEX_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COMPLEX_TYPE_NAME Value transfer Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME 20120525

Method GET_RETURN_COMPLEX_TYPE on class /IWBEP/CL_MGW_ODATA_FNC_IMPORT has no exception.

Method GET_RETURN_ENTITY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DATA_OBJECT_NAME Value transfer Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME 20120525

Method GET_RETURN_ENTITY_TYPE on class /IWBEP/CL_MGW_ODATA_FNC_IMPORT has no exception.

Method GET_RETURN_MULTIPLICITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CARDINALITY Value transfer Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_CARDINALITY 20120525

Method GET_RETURN_MULTIPLICITY on class /IWBEP/CL_MGW_ODATA_FNC_IMPORT has no exception.

Method GET_TECH_RETURN_ENTITY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TECH_DATA_OBJECT_NAME Value transfer Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_INTERNAL_NAME 20120525

Method GET_TECH_RETURN_ENTITY_TYPE on class /IWBEP/CL_MGW_ODATA_FNC_IMPORT has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 200