SAP ABAP Interface /IWCOR/IF_DS_TEST_TYPES (Reference Scenario Types)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
     /IWCOR/SODATA_TEST (Package) Data Services Tests using the library
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/CL_DS_TEST_DATA Reference Scenario Data 20120813
Properties
Interface /IWCOR/IF_DS_TEST_TYPES  
Short Description Reference Scenario Types    
General Data
Package /IWCOR/SODATA_TEST   Data Services Tests using the library 
Created 20120719   SAP 
Last changed 20131127   SAP 
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 /IWCOR/IF_DS_TEST_TYPES has no interface.
Friends
Interface /IWCOR/IF_DS_TEST_TYPES has no friend.
Attributes
Interface /IWCOR/IF_DS_TEST_TYPES has no attribute.
Methods
Interface /IWCOR/IF_DS_TEST_TYPES has no method.
Events
Interface /IWCOR/IF_DS_TEST_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 BUILDING_S Public See coding 20120813 BEGIN OF building_s, id TYPE string, name TYPE string, image TYPE xstring, image_type TYPE string, END OF building_s
2 BUILDING_T Public See coding 20120813 building_t TYPE STANDARD TABLE OF building_s WITH KEY id
3 CITY_S Public See coding 20120813 BEGIN OF city_s, a_postalcode TYPE string, a_cityname TYPE string, END OF city_s
4 EMPLOYEE_S Public See coding 20120813 BEGIN OF employee_s, a_id TYPE string, a_name TYPE string, a_age TYPE i, a_location TYPE location_s, a_entrydate TYPE d, a_image_url TYPE string, a_manager_id TYPE string, a_room_id TYPE string, a_team_id TYPE string, image TYPE xstring, " for media link, not mapped to a property image_type TYPE string, " also for media link, not mapped to a property END OF employee_s
5 EMPLOYEE_T Public See coding 20120813 employee_t TYPE STANDARD TABLE OF employee_s WITH KEY a_id
6 LOCATION_S Public See coding 20120813 BEGIN OF location_s, a_city TYPE city_s, a_country TYPE string, END OF location_s
7 LOCATION_T Public See coding 20120813 location_t TYPE STANDARD TABLE OF location_s WITH KEY a_city-a_postalcode
8 PHOTO_S Public See coding 20120813 BEGIN OF photo_s, a_id TYPE i, a_name TYPE string, a_type TYPE string, a_url TYPE string, image TYPE xstring, " for media link, as well as a property image_type TYPE string, " also for media link, not mapped to a property binarydata TYPE xstring, a_content TYPE string, " a property with an interesting EDM name END OF photo_s
9 PHOTO_T Public See coding 20120813 photo_t TYPE STANDARD TABLE OF photo_s WITH KEY a_id a_type
10 ROOM_S Public See coding 20120813 BEGIN OF room_s, a_id TYPE string, a_name TYPE string, a_seats TYPE i, a_version TYPE i, a_building TYPE string, END OF room_s
11 ROOM_T Public See coding 20120813 room_t TYPE STANDARD TABLE OF room_s WITH KEY a_id
12 TEAM_S Public See coding 20120813 BEGIN OF team_s, a_id TYPE string, a_name TYPE string, a_scrum TYPE abap_bool, END OF team_s
13 TEAM_T Public See coding 20120813 team_t TYPE STANDARD TABLE OF team_s WITH KEY a_id
History
Last changed by/on SAP  20131127 
SAP Release Created in 200