SAP ABAP Class CL_SRAPI_QUERY_SERVICE (Implementation Query Service Rep)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-XI-IBD (Application Component) Integration Builder - Design
     SAI_SREP_API (Package) API for Repository
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRAPI_QUERY_SERVICE Query Service 20040906
Properties
Class CL_SRAPI_QUERY_SERVICE  
Short Description Implementation Query Service Rep    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAI_SREP_API   API for Repository 
Created 20040906   SAP 
Last change 20070911   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SRAPI_QUERY_SERVICE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SRAPI_QUERY_SERVICE Query Service 20040906
Friends
Class CL_SRAPI_QUERY_SERVICE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTION_LISTENER Instance attribute Private Object reference (TYPE REF TO) IF_SRAPI_ACTION_LISTENER Event Listener for internal API Actions 20060830
2 API_LEVEL Instance attribute Private Type reference (TYPE) STRING API version 20040906
3 CALLER_LEVEL Instance attribute Private Type reference (TYPE) STRING Caller version 20040906
4 EXITTYPE Constant Public Type reference (TYPE) STRING '$EXIT' 20041029
5 EXITTYPE_XSTRING Instance attribute Private Type reference (TYPE) XSTRING Exit Switch as XSTRING 20041029
6 HTTP_DESTINATION Instance attribute Private Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20040906
7 LOGIN_LANGUAGE Instance attribute Private Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20040906
8 PARSER Instance attribute Private Object reference (TYPE REF TO) CL_SRAPI_QUERY_RESULT_PARSER Query Result Parser 20040920
9 PASSWORD Instance attribute Private Type reference (TYPE) STRING Password 20040906
10 QUERY_CLIENT Instance attribute Private Object reference (TYPE REF TO) IF_HMI_CLIENT HMI Client for Remote Query 20040906
11 RENDERER Instance attribute Private Object reference (TYPE REF TO) CL_SRAPI_QUERY_DEF_RENDERER Querydef Renderer 20040920
12 REP_LEVEL Instance attribute Private Type reference (TYPE) STRING Rep version 20040906
13 REP_URL Instance attribute Private Type reference (TYPE) STRING URL of Repository 20040906
14 USER Instance attribute Private Type reference (TYPE) STRING User 20040906
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040906
2 CREATE_PARSER Instance method Private Method Gets Appropriate Parser for Repository (Release) 20040920
3 CREATE_RENDERER Instance method Private Method Gets Appropriate Renderer for Repository (Release) 20040920
4 EXECUTE_REMOTE_QUERY Instance method Private Method Executes (Remote) Query 20040906
Events
Class CL_SRAPI_QUERY_SERVICE has no event.
Types
Class CL_SRAPI_QUERY_SERVICE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACTION_LISTENER Call by reference Object reference (TYPE REF TO) IF_SRAPI_ACTION_LISTENER Event-Listener für interne API Aktionen 20060830
2 Importing IM_API_LEVEL Call by reference Type reference (TYPE) STRING API level 20040906
3 Importing IM_CALLER_LEVEL Call by reference Type reference (TYPE) STRING Caller level (berechnet) 20040906
4 Importing IM_HTTP_DESTINATION Call by reference Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20040906
5 Importing IM_LOGON_LANGUAGE Call by reference Type reference (TYPE) SYLANGU Sprachenschlüssel der aktuellen Textumgebung 20040906
6 Importing IM_PASSWORD Call by reference Type reference (TYPE) STRING Password 20040906
7 Importing IM_REP_LEVEL Call by reference Type reference (TYPE) STRING Rep level 20040906
8 Importing IM_REP_URL Call by reference Type reference (TYPE) STRING URL des Repositories 20040906
9 Importing IM_USER Call by reference Type reference (TYPE) STRING User 20040906

Method CONSTRUCTOR on class CL_SRAPI_QUERY_SERVICE has no exception.

Method CREATE_PARSER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_API_LEVEL Call by reference Type reference (TYPE) STRING Api Version 20040920
2 Importing IM_REP_LEVEL Call by reference Type reference (TYPE) STRING Rep Versions 20040920
3 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_SRAPI_QUERY_RESULT_PARSER Parser 20040920

Method CREATE_PARSER on class CL_SRAPI_QUERY_SERVICE has no exception.

Method CREATE_RENDERER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_API_LEVEL Call by reference Type reference (TYPE) STRING APIversion 20040920
2 Importing IM_REP_LEVEL Call by reference Type reference (TYPE) STRING Repositoryversion 20040920
3 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_SRAPI_QUERY_DEF_RENDERER Renderer 20040920

Method CREATE_RENDERER on class CL_SRAPI_QUERY_SERVICE has no exception.

Method EXECUTE_REMOTE_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_QUERY_INPUT Call by reference Type reference (TYPE) XSTRING serialisierter Queryinput 20040906
2 Returning RESULT Value transfer Type reference (TYPE) XSTRING serialisierter Queryoutput 20040906
# Exception Resumable Description Created on
1 CX_SRAPI_QUERY_SERVICE_ERROR Ausnahme Queryservice 20041011
2 CX_SRAPI_REP_NOT_AVAILABLE Repository nicht verfügbar 20041011
3 CX_SRAPI_USER_NOT_AUTHORIZED User nicht berechtigt 20041011
History
Last changed by/on SAP  20070911 
SAP Release Created in 700