SAP ABAP Class CL_ESD_QUERY_FACTORY (returns instance of if_esd_ws_query)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WS-ABA (Application Component) Web Service Tools - ABAP
     SESD_QUERY (Package) Query APIs for Enterprise Services Designtime
Properties
Class CL_ESD_QUERY_FACTORY  
Short Description returns instance of if_esd_ws_query    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SESD_QUERY   Query APIs for Enterprise Services Designtime 
Created 20130809   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ESD_QUERY_FACTORY has no forward declaration.
Interfaces
Class CL_ESD_QUERY_FACTORY has no interface implemented.
Friends
Class CL_ESD_QUERY_FACTORY has no friend class.
Attributes
Class CL_ESD_QUERY_FACTORY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_ESD_WS_QUERY Static method Public Method Returns instance of ESD SRAL Query API 20130809
Events
Class CL_ESD_QUERY_FACTORY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_SEARCH_ATTRIBUTE Public See coding 20130809 begin of t_search_attribute, attribute_name(120) type c, sign(1) type c, option(2) type c, low(255) type c, high(255) type c, end of t_search_attribute
2 T_SEARCH_ATTRIBUTES Public See coding 20130809 t_search_attributes type standard table of t_search_attribute with non-unique default key
Method Signatures

Method GET_ESD_WS_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MAX_HITS Call by reference Type reference (TYPE) INT4 RAL: Advanced Search Maximum Number of Hits 20130809
2 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_ESD_WS_QUERY ESD SRAL Query API 20130809
3 Importing SEARCH_ATTRIBUTES Call by reference Type reference (TYPE) T_SEARCH_ATTRIBUTES RAL: Advanced Search Attributes 20130809
# Exception Resumable Description Created on
1 CX_ESD_EXCEPTION 20130809
History
Last changed by/on SAP  20140121 
SAP Release Created in 740