SAP ABAP Class CL_SRAPI_SERVICE_INTERFACE (Service Interface)
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 Inheritance (c INHERITING FROM c_ref)  CL_SRAPI_CLASSIFIABLE_REPOBJ Classification Parent Class 20090109
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRAPI_WSDL_OBJECT WSDL Object from Service Repository 20041015
Properties
Class CL_SRAPI_SERVICE_INTERFACE  
Short Description Service Interface    
Super Class CL_SRAPI_CLASSIFIABLE_REPOBJ Classification Parent Class 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAI_SREP_API   API for Repository 
Created 20041015   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SRAPI_SERVICE_INTERFACE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SRAPI_WSDL_OBJECT WSDL Object from Service Repository 20041015
Friends
# Friend Modeled only Created on Description
1 CL_SRAPI_QUERY_RES_2_REP_OBJ 20041015 Factory for Repository Objects
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CATEGORY Constant Public Type reference (TYPE) STRING 'CATEGORY' Category attrib. 20041015
2 CATEGORY_ATTR Instance attribute Private Type reference (TYPE) STRING Category of Interface 20041015
3 INTERFACE_CATEGORY_INBOUND Constant Public Type reference (TYPE) STRING 'I' Inbound Interface 20041015
4 INTERFACE_CATEGORY_LOCAL Constant Public Type reference (TYPE) STRING 'L' Abstract/Local Interface 20041015
5 INTERFACE_CATEGORY_OUTBOUND Constant Public Type reference (TYPE) STRING 'O' Outbound Interface 20041015
6 INTERFACE_PATTERN Instance attribute Private Type reference (TYPE) STRING Interface pattern 20070518
7 INTERFACE_PATTERN_STATEFULL Constant Public Type reference (TYPE) STRING 'S' 20061204
8 INTERFACE_PATTERN_STATELESS Constant Public Type reference (TYPE) STRING 'L' 20061204
9 INTERFACE_PATTERN_TUCC Constant Public Type reference (TYPE) STRING 'T' 20061204
10 INTERFACE_PATTERN_XI30 Constant Public Type reference (TYPE) STRING '' 20061204
11 OPERATIONS Static Attribute Public Type reference (TYPE) STRING Operation Links 20041015
12 OPERATIONS_TAB Instance attribute Private Type reference (TYPE) SRAPI_T_OPERATIONS Table of Operation Instances 20041015
13 Q_INTERFACE_PATTERN Constant Private Type reference (TYPE) STRING 'IFPATTERN' Query attribute for interface pattern 20070518
14 Q_RA_RELEASE_STATE Constant Protected Type reference (TYPE) STRING 'OBJECTSTATE' Query result attribute for release state 20070620
15 RELEASE_STATE Instance attribute Private Type reference (TYPE) STRING Value of release state 20070620
16 RELEASE_STATE_DEPRECATED Constant Public Type reference (TYPE) STRING 'D' Release status value "DEPRECATED" 20070620
17 RELEASE_STATE_NOT_RELEASED Constant Public Type reference (TYPE) STRING '' Release status value "NOT_RELEASED" 20070620
18 RELEASE_STATE_RELEASED Constant Public Type reference (TYPE) STRING 'R' Release status "RELEASED" 20070620
19 RELEASE_STATE_RESTRICTED Constant Public Type reference (TYPE) STRING 'S' Release status value "RELEASE_RESTRICTED" 20070620
20 RELEASE_STATE_REVOKED Constant Public Type reference (TYPE) STRING 'V' Release status value "REVOKED" 20070620
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20041015
2 GET_CATEGORY Instance method Public Method Category of Interface 20041015
3 GET_INTERFACE_PATTERN Instance method Public Method Get the interface pattern 20070518
4 GET_LABEL Static method Public Method Object Name 20041019
5 GET_MATCHING_INTERFACES Instance method Public Method Gets Matching Interfaces 20060209
6 GET_OPERATIONS Instance method Public Method Operations of Interface 20041015
7 GET_RELEASE_STATE Instance method Public Method Get the release state 20070620
8 GET_RESULT_ATTRIBUTES Static method Public Method Queried Attributes of Object 20041015
9 GET_TYPE Static method Public Method Object Type 20041015
10 IS_EVENT Instance method Public Method Used to Identify Service Interface as Business Event 20090109
11 QUERY_OPERATIONS Instance method Private Method Query Operations 20041015
12 SET_CATEGORY Instance method Private Method Sets Category 20041015
13 SET_INTERFACE_PATTERN Instance method Private Method Set the interface pattern 20070518
14 SET_OPERATIONS Instance method Private Method Sets Operations 20041015
Events
Class CL_SRAPI_SERVICE_INTERFACE has no event.
Types
Class CL_SRAPI_SERVICE_INTERFACE has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_SRAPI_SERVICE_INTERFACE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SRAPI_SERVICE_INTERFACE has no exception.

Method GET_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING Kategorie 20041015
# Exception Resumable Description Created on
1 CX_SRAPI_QUERY_SERVICE_ERROR Ausnahme Queryservice 20041015
2 CX_SRAPI_REP_NOT_AVAILABLE Repository nicht verfügbar 20041015

Method GET_INTERFACE_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING 20070518

Method GET_INTERFACE_PATTERN on class CL_SRAPI_SERVICE_INTERFACE has no exception.

Method GET_LABEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING Objektbezeichnung 20041019

Method GET_LABEL on class CL_SRAPI_SERVICE_INTERFACE has no exception.

Method GET_MATCHING_INTERFACES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SRAPI_T_REP_OBJECT_KEY Keys passender Interfaces 20060209
# Exception Resumable Description Created on
1 CX_SRAPI_QUERY_SERVICE_ERROR Ausnahme Queryservice 20060209
2 CX_SRAPI_REP_NOT_AVAILABLE Repository nicht verfügbar 20060209
3 CX_SRAPI_USER_NOT_AUTHORIZED User nicht berechtigt 20060209

Method GET_OPERATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SRAPI_T_OPERATIONS Tabelle mit Referenzen auf Interfaceoperationen 20041021
# Exception Resumable Description Created on
1 CX_SRAPI_QUERY_SERVICE_ERROR Ausnahme Queryservice 20041015
2 CX_SRAPI_REP_NOT_AVAILABLE Repository nicht verfügbar 20041015

Method GET_RELEASE_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING The release state 20070620

Method GET_RELEASE_STATE on class CL_SRAPI_SERVICE_INTERFACE has no exception.

Method GET_RESULT_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RESULT Call by reference Type reference (TYPE) SRAPI_T_STRING Ergebnisattribute 20041015

Method GET_RESULT_ATTRIBUTES on class CL_SRAPI_SERVICE_INTERFACE has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING Objekttyp 20041015

Method GET_TYPE on class CL_SRAPI_SERVICE_INTERFACE has no exception.

Method IS_EVENT 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) 20090109
# Exception Resumable Description Created on
1 CX_SRAPI_QUERY_SERVICE_ERROR Exception Query Service 20090109
2 CX_SRAPI_REP_NOT_AVAILABLE Repository Not Available 20090109

Method QUERY_OPERATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RESULT Call by reference Type reference (TYPE) SRAPI_T_OPERATIONS Tabelle mit Referenzen auf Interfaceoperationen 20041015
# Exception Resumable Description Created on
1 CX_SRAPI_QUERY_SERVICE_ERROR Ausnahme Queryservice 20041015
2 CX_SRAPI_REP_NOT_AVAILABLE Repository nicht verfügbar 20041015

Method SET_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CATEGORY Call by reference Type reference (TYPE) STRING Kategorie des Interfaces 20041015

Method SET_CATEGORY on class CL_SRAPI_SERVICE_INTERFACE has no exception.

Method SET_INTERFACE_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_INTERFACE_PATTERN Call by reference Type reference (TYPE) STRING 20070518

Method SET_INTERFACE_PATTERN on class CL_SRAPI_SERVICE_INTERFACE has no exception.

Method SET_OPERATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OPERATIONS Call by reference Type reference (TYPE) SRAPI_T_OPERATIONS Tabelle mit Referenzen auf Interfaceoperationen 20041015

Method SET_OPERATIONS on class CL_SRAPI_SERVICE_INTERFACE has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 700