SAP ABAP Class /IWBEP/CL_MGW_TEST_GSR_EDP (Odata Channel - Test application for AEDP)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SDE (Application Component) Gateway SAP Data Enablement
     /IWBEP/MGW_TEST_EDP (Package) OData Channel - Test Application for EDP
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_MGW_GSR_EDP_WR_BASE OData Channel: Entity Data Provider Read Write Base 20111102
2 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/IF_MGW_EDP_MAP OData Channel: Entity Data Provider Map 20111102
3 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/IF_MGW_EDP_MAP_ACTION OData Channel: Mapping Interface for Actions 20111102
4 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/IF_MGW_EDP_MAP_CREATE OData Channel : Mapping Interface for Entity Create 20111102
5 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/IF_MGW_EDP_MAP_DELETE OData Channel : Mapping Interface for Entity Delete 20111102
6 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/IF_MGW_EDP_MAP_GSTREAM OData Channel : Mapping Interface for Get Stream 20111102
7 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/IF_MGW_EDP_MAP_QUERY OData Channel : Mapping Interface for Get Entity Set 20111102
8 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/IF_MGW_EDP_MAP_READ OData Channel : Mapping Interface for Get Entity 20111102
9 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/IF_MGW_EDP_MAP_UPDATE OData Channel : Mapping Interface for Entity Update 20111102
Properties
Class /IWBEP/CL_MGW_TEST_GSR_EDP  
Short Description Odata Channel - Test application for AEDP    
Super Class /IWBEP/CL_MGW_GSR_EDP_WR_BASE OData Channel: Entity Data Provider Read Write Base 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWBEP/MGW_TEST_EDP   OData Channel - Test Application for EDP 
Created 20111102   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /IWBEP/CL_MGW_TEST_GSR_EDP has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /IWBEP/IF_MGW_EDP_MAP OData Channel: Entity Data Provider Map 20111102
2 /IWBEP/IF_MGW_EDP_MAP_ACTION OData Channel: Mapping Interface for Actions 20111102
3 /IWBEP/IF_MGW_EDP_MAP_CREATE OData Channel : Mapping Interface for Entity Create 20111102
4 /IWBEP/IF_MGW_EDP_MAP_DELETE OData Channel : Mapping Interface for Entity Delete 20111102
5 /IWBEP/IF_MGW_EDP_MAP_GSTREAM OData Channel : Mapping Interface for Get Stream 20111102
6 /IWBEP/IF_MGW_EDP_MAP_QUERY OData Channel : Mapping Interface for Get Entity Set 20111102
7 /IWBEP/IF_MGW_EDP_MAP_READ OData Channel : Mapping Interface for Get Entity 20111102
8 /IWBEP/IF_MGW_EDP_MAP_UPDATE OData Channel : Mapping Interface for Entity Update 20111102
Friends
Class /IWBEP/CL_MGW_TEST_GSR_EDP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GCS_BOP_TYPE Constant Protected See coding 20111102
2 GCS_OPERATION_ID Constant Protected See coding 20111102
3 MV_QUERY_DONE Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20111103
4 MV_READ_DONE Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20111103
Methods
# Method Level Visibility Method type Description Created on
1 GET_REQUEST_ID Static method Public Method Get request id 20111102
2 INITIALIZE_SOURCE Instance method Private Method Initialize the source & model name 20111102
3 TEST_CREATE_DEEP_ENTITY Instance method Public Method test create deep entity 20111102
4 TEST_CREATE_ENTITY Instance method Public Method test create entity 20111102
5 TEST_DELETE_ENTITY Instance method Public Method test Delete Entoty 20111102
6 TEST_ENTITY_GET_STREAM Instance method Public Method test entity get stream 20111102
7 TEST_EXECUTE_ACTION Instance method Public Method test Execute Action 20111102
8 TEST_GET_ENTITYSET Instance method Public Method test get entity set 20111102
9 TEST_READ_ENTITY Instance method Public Method test Read entity 20111102
10 TEST_UPDATE_ENTITY Instance method Public Method test Update entity 20111102
Events
Class /IWBEP/CL_MGW_TEST_GSR_EDP has no event.
Types
Class /IWBEP/CL_MGW_TEST_GSR_EDP has no local type.
Method Signatures

Method GET_REQUEST_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_REQUEST_ID Value transfer Type reference (TYPE) STRING 20111102

Method GET_REQUEST_ID on class /IWBEP/CL_MGW_TEST_GSR_EDP has no exception.

Method INITIALIZE_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ACTION_NAME Call by reference Type reference (TYPE) STRING 20111102
2 Exporting EV_ENTITY_NAME Call by reference Type reference (TYPE) STRING 20111102
3 Exporting EV_ENTITY_SET_NAME Call by reference Type reference (TYPE) STRING 20111102
4 Exporting EV_SOURCE_NAME Call by reference Type reference (TYPE) STRING 20111102

Method INITIALIZE_SOURCE on class /IWBEP/CL_MGW_TEST_GSR_EDP has no exception.

Method TEST_CREATE_DEEP_ENTITY Signature

Method TEST_CREATE_DEEP_ENTITY on class /IWBEP/CL_MGW_TEST_GSR_EDP has no parameter.
Method TEST_CREATE_DEEP_ENTITY on class /IWBEP/CL_MGW_TEST_GSR_EDP has no exception.

Method TEST_CREATE_ENTITY Signature

Method TEST_CREATE_ENTITY on class /IWBEP/CL_MGW_TEST_GSR_EDP has no parameter.
Method TEST_CREATE_ENTITY on class /IWBEP/CL_MGW_TEST_GSR_EDP has no exception.

Method TEST_DELETE_ENTITY Signature

Method TEST_DELETE_ENTITY on class /IWBEP/CL_MGW_TEST_GSR_EDP has no parameter.
Method TEST_DELETE_ENTITY on class /IWBEP/CL_MGW_TEST_GSR_EDP has no exception.

Method TEST_ENTITY_GET_STREAM Signature

Method TEST_ENTITY_GET_STREAM on class /IWBEP/CL_MGW_TEST_GSR_EDP has no parameter.
Method TEST_ENTITY_GET_STREAM on class /IWBEP/CL_MGW_TEST_GSR_EDP has no exception.

Method TEST_EXECUTE_ACTION Signature

Method TEST_EXECUTE_ACTION on class /IWBEP/CL_MGW_TEST_GSR_EDP has no parameter.
Method TEST_EXECUTE_ACTION on class /IWBEP/CL_MGW_TEST_GSR_EDP has no exception.

Method TEST_GET_ENTITYSET Signature

Method TEST_GET_ENTITYSET on class /IWBEP/CL_MGW_TEST_GSR_EDP has no parameter.
Method TEST_GET_ENTITYSET on class /IWBEP/CL_MGW_TEST_GSR_EDP has no exception.

Method TEST_READ_ENTITY Signature

Method TEST_READ_ENTITY on class /IWBEP/CL_MGW_TEST_GSR_EDP has no parameter.
Method TEST_READ_ENTITY on class /IWBEP/CL_MGW_TEST_GSR_EDP has no exception.

Method TEST_UPDATE_ENTITY Signature

Method TEST_UPDATE_ENTITY on class /IWBEP/CL_MGW_TEST_GSR_EDP has no parameter.
Method TEST_UPDATE_ENTITY on class /IWBEP/CL_MGW_TEST_GSR_EDP has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 200