SAP ABAP Interface /IWBEP/IF_V4_REQUEST_INFO (V4 Request Information)
Hierarchy
IW_BEP (Software Component)
   OPU-BSE-BEP (Application Component) Gateway Business Eventing and Provisioning
     /IWBEP/V4_RUNTIME (Package) OData Channel V4 - Runtime
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_V4_REQUEST_INFO V4 Request information 20131206
Properties
Interface /IWBEP/IF_V4_REQUEST_INFO  
Short Description V4 Request Information    
General Data
Package /IWBEP/V4_RUNTIME   OData Channel V4 - Runtime 
Created 20131205   SAP 
Last changed 20141120    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWBEP/IF_MGW_CORE_SRV_RUNTIME Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 /IWBEP/IF_V4_REQUEST_INFO Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface /IWBEP/IF_V4_REQUEST_INFO has no interface.
Friends
Interface /IWBEP/IF_V4_REQUEST_INFO has no friend.
Attributes
Interface /IWBEP/IF_V4_REQUEST_INFO has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_FILTER_TREE Instance method Public Method Get the filter tree 20140220
2 GET_IS_PERF_TRACE_ON_HUB Instance method Public Method Get IF the performance trace on the Hub is active 20140204
3 GET_REQUEST_INFO_STRUCTURE Instance method Public Method Get the deep structure with all request information 20131210
4 GET_SERVICE_METADATA Instance method Public Method Get Service metadata model 20140220
Events
Interface /IWBEP/IF_V4_REQUEST_INFO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 BASE_INFO_S Public See coding REST request and OData context Info 20131205 BEGIN OF base_info_s, " Base information of the request service_name_external TYPE /iwbep/med_grp_external_name, " Provided as second segment after the 'OData4' segment (e.g. 'TEA_TEST_APPLICATION') service_namespace TYPE /iwbep/med_grp_namespace, " Provided as first segment after the 'OData4' segment (e.g. 'IWBEP) service_version TYPE /iwbep/med_grp_version, " Provided via segment parameter 'v' - defaulted to '0001' * is_multi_origin TYPE abap_bool, " Provided via segment parameter 'mo' - usually FALSE * origin_system_alias TYPE /iwbep/defi_system_alias, " Provided via segment parameter 'o' - usually INITIAL base_url TYPE string, " '/sap/opu/OData4/IWBEP/TEA_TEST_APPLICATION' absolute_serv_url TYPE string, " 'https://xxx:55555/sap/opu/OData4/IWBEP/TEA_TEST_APPLICATION' http_method TYPE string, " POST, PUT, DELETE, GET, etc. icf_root_node TYPE icfname, " 'OData4' format TYPE string, " atom, xml, json, etc. * type TYPE string, " feed, entry, attribute, command http_headers TYPE tihttpnvp, " all http headers END OF base_info_s
2 ENTITY_SET_INFO_S Public See coding Entity Set Info 20131205 BEGIN OF entity_set_info_s , " Entity Set information (e.g. for Entity Collection READ) name TYPE string, " Name of the entity set entity_type_name TYPE string, " Name of the entity type of the entity set key_tab TYPE nvp_t, " key fields for for the entity set - identifying an entity END OF entity_set_info_s
3 NVP_S Public See coding Name Value Pair structure 20131205 BEGIN OF nvp_s, name TYPE string, value TYPE string, END OF nvp_s
4 NVP_T Public See coding Name Value Pair table 20131205 nvp_t TYPE STANDARD TABLE OF nvp_s WITH DEFAULT KEY
5 PROCESS_INFO_S Public See coding Gateway Context Info 20131205 BEGIN OF process_info_s, " Information derrived on the Hub * service_id TYPE /iwfnd/med_mdl_srg_identifier, " (Internal) Hub Service ID (e.g. 'ZTEA_TEST_APPLICATION_0001') system_alias TYPE system_alias_info_s, " System Alias - Result of routing is_perf_trace_on_hub TYPE abap_bool, " TRUE if on the Gateway Hub a performance trace is running * * cache_timestamp TYPE tzntstmps, END OF process_info_s
6 REQUEST_INFO_S Public See coding Deep structure containing all request relevant information 20131205 BEGIN OF request_info_s, base TYPE base_info_s, " Base information of the request process TYPE process_info_s, " Information derrived on the Hub entity_set TYPE entity_set_info_s, " Entity Set information (e.g. for Entity Collection READ) system_query_options TYPE system_query_info_s, " System Query Info (e.g. $top) filter_tree TYPE ty_t_filter_nodes, " Normalized and serialized filter tree ($filter) END OF request_info_s
7 SYSTEM_ALIAS_INFO_S Public See coding System Alias Info 20131205 BEGIN OF system_alias_info_s, system_alias TYPE /iwbep/defi_system_alias, "SAP System Alias rfc_dest TYPE /iwbep/defi_rfc_dest, "Logical RFC Destination - Points to SAP system ws_provider_syst TYPE /iwbep/defi_provider_system, "Webservice Provider System END OF system_alias_info_s
8 SYSTEM_QUERY_INFO_S Public See coding System Query Info (e.g. $top) 20140121 BEGIN OF system_query_info_s , " System Query Info (e.g. $top) top TYPE string, " only the first (top) entries of the collection skip TYPE i, " skip the first (skip) entries of the collection is_count TYPE abap_bool, " only return the number of entries, not the entries itself skiptoken TYPE string, " skiptoken, used for server side paging END OF system_query_info_s
9 TY_S_FILTER_NODE Public See coding A node of a normalized and serialized filter tree 20140210 BEGIN OF ty_s_filter_node, " A node of a normalized and serialized filter tree id TYPE i, " ID parent_id TYPE i, " ID of the father, the node that points to this node position TYPE i, " If a father has more than one child this is this node's position in the list of sons kind TYPE /iwbep/v4_filter_node_kind, " See /IWBEP/IF_V4_FILTER_NODE=>GCS_NODE_KINDS for all kinds - e.g. BINARY (function with 2 parameters), PROPERTY or LITERAL value TYPE string, " Value of this node - e.g. 'EQ', 'MATNR' or '0001543' END OF ty_s_filter_node
10 TY_T_FILTER_NODES Public See coding Normalized and serialized filter tree ($filter) 20140210 ty_t_filter_nodes TYPE STANDARD TABLE OF ty_s_filter_node WITH KEY id
Method Signatures

Method GET_FILTER_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_FILTER_TREE Value transfer Object reference (TYPE REF TO) /IWBEP/IF_V4_FILTER_NODE Root Node of a V4 Filter Tree 20140220
# Exception Resumable Description Created on
1 /IWBEP/CX_GATEWAY V4 Filter Tree Exception 20140220

Method GET_IS_PERF_TRACE_ON_HUB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_PERF_TRACE_ON_HUB Value transfer Type reference (TYPE) BOOLE_D TRUE if the performance trace on the Hub is active 20140204

Method GET_IS_PERF_TRACE_ON_HUB on Interface /IWBEP/IF_V4_REQUEST_INFO has no exception.

Method GET_REQUEST_INFO_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_REQUEST_INFO Call by reference Type reference (TYPE) REQUEST_INFO_S All request relevant information 20131217

Method GET_REQUEST_INFO_STRUCTURE on Interface /IWBEP/IF_V4_REQUEST_INFO has no exception.

Method GET_SERVICE_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_MODEL Value transfer Object reference (TYPE REF TO) /IWBEP/IF_MGW_ODATA_FW_MODEL Metadata model of the service 20140220

Method GET_SERVICE_METADATA on Interface /IWBEP/IF_V4_REQUEST_INFO has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 200