SAP ABAP Class /IWBEP/CL_GWSAMPLE_BAS_DPC_EXT (Data Provider Secondary Class)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SDE (Application Component) Gateway SAP Data Enablement
     /IWBEP/740_SAMPLE_BASIC (Package) OData Channel - Basic Sample Service - 7.40 only
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_GWSAMPLE_BAS_DPC Data Provider Base Class 20140410
Properties
Class /IWBEP/CL_GWSAMPLE_BAS_DPC_EXT  
Short Description Data Provider Secondary Class    
Super Class /IWBEP/CL_GWSAMPLE_BAS_DPC Data Provider Base Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWBEP/740_SAMPLE_BASIC   OData Channel - Basic Sample Service - 7.40 only 
Created 20140410   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWBEP/CL_GWSAMPLE_BAS_MPC Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 /IWBEP/CL_GWSAMPLE_BAS_MPC_EXT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 /IWBEP/IF_MGW_APPL_SRV_RUNTIME Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /IWBEP/CL_GWSAMPLE_BAS_DPC_EXT has no interface implemented.
Friends
Class /IWBEP/CL_GWSAMPLE_BAS_DPC_EXT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CV_BUSINESSPARTNER Constant Public Type reference (TYPE) STRING 'BusinessPartner' 20140523
2 CV_CONTACT Constant Public Type reference (TYPE) STRING 'Contact' 20140523
3 CV_PRODUCT Constant Public Type reference (TYPE) STRING 'Product' 20140523
4 CV_SALESORDER Constant Public Type reference (TYPE) STRING 'SalesOrder' 20140528
5 CV_SALESORDERLINEITEM Constant Public Type reference (TYPE) STRING 'SalesOrderLineItem' 20140530
6 MT_DD07V_BILLING Instance attribute Protected Type reference (TYPE) TY_T_DD07V Generated Table for View 20140531
7 MT_DD07V_DELIVERY Instance attribute Protected Type reference (TYPE) TY_T_DD07V Generated Table for View 20140531
8 MT_DD07V_LIFECYCLE Instance attribute Protected Type reference (TYPE) TY_T_DD07V Generated Table for View 20140531
9 MV_CHANGESET_ACTIVE Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE $batch changeset is currently active 20140526
Methods
# Method Level Visibility Method type Description Created on
1 ACTION_REGENERATEALLDATA Instance method Protected Method Action: RegenerateAllData 20140601
2 ACTION_SO_ACTIONS Instance method Protected Method Action: Sales Order Actions 20140601
3 ADD_TO_WHERE_CLAUSE Instance method Protected Method Add a filter string to existing where clause 20140523
4 BP_CONV_PROPERTIES_TO_SQL Instance method Protected Method Convert Properties into SQL format 20140502
5 BP_GET_ENTITY Instance method Protected Method Get single Business Partner by Business Partner ID 20140523
6 BP_GET_ENTITYSET Instance method Protected Method Get BusinessPartner EntitySet 20140523
7 CONT_CONV_PROPERTIES_TO_SQL Instance method Protected Method Convert Properties into SQL format 20140502
8 CONT_GET_ENTITY Instance method Protected Method Get single Contact by Contact GUID 20140523
9 CONT_GET_ENTITYSET Instance method Protected Method Get Contact EntitySet 20140523
10 DEEP_INSERT_SO_LINEITEMS Instance method Protected Method Deep Insert of SO Header plus Line Items 20140530
11 GET_OSQL_ORDERBY_CLAUSE Instance method Protected Method Get OrderBy SQL Clause 20140502
12 HANDLE_EPM_CREATE_UNSUCCESSFUL Instance method Protected Method Handle EPM unsuccessful case create 20140506
13 HANDLE_EPM_EXCEPTION Instance method Protected Method Handle Exceptions thrown by EPM methods 20140506
14 HANDLE_EPM_EXEC_UNSUCCESSFUL Instance method Protected Method Handle EPM unsuccessful case generic 20140519
15 HANDLE_EPM_MESSAGES Instance method Protected Method Handle EPM Message Buffer 20140505
16 PERSIST_EPM_DATA Instance method Protected Method Call save of EPM-Facade and BAPI Commit 20140526
17 PROD_CONV_PROPERTIES_TO_SQL Instance method Protected Method Convert Properties into SQL format 20140506
18 PROD_GET_ENTITY Instance method Protected Method Get single Product by Product ID 20140523
19 PROD_GET_ENTITYSET Instance method Protected Method Get Product EntitySet 20140523
20 RESOLVE_NAVIGATION_PATH Instance method Protected Method Provide requested resource by resolving the navigation path 20140522
21 SOLI_CONV_PROPERTIES_TO_SQL Instance method Protected Method Convert Properties into SQL format 20140528
22 SOLI_GET_ENTITY Instance method Protected Method Get single Sales Order Line Item by SO ID + Item Position 20140528
23 SOLI_GET_ENTITYSET Instance method Protected Method Get Sales Order Line Item EntitySet 20140528
24 SO_CONV_PROPERTIES_TO_SQL Instance method Protected Method Convert Properties into SQL format 20140527
25 SO_FETCH_SHORTTEXTS Instance method Protected Method Read Short Texts from DDIC 20140531
26 SO_GET_ENTITY Instance method Protected Method Get single Sales Order by SO ID 20140527
27 SO_GET_ENTITYSET Instance method Protected Method Get Sales Order Header EntitySet 20140527
28 THROW_GENERIC_ERROR Instance method Protected Method Throw generic processing error and raise exception 20140506
Events
Class /IWBEP/CL_GWSAMPLE_BAS_DPC_EXT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_T_DD07V Public See coding 20140531 TY_T_DD07V type STANDARD TABLE OF DD07V
Method Signatures

Method ACTION_REGENERATEALLDATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_STRING Call by reference Type reference (TYPE) /IWBEP/CL_GWSAMPLE_BAS_MPC=>CT_STRING 20140601
2 Importing IO_TECH_REQUEST_CONTEXT Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MGW_REQ_FUNC_IMPORT Request Details for Function Imports 20140601
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20140601
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20140601

Method ACTION_SO_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_ENTITY Call by reference Type reference (TYPE) /IWBEP/CL_GWSAMPLE_BAS_MPC=>TS_SALESORDER 20140601
2 Importing IO_TECH_REQUEST_CONTEXT Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MGW_REQ_FUNC_IMPORT Request Details for Function Imports 20140601
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20140601
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20140601

Method ADD_TO_WHERE_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ADD_FILTER_FIELD_NAME Call by reference Type reference (TYPE) STRING Additional where clause - field name 20140530
2 Importing IV_ADD_FILTER_FIELD_VALUE Call by reference Type reference (TYPE) DATA Additional where clause - field value 20140530
3 Importing IV_WHERE_CLAUSE Call by reference Type reference (TYPE) STRING 20140523
4 Returning RV_WHERE_CLAUSE Value transfer Type reference (TYPE) STRING 20140523

Method ADD_TO_WHERE_CLAUSE on class /IWBEP/CL_GWSAMPLE_BAS_DPC_EXT has no exception.

Method BP_CONV_PROPERTIES_TO_SQL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STRING Value transfer Type reference (TYPE) STRING 20140502
2 Returning RV_STRING Value transfer Type reference (TYPE) STRING 20140502

Method BP_CONV_PROPERTIES_TO_SQL on class /IWBEP/CL_GWSAMPLE_BAS_DPC_EXT has no exception.

Method BP_GET_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_ENTITY Value transfer Type reference (TYPE) /IWBEP/CL_GWSAMPLE_BAS_MPC=>TS_BUSINESSPARTNER 20140523
2 Importing IV_BP_ID Call by reference Type reference (TYPE) SNWD_PARTNER_ID EPM: Business Partner ID 20140523
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20140523
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20140523

Method BP_GET_ENTITYSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RESPONSE_CONTEXT Call by reference Type reference (TYPE) /IWBEP/IF_MGW_APPL_SRV_RUNTIME=>TY_S_MGW_RESPONSE_CONTEXT Feed request response information 20140523
2 Exporting ET_ENTITYSET Call by reference Type reference (TYPE) /IWBEP/CL_GWSAMPLE_BAS_MPC=>TT_BUSINESSPARTNER 20140523
3 Importing IO_TECH_REQUEST_CONTEXT Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MGW_REQ_ENTITYSET Request Details for Read Feed 20140523
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20140523
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20140523

Method CONT_CONV_PROPERTIES_TO_SQL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STRING Value transfer Type reference (TYPE) STRING 20140502
2 Returning RV_STRING Value transfer Type reference (TYPE) STRING 20140502

Method CONT_CONV_PROPERTIES_TO_SQL on class /IWBEP/CL_GWSAMPLE_BAS_DPC_EXT has no exception.

Method CONT_GET_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_ENTITY Value transfer Type reference (TYPE) /IWBEP/CL_GWSAMPLE_BAS_MPC=>TS_CONTACT 20140523
2 Importing IV_CONTACT_GUID Call by reference Type reference (TYPE) /IWBEP/GWS_CONTACT_GUID 20140523
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20140523
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20140523

Method CONT_GET_ENTITYSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RESPONSE_CONTEXT Call by reference Type reference (TYPE) /IWBEP/IF_MGW_APPL_SRV_RUNTIME=>TY_S_MGW_RESPONSE_CONTEXT Feed request response information 20140523
2 Exporting ET_ENTITYSET Call by reference Type reference (TYPE) /IWBEP/CL_GWSAMPLE_BAS_MPC=>TT_CONTACT 20140523
3 Importing IO_TECH_REQUEST_CONTEXT Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MGW_REQ_ENTITYSET Request Details for Read Feed 20140523
4 Importing IV_ADD_FILTER_FIELD_NAME Call by reference Type reference (TYPE) STRING Additional where clause - field name 20140530
5 Importing IV_ADD_FILTER_FIELD_VALUE Call by reference Type reference (TYPE) DATA Additional where clause - field value 20140530
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20140523
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20140523

Method DEEP_INSERT_SO_LINEITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SO_SOLI Call by reference Type reference (TYPE) /IWBEP/CL_GWSAMPLE_BAS_MPC_EXT=>TY_S_SO_SOLI 20140530
2 Importing IO_DATA_PROVIDER Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MGW_ENTRY_PROVIDER MGW Entry Data Provider 20140530
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20140530
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20140530

Method GET_OSQL_ORDERBY_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TECH_REQUEST_CONTEXT Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MGW_REQ_ENTITYSET Request Details for Read Feed 20140502
2 Returning RV_ORDERBY_CLAUSE Value transfer Type reference (TYPE) STRING 20140502

Method GET_OSQL_ORDERBY_CLAUSE on class /IWBEP/CL_GWSAMPLE_BAS_DPC_EXT has no exception.

Method HANDLE_EPM_CREATE_UNSUCCESSFUL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTR1 Call by reference Type reference (TYPE) SCX_ATTRNAME Attribute Name 20140506
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20140506
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20140506

Method HANDLE_EPM_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTR1 Call by reference Type reference (TYPE) SCX_ATTRNAME Attribute Name 20140506
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20140506
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20140506

Method HANDLE_EPM_EXEC_UNSUCCESSFUL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTR1 Call by reference Type reference (TYPE) SCX_ATTRNAME Attribute Name 20140519
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20140519
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20140519

Method HANDLE_EPM_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EPM_MSG_BUFFER Call by reference Object reference (TYPE REF TO) IF_EPM_MESSAGE_BUFFER EPM: Message buffer interface 20140505
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20140505
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20140505

Method PERSIST_EPM_DATA Signature

Method PERSIST_EPM_DATA on class /IWBEP/CL_GWSAMPLE_BAS_DPC_EXT has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20140526
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20140526

Method PROD_CONV_PROPERTIES_TO_SQL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STRING Value transfer Type reference (TYPE) STRING 20140506
2 Returning RV_STRING Value transfer Type reference (TYPE) STRING 20140506

Method PROD_CONV_PROPERTIES_TO_SQL on class /IWBEP/CL_GWSAMPLE_BAS_DPC_EXT has no exception.

Method PROD_GET_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_ENTITY Value transfer Type reference (TYPE) /IWBEP/CL_GWSAMPLE_BAS_MPC=>TS_PRODUCT 20140523
2 Importing IV_PRODUCT_ID Call by reference Type reference (TYPE) SNWD_PRODUCT_ID EPM: Product ID 20140523
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20140523
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20140523

Method PROD_GET_ENTITYSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RESPONSE_CONTEXT Call by reference Type reference (TYPE) /IWBEP/IF_MGW_APPL_SRV_RUNTIME=>TY_S_MGW_RESPONSE_CONTEXT Feed request response information 20140523
2 Exporting ET_ENTITYSET Call by reference Type reference (TYPE) /IWBEP/CL_GWSAMPLE_BAS_MPC=>TT_PRODUCT 20140523
3 Importing IO_TECH_REQUEST_CONTEXT Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MGW_REQ_ENTITYSET Request Details for Read Feed 20140523
4 Importing IV_ADD_FILTER_FIELD_NAME Call by reference Type reference (TYPE) STRING Additional where clause - field name 20140530
5 Importing IV_ADD_FILTER_FIELD_VALUE Call by reference Type reference (TYPE) DATA Additional where clause - field value 20140530
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20140523
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20140523

Method RESOLVE_NAVIGATION_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_RESULT Call by reference Type reference (TYPE) DATA Result, either an Entity or Entity Set 20140523
2 Exporting ES_RESPONSE_CONTEXT Call by reference Type reference (TYPE) /IWBEP/IF_MGW_APPL_SRV_RUNTIME=>TY_S_MGW_RESPONSE_CONTEXT Feed request response information 20140523
3 Importing IO_TECH_REQUEST_CTX_ENTITY Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MGW_REQ_ENTITY Request Details for Entity Read Operation 20140523
4 Importing IO_TECH_REQUEST_CTX_ENTITYSET Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MGW_REQ_ENTITYSET Request Details for Read Feed 20140523
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20140522
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20140522

Method SOLI_CONV_PROPERTIES_TO_SQL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STRING Value transfer Type reference (TYPE) STRING 20140528
2 Returning RV_STRING Value transfer Type reference (TYPE) STRING 20140528

Method SOLI_CONV_PROPERTIES_TO_SQL on class /IWBEP/CL_GWSAMPLE_BAS_DPC_EXT has no exception.

Method SOLI_GET_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_ENTITY Value transfer Type reference (TYPE) /IWBEP/CL_GWSAMPLE_BAS_MPC=>TS_SALESORDERLINEITEM 20140528
2 Importing IV_SO_ID Call by reference Type reference (TYPE) SNWD_SO_ID EPM: Sales Order Number 20140528
3 Importing IV_SO_ITEM_POS Call by reference Type reference (TYPE) SNWD_SO_ITEM_POS EPM: Sales Order Item Position 20140528
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20140528
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20140528

Method SOLI_GET_ENTITYSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RESPONSE_CONTEXT Call by reference Type reference (TYPE) /IWBEP/IF_MGW_APPL_SRV_RUNTIME=>TY_S_MGW_RESPONSE_CONTEXT Feed request response information 20140528
2 Exporting ET_ENTITYSET Call by reference Type reference (TYPE) /IWBEP/CL_GWSAMPLE_BAS_MPC=>TT_SALESORDERLINEITEM 20140528
3 Importing IO_TECH_REQUEST_CONTEXT Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MGW_REQ_ENTITYSET Request Details for Read Feed 20140528
4 Importing IV_ADD_FILTER_FIELD_NAME Call by reference Type reference (TYPE) STRING Additional where clause - field name 20140530
5 Importing IV_ADD_FILTER_FIELD_VALUE Call by reference Type reference (TYPE) DATA Additional where clause - field value 20140530
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20140528
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20140528

Method SO_CONV_PROPERTIES_TO_SQL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STRING Value transfer Type reference (TYPE) STRING 20140527
2 Returning RV_STRING Value transfer Type reference (TYPE) STRING 20140527

Method SO_CONV_PROPERTIES_TO_SQL on class /IWBEP/CL_GWSAMPLE_BAS_DPC_EXT has no exception.

Method SO_FETCH_SHORTTEXTS Signature

Method SO_FETCH_SHORTTEXTS on class /IWBEP/CL_GWSAMPLE_BAS_DPC_EXT has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20140531
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20140531

Method SO_GET_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_ENTITY Value transfer Type reference (TYPE) /IWBEP/CL_GWSAMPLE_BAS_MPC=>TS_SALESORDER 20140527
2 Importing IV_SO_ID Call by reference Type reference (TYPE) SNWD_SO_ID EPM: Sales Order Number 20140527
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20140527
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20140527

Method SO_GET_ENTITYSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RESPONSE_CONTEXT Call by reference Type reference (TYPE) /IWBEP/IF_MGW_APPL_SRV_RUNTIME=>TY_S_MGW_RESPONSE_CONTEXT Feed request response information 20140527
2 Exporting ET_ENTITYSET Call by reference Type reference (TYPE) /IWBEP/CL_GWSAMPLE_BAS_MPC=>TT_SALESORDER 20140527
3 Importing IO_TECH_REQUEST_CONTEXT Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MGW_REQ_ENTITYSET Request Details for Read Feed 20140527
4 Importing IV_ADD_FILTER_FIELD_NAME Call by reference Type reference (TYPE) STRING Additional where clause - field name 20140530
5 Importing IV_ADD_FILTER_FIELD_VALUE Call by reference Type reference (TYPE) DATA Additional where clause - field value 20140530
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20140527
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20140527

Method THROW_GENERIC_ERROR Signature

Method THROW_GENERIC_ERROR on class /IWBEP/CL_GWSAMPLE_BAS_DPC_EXT has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20140506
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20140506
History
Last changed by/on SAP  20141120 
SAP Release Created in 740