SAP ABAP Class CL_SRT_CLIENT_ITERATOR (SAP client iterator)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
⤷
SOAP_CONFIG (Package) SOAP Configuration Framework
⤷
⤷
Properties
| Class | CL_SRT_CLIENT_ITERATOR | |
| Short Description | SAP client iterator | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SOAP_CONFIG | SOAP Configuration Framework |
| Created | 20110111 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SRT_CLIENT_ITERATOR has no interface implemented.
Friends
Class CL_SRT_CLIENT_ITERATOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Type reference (TYPE) | SRT_WSP_SAP_CLIENTS | Clients for iterator | 20110111 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | SRT_WSP_SAP_CLIENTS | 20110317 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | INT4 | Current client index | 20110111 | |||
| 4 | Static Attribute | Public | Type reference (TYPE) | SRT_WSP_SAP_CLIENTS | 20110317 | ||||
| 5 | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | 20110317 | ||||
| 6 | Static Attribute | Public | Type reference (TYPE) | MANDT | SAP Client | 20110111 | |||
| 7 | Static Attribute | Public | Type reference (TYPE) | INT4 | Database Counter | 20110111 | |||
| 8 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_SRT_CLIENT_ITERATOR | SAP client iterator | 20110111 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Sets iterator to the beginning | 20110111 | |
| 2 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20110111 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20110111 | |
| 4 | Instance method | Public | Method | Count objects | 20110111 | |
| 5 | Instance method | Public | Method | Sets iterator to the beginning | 20110111 | |
| 6 | Instance method | Public | Method | Check existence of specified client | 20110331 | |
| 7 | Instance method | Public | Method | Are there more SAP clients | 20110111 | |
| 8 | Instance method | Public | Method | Are there more SAP clients | 20110111 | |
| 9 | Instance method | Public | Method | Get next SAP client | 20110111 | |
| 10 | Static method | Public | Method | Opens a SAP client iterator | 20110111 | |
| 11 | Instance method | Public | Method | Get next SAP client | 20110111 |
Events
Class CL_SRT_CLIENT_ITERATOR has no event.
Types
Class CL_SRT_CLIENT_ITERATOR has no local type.
Method Signatures
Method BEGIN Signature
Method BEGIN on class CL_SRT_CLIENT_ITERATOR has no parameter.
Method BEGIN on class CL_SRT_CLIENT_ITERATOR has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SRT_CLIENT_ITERATOR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SRT_CLIENT_ITERATOR has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_VALID_ONLY | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | 20110317 |
Method CONSTRUCTOR on class CL_SRT_CLIENT_ITERATOR has no exception.
Method COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_COUNT | Value transfer | Type reference (TYPE) | INT4 | 20110111 |
Method COUNT on class CL_SRT_CLIENT_ITERATOR has no exception.
Method END Signature
Method END on class CL_SRT_CLIENT_ITERATOR has no parameter.
Method END on class CL_SRT_CLIENT_ITERATOR has no exception.
Method EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLIENT | Call by reference | Type reference (TYPE) | MANDT | Client | 20110331 | |||
| 2 | I_VALID_ONLY | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | X=only valid SAP clients; space=all SAP clients | 20110331 | ||
| 3 | R_EXISTS | Value transfer | Type reference (TYPE) | BOOLEAN | X=specified SAP client exists; space=otherwise | 20110331 |
Method EXISTS on class CL_SRT_CLIENT_ITERATOR has no exception.
Method HAS_NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_HAS_NEXT | Value transfer | Type reference (TYPE) | BOOLEAN | 20110111 |
Method HAS_NEXT on class CL_SRT_CLIENT_ITERATOR has no exception.
Method HAS_PREVIOUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_HAS_NEXT | Value transfer | Type reference (TYPE) | BOOLEAN | 20110111 |
Method HAS_PREVIOUS on class CL_SRT_CLIENT_ITERATOR has no exception.
Method NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_CLIENT | Value transfer | Type reference (TYPE) | MANDT | 20110111 |
Method NEXT on class CL_SRT_CLIENT_ITERATOR has no exception.
Method OPEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_VALID_ONLY | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | 20110317 | |||
| 2 | R_ITER | Value transfer | Object reference (TYPE REF TO) | CL_SRT_CLIENT_ITERATOR | 20110111 |
Method OPEN on class CL_SRT_CLIENT_ITERATOR has no exception.
Method PREVIOUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_CLIENT | Value transfer | Type reference (TYPE) | MANDT | 20110111 |
Method PREVIOUS on class CL_SRT_CLIENT_ITERATOR has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 740 |