SAP ABAP Class CL_SRAPI_SERVICE_REP_IMPL (Implementation of Service Repository Proxy)
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_SERVICE_REPOSITORY Service Repository 20040817
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRAPI_SERVICE_REP_INTERNAL Service Repository - Internal Interface 20040817
Properties
Class CL_SRAPI_SERVICE_REP_IMPL  
Short Description Implementation of Service Repository Proxy    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAI_SREP_API   API for Repository 
Created 20040817   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SRAPI_SERVICE_REP_IMPL has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SRAPI_SERVICE_REPOSITORY Service Repository 20040817
2 IF_SRAPI_SERVICE_REP_INTERNAL Service Repository - Internal Interface 20040817
Friends
# Friend Modeled only Created on Description
1 CL_SRAPI_OBJECT_CONTAINER 20070125 Abstraction Change Lists
2 CL_SRAPI_SERVICE_REP_ADDRESS 20040825 Proxy Generation: Queries to IFR
3 CL_SRAPI_WRITE_SERVICE_FACTORY 20070125 Factory for the write service
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 API_LEVEL Instance attribute Private Type reference (TYPE) STRING API version 20040906
2 APPL_COMP_SERVICE Instance attribute Private Object reference (TYPE REF TO) CL_SRAPI_APPL_COMP_SERVICE Application Information 20060914
3 CALLER_LEVEL Instance attribute Private Type reference (TYPE) STRING Caller Release 20040825
4 CHECK_SERVICE Instance attribute Private Object reference (TYPE REF TO) CL_SRAPI_CHECK_SERVICE 20090123
5 GOA_SERVICE Instance attribute Private Object reference (TYPE REF TO) CL_SRAPI_GOA_SERVICE Goa Service 20051118
6 HTTP_DESTINATION Instance attribute Private Type reference (TYPE) RFCDEST HTTP Destination 20040906
7 LOGON_LANGUAGE Instance attribute Private Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20040825
8 PASSWORD Instance attribute Private Type reference (TYPE) STRING Password 20040825
9 QUERY_SERVICE Instance attribute Private Object reference (TYPE REF TO) CL_SRAPI_QUERY_SERVICE Implementation Query Service Rep 20040906
10 REP_LEVEL Instance attribute Private Type reference (TYPE) STRING Release of Rep 20040825
11 REP_URL Instance attribute Private Type reference (TYPE) STRING URL of Repository 20040825
12 SIF_INFO_SERVICE Instance attribute Private Object reference (TYPE REF TO) CL_SRAPI_SIF_INFO_SERVICE Sif Info Service 20060209
13 USER Instance attribute Private Type reference (TYPE) STRING User 20040825
14 WRITE_SERVICE Instance attribute Private Object reference (TYPE REF TO) CL_SRAPI_WRITE_SERVICE Write-Service 20041124
15 WRITE_SERVICE_ENABLED Instance attribute Private Type reference (TYPE) BOOLEAN 'X' if the write is enabled for this instance 20091116
16 WSDL_SERVICE Instance attribute Private Object reference (TYPE REF TO) CL_SRAPI_WSDL_SERVICE WSDL-Service 20040924
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040825
2 GET_SWCV_GUIDS Instance method Private Method Get SWCV GUIDs from array of SWC name and version 20090121
3 GET_WRITE_SERVICE Instance method Private Method Gets an instance of the Write Services for Repository 20061219
4 IS_WRITE_ACCESS_ENABLED Instance method Private Method Checks if the write access is enabled 20100701
5 READ_OBJECTS Instance method Private Method Reads ESR objects using GOA 20051119
Events
Class CL_SRAPI_SERVICE_REP_IMPL has no event.
Types
Class CL_SRAPI_SERVICE_REP_IMPL 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 Listener für interne API Actionen 20060830
2 Importing IM_API_LEVEL Call by reference Type reference (TYPE) STRING API level 20040906
3 Importing IM_AUTH_FROM_HTTP_DEST Call by reference Type reference (TYPE) BOOLEAN 'X' 20061204
4 Importing IM_CALLER_LEVEL Call by reference Type reference (TYPE) STRING Caller Identifikation 20040825
5 Importing IM_ENABLE_WRITE_ACCESS Call by reference Type reference (TYPE) BOOLEAN '-' boolsche Variable (X=true, -=false, space=unknown) 20091116
6 Importing IM_HTTP_DESTINATION Call by reference Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20040906
7 Importing IM_LOGON_LANGUAGE Call by reference Type reference (TYPE) SYLANGU Sprachenschlüssel der aktuellen Textumgebung 20040825
8 Importing IM_PASSWORD Call by reference Type reference (TYPE) STRING Passwort 20040825
9 Importing IM_REP_LEVEL Call by reference Type reference (TYPE) STRING Release des Repositories 20040825
10 Importing IM_REP_URL Call by reference Type reference (TYPE) STRING Url des Repositories 20040825
11 Importing IM_USER Call by reference Type reference (TYPE) STRING User 20040825

Method CONSTRUCTOR on class CL_SRAPI_SERVICE_REP_IMPL has no exception.

Method GET_SWCV_GUIDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SWC_NAME_VERSION Call by reference Type reference (TYPE) SRAPI_S_SWC_NAME_VERSION 20090121
2 Exporting RESULT Call by reference Type reference (TYPE) STRING 20090121
# Exception Resumable Description Created on
1 CX_SRAPI_QUERY_SERVICE_ERROR Exception Query Service 20090204
2 CX_SRAPI_REP_NOT_AVAILABLE Repository Not Available 20090204
3 CX_SRAPI_USER_NOT_AUTHORIZED Insufficient Authorization 20090204

Method GET_WRITE_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_SRAPI_WRITE_SERVICE internes Interface Write-Service 20061219

Method GET_WRITE_SERVICE on class CL_SRAPI_SERVICE_REP_IMPL has no exception.

Method IS_WRITE_ACCESS_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20100701

Method IS_WRITE_ACCESS_ENABLED on class CL_SRAPI_SERVICE_REP_IMPL has no exception.

Method READ_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_KEY_LIST Call by reference Type reference (TYPE) SRAPI_T_REP_OBJECT_KEY Keys von Repositoryobjekten 20051119
2 Returning RESULT Value transfer Type reference (TYPE) SRAPI_T_REP_OBJECT Repositoryobjekte 20051119
# Exception Resumable Description Created on
1 CX_SRAPI_QUERY_SERVICE_ERROR interner Fehler Goa-Service 20051119
2 CX_SRAPI_REP_NOT_AVAILABLE Repository nicht verfügbar 20051119
3 CX_SRAPI_USER_NOT_AUTHORIZED User nicht berechtigt 20051119
History
Last changed by/on SAP  20110908 
SAP Release Created in 700