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 ABAP 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 CLIENTS Static Attribute Public Type reference (TYPE) SRT_WSP_SAP_CLIENTS Clients for iterator 20110111
2 CURRENT_CLIENTS Instance attribute Private Object reference (TYPE REF TO) SRT_WSP_SAP_CLIENTS 20110317
3 CURR_IDX Instance attribute Private Type reference (TYPE) INT4 Current client index 20110111
4 VALID_CLIENTS Static Attribute Public Type reference (TYPE) SRT_WSP_SAP_CLIENTS 20110317
5 VALID_ONLY Instance attribute Public Type reference (TYPE) BOOLEAN 20110317
6 _CLIENT Static Attribute Public Type reference (TYPE) MANDT SAP Client 20110111
7 _COUNT Static Attribute Public Type reference (TYPE) INT4 Database Counter 20110111
8 _ITER 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 BEGIN Instance method Public Method Sets iterator to the beginning 20110111
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20110111
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110111
4 COUNT Instance method Public Method Count objects 20110111
5 END Instance method Public Method Sets iterator to the beginning 20110111
6 EXISTS Instance method Public Method Check existence of specified client 20110331
7 HAS_NEXT Instance method Public Method Are there more SAP clients 20110111
8 HAS_PREVIOUS Instance method Public Method Are there more SAP clients 20110111
9 NEXT Instance method Public Method Get next SAP client 20110111
10 OPEN Static method Public Method Opens a SAP client iterator 20110111
11 PREVIOUS 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 Importing 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 Returning 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 Importing I_CLIENT Call by reference Type reference (TYPE) MANDT Client 20110331
2 Importing I_VALID_ONLY Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE X=only valid SAP clients; space=all SAP clients 20110331
3 Returning 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 Returning 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 Returning 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 Returning 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 Importing I_VALID_ONLY Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE 20110317
2 Returning 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 Returning 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