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
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20040825 |
2 | ![]() |
Instance method | Private | Method | Get SWCV GUIDs from array of SWC name and version | 20090121 |
3 | ![]() |
Instance method | Private | Method | Gets an instance of the Write Services for Repository | 20061219 |
4 | ![]() |
Instance method | Private | Method | Checks if the write access is enabled | 20100701 |
5 | ![]() |
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 | ![]() |
IM_ACTION_LISTENER | Call by reference | Object reference (TYPE REF TO) | IF_SRAPI_ACTION_LISTENER | Listener für interne API Actionen | 20060830 | ||
2 | ![]() |
IM_API_LEVEL | Call by reference | Type reference (TYPE) | STRING | API level | 20040906 | ||
3 | ![]() |
IM_AUTH_FROM_HTTP_DEST | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' | 20061204 | ||
4 | ![]() |
IM_CALLER_LEVEL | Call by reference | Type reference (TYPE) | STRING | Caller Identifikation | 20040825 | ||
5 | ![]() |
IM_ENABLE_WRITE_ACCESS | Call by reference | Type reference (TYPE) | BOOLEAN | '-' | boolsche Variable (X=true, -=false, space=unknown) | 20091116 | |
6 | ![]() |
IM_HTTP_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20040906 | ||
7 | ![]() |
IM_LOGON_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | Sprachenschlüssel der aktuellen Textumgebung | 20040825 | ||
8 | ![]() |
IM_PASSWORD | Call by reference | Type reference (TYPE) | STRING | Passwort | 20040825 | ||
9 | ![]() |
IM_REP_LEVEL | Call by reference | Type reference (TYPE) | STRING | Release des Repositories | 20040825 | ||
10 | ![]() |
IM_REP_URL | Call by reference | Type reference (TYPE) | STRING | Url des Repositories | 20040825 | ||
11 | ![]() |
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 | ![]() |
IM_SWC_NAME_VERSION | Call by reference | Type reference (TYPE) | SRAPI_S_SWC_NAME_VERSION | 20090121 | |||
2 | ![]() |
RESULT | Call by reference | Type reference (TYPE) | STRING | 20090121 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception Query Service | 20090204 | |
2 | ![]() |
Repository Not Available | 20090204 | |
3 | ![]() |
Insufficient Authorization | 20090204 |
Method GET_WRITE_SERVICE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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 | ![]() |
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 | ![]() |
IM_KEY_LIST | Call by reference | Type reference (TYPE) | SRAPI_T_REP_OBJECT_KEY | Keys von Repositoryobjekten | 20051119 | ||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | SRAPI_T_REP_OBJECT | Repositoryobjekte | 20051119 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
interner Fehler Goa-Service | 20051119 | |
2 | ![]() |
Repository nicht verfügbar | 20051119 | |
3 | ![]() |
User nicht berechtigt | 20051119 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 700 |