SAP ABAP Interface /UI2/IF_EMPLOYEEADDRESS (/UI2/IF_EMPLOYEEADDRESS)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   CA-UI2-INT-BE (Application Component) Backend Enablement
     /UI2/SAMPLES_EMPL_LIST_702 (Package) UI BE: Employee list sample, release 7.02
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /UI2/CL_EMPLOYEEADDRESS /UI2/CL_EMPLOYEEADDRESS 20111027
Properties
Interface /UI2/IF_EMPLOYEEADDRESS  
Short Description /UI2/IF_EMPLOYEEADDRESS    
General Data
Package /UI2/SAMPLES_EMPL_LIST_702   UI BE: Employee list sample, release 7.02 
Created 20111026   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface /UI2/IF_EMPLOYEEADDRESS has no forward declaration.
Interfaces
Interface /UI2/IF_EMPLOYEEADDRESS has no interface.
Friends
Interface /UI2/IF_EMPLOYEEADDRESS has no friend.
Attributes
Interface /UI2/IF_EMPLOYEEADDRESS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_DEEP_ENTITY Instance method Public Method Execute a deep insert CREATE request (CreateRUD) 20111026
2 CREATE_ENTITY Instance method Public Method Execute a CREATE request (CreateRUD) 20111026
3 DELETE_ENTITY Instance method Public Method Execute a DELETE request (CRUDelete) 20111026
4 EXECUTE_ACTION Instance method Public Method executes a function import 20111026
5 GET_ENTITY Instance method Public Method Execute a READ request (CReadUD) - ENTRY - 20111026
6 GET_ENTITYSET Instance method Public Method Execute a READ request (CReadUD) - FEED - 20111026
7 GET_EXPANDED_ENTITY Instance method Public Method Execute a READ request (CReadUD) - ENTRY with inlines - 20111026
8 GET_EXPANDED_ENTITYSET Instance method Public Method Execute a READ request (CReadUD) - FEED with inlines - 20111026
9 GET_STREAM Instance method Public Method Execute a READ request (CReadUD) - ENTRY - 20111026
10 UPDATE_ENTITY Instance method Public Method Execute an UPDATE request (CRUpdateD) 20111026
Events
Interface /UI2/IF_EMPLOYEEADDRESS has no event.
Types
Interface /UI2/IF_EMPLOYEEADDRESS has no local type.
Method Signatures

Method CREATE_DEEP_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DEEP_ENTITY Call by reference Object reference (TYPE REF TO) DATA 20111026
2 Importing IO_DATA_PROVIDER Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MGW_ENTRY_PROVIDER MGW Entry Data Provider 20111026
3 Importing IO_EXPAND Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MGW_ODATA_EXPAND Expand Comparator Interface 20111026
4 Importing IT_KEY_TAB Call by reference Type reference (TYPE) /IWBEP/T_MGW_NAME_VALUE_PAIR table for name value pairs 20111026
5 Importing IT_NAVIGATION_PATH Call by reference Type reference (TYPE) /IWBEP/T_MGW_NAVIGATION_PATH table of navigation paths 20111026
6 Importing IV_ENTITY_SET_NAME Call by reference Type reference (TYPE) STRING 20111026
7 Importing IV_SOURCE_NAME Call by reference Type reference (TYPE) STRING 20111026
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION business exception 20111026
2 /IWBEP/CX_MGW_TECH_EXCEPTION technical exception 20111026

Method CREATE_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_EMPLOYEEADDRESS Call by reference Type reference (TYPE) /UI2/CL_EMPL_LIST_MP=>TS_EMPLOYEEADDRESS Entry 20111026
2 Importing IO_DATA_PROVIDER Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MGW_ENTRY_PROVIDER MGW Entry Data Provider 20111026
3 Importing IT_KEY_TAB Call by reference Type reference (TYPE) /IWBEP/T_MGW_NAME_VALUE_PAIR table for name value pairs 20111026
4 Importing IT_NAVIGATION_PATH Call by reference Type reference (TYPE) /IWBEP/T_MGW_NAVIGATION_PATH table of navigation paths 20111026
5 Importing IV_ENTITY_SET_NAME Call by reference Type reference (TYPE) STRING 20111026
6 Importing IV_SOURCE_NAME Call by reference Type reference (TYPE) STRING 20111026
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION business exception in mgw 20111026
2 /IWBEP/CX_MGW_TECH_EXCEPTION mgw technical exception 20111026

Method DELETE_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEY_TAB Call by reference Type reference (TYPE) /IWBEP/T_MGW_NAME_VALUE_PAIR table for name value pairs 20111026
2 Importing IT_NAVIGATION_PATH Call by reference Type reference (TYPE) /IWBEP/T_MGW_NAVIGATION_PATH table of navigation paths 20111026
3 Importing IV_ENTITY_SET_NAME Call by reference Type reference (TYPE) STRING 20111026
4 Importing IV_SOURCE_NAME Call by reference Type reference (TYPE) STRING 20111026
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION business exception in mgw 20111026
2 /IWBEP/CX_MGW_TECH_EXCEPTION mgw technical exception 20111026

Method EXECUTE_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA Call by reference Object reference (TYPE REF TO) DATA 20111026
2 Importing IT_PARAMETER Call by reference Type reference (TYPE) /IWBEP/T_MGW_NAME_VALUE_PAIR Table of Strings 20111026
3 Importing IV_ACTION_NAME Call by reference Type reference (TYPE) STRING 20111026
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION business exception in mgw 20111026
2 /IWBEP/CX_MGW_TECH_EXCEPTION mgw technical exception 20111026

Method GET_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_EMPLOYEEADDRESS Call by reference Type reference (TYPE) /UI2/CL_EMPL_LIST_MP=>TS_EMPLOYEEADDRESS Entry 20111026
2 Importing IT_KEY_TAB Call by reference Type reference (TYPE) /IWBEP/T_MGW_NAME_VALUE_PAIR table for name value pairs 20111026
3 Importing IT_NAVIGATION_PATH Call by reference Type reference (TYPE) /IWBEP/T_MGW_NAVIGATION_PATH table of navigation paths 20111026
4 Importing IV_ENTITY_SET_NAME Call by reference Type reference (TYPE) STRING 20111026
5 Importing IV_SOURCE_NAME Call by reference Type reference (TYPE) STRING 20111026
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION business exception in mgw 20111026
2 /IWBEP/CX_MGW_TECH_EXCEPTION mgw technical exception 20111026

Method GET_ENTITYSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULTTABLE Call by reference Type reference (TYPE) /UI2/CL_EMPL_LIST_MP=>TT_EMPLOYEEADDRESS Entity collection 20111026
2 Importing IS_PAGING Call by reference Type reference (TYPE) /IWBEP/S_MGW_PAGING paging structure 20111026
3 Importing IT_FILTER_SELECT_OPTIONS Call by reference Type reference (TYPE) /IWBEP/T_MGW_SELECT_OPTION table of select options 20111026
4 Importing IT_KEY_TAB Call by reference Type reference (TYPE) /IWBEP/T_MGW_NAME_VALUE_PAIR table for name value pairs 20111026
5 Importing IT_NAVIGATION_PATH Call by reference Type reference (TYPE) /IWBEP/T_MGW_NAVIGATION_PATH table of navigation paths 20111026
6 Importing IT_ORDER Call by reference Type reference (TYPE) /IWBEP/T_MGW_SORTING_ORDER the sorting order 20111026
7 Importing IV_ENTITY_SET_NAME Call by reference Type reference (TYPE) STRING 20111026
8 Importing IV_FILTER_STRING Call by reference Type reference (TYPE) STRING the filter as a string containing ANDs and ORs etc 20111026
9 Importing IV_SEARCH_STRING Call by reference Type reference (TYPE) STRING 20111026
10 Importing IV_SOURCE_NAME Call by reference Type reference (TYPE) STRING 20111026
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION business exception in mgw 20111026
2 /IWBEP/CX_MGW_TECH_EXCEPTION mgw technical exception 20111026

Method GET_EXPANDED_ENTITY 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) DATA 20111026
2 Exporting ET_EXPANDED_CLAUSES Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20111026
3 Importing IO_EXPAND Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MGW_ODATA_EXPAND Expand Comparator Interface 20111026
4 Importing IT_KEY_TAB Call by reference Type reference (TYPE) /IWBEP/T_MGW_NAME_VALUE_PAIR 20111026
5 Importing IT_NAVIGATION_PATH Call by reference Type reference (TYPE) /IWBEP/T_MGW_NAVIGATION_PATH 20111026
6 Importing IV_ENTITY_SET_NAME Call by reference Type reference (TYPE) STRING 20111026
7 Importing IV_SOURCE_NAME Call by reference Type reference (TYPE) STRING 20111026
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION business exception 20111026
2 /IWBEP/CX_MGW_TECH_EXCEPTION technical exception 20111026

Method GET_EXPANDED_ENTITYSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_ENTITYSET Call by reference Type reference (TYPE) DATA Data Reference of Result 20111026
2 Exporting ET_EXPANDED_CLAUSES Call by reference Type reference (TYPE) STRING_TABLE Expanded Parts 20111026
3 Importing IO_EXPAND Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MGW_ODATA_EXPAND Expand Comparator Interface 20111026
4 Importing IS_PAGING Call by reference Type reference (TYPE) /IWBEP/S_MGW_PAGING 20111026
5 Importing IT_FILTER_SELECT_OPTIONS Call by reference Type reference (TYPE) /IWBEP/T_MGW_SELECT_OPTION 20111026
6 Importing IT_KEY_TAB Call by reference Type reference (TYPE) /IWBEP/T_MGW_NAME_VALUE_PAIR 20111026
7 Importing IT_NAVIGATION_PATH Call by reference Type reference (TYPE) /IWBEP/T_MGW_NAVIGATION_PATH 20111026
8 Importing IT_ORDER Call by reference Type reference (TYPE) /IWBEP/T_MGW_SORTING_ORDER 20111026
9 Importing IV_ENTITY_SET_NAME Call by reference Type reference (TYPE) STRING Target EntitySet Name 20111026
10 Importing IV_FILTER_STRING Call by reference Type reference (TYPE) STRING 20111026
11 Importing IV_SEARCH_STRING Call by reference Type reference (TYPE) STRING 20111026
12 Importing IV_SOURCE_NAME Call by reference Type reference (TYPE) STRING Source EntityType Name 20111026
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION business exception 20111026
2 /IWBEP/CX_MGW_TECH_EXCEPTION technical exception 20111026

Method GET_STREAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_STREAM Call by reference Object reference (TYPE REF TO) DATA 20111026
2 Importing IT_KEY_TAB Call by reference Type reference (TYPE) /IWBEP/T_MGW_NAME_VALUE_PAIR table for name value pairs 20111026
3 Importing IT_NAVIGATION_PATH Call by reference Type reference (TYPE) /IWBEP/T_MGW_NAVIGATION_PATH table of navigation paths 20111026
4 Importing IV_ENTITY_SET_NAME Call by reference Type reference (TYPE) STRING 20111026
5 Importing IV_SOURCE_NAME Call by reference Type reference (TYPE) STRING 20111026
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION business exception in mgw 20111026
2 /IWBEP/CX_MGW_TECH_EXCEPTION mgw technical exception 20111026

Method UPDATE_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_EMPLOYEEADDRESS Call by reference Type reference (TYPE) /UI2/CL_EMPL_LIST_MP=>TS_EMPLOYEEADDRESS Entry 20111026
2 Importing IO_DATA_PROVIDER Call by reference Object reference (TYPE REF TO) /IWBEP/IF_MGW_ENTRY_PROVIDER MGW Entry Data Provider 20111026
3 Importing IT_KEY_TAB Call by reference Type reference (TYPE) /IWBEP/T_MGW_NAME_VALUE_PAIR table for name value pairs 20111026
4 Importing IT_NAVIGATION_PATH Call by reference Type reference (TYPE) /IWBEP/T_MGW_NAVIGATION_PATH table of navigation paths 20111026
5 Importing IV_ENTITY_SET_NAME Call by reference Type reference (TYPE) STRING 20111026
6 Importing IV_SOURCE_NAME Call by reference Type reference (TYPE) STRING 20111026
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION business exception in mgw 20111026
2 /IWBEP/CX_MGW_TECH_EXCEPTION mgw technical exception 20111026
History
Last changed by/on SAP  20130531 
SAP Release Created in 200