SAP ABAP Class CL_ESH_TOS_SUB_SEARCH_ITER (Represents the Iterator for Subsearches)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_TST_AUT_OPEN_SEARCH_CLNT (Package) Open Search Client (ABAP)
⤷
⤷
Properties
| Class | CL_ESH_TOS_SUB_SEARCH_ITER | |
| Short Description | Represents the Iterator for Subsearches | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ESH_TST_AUT_OPEN_SEARCH_CLNT | Open Search Client (ABAP) |
| Created | 20100129 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ESH_TOS_SUB_SEARCH_ITER has no forward declaration.
Interfaces
Class CL_ESH_TOS_SUB_SEARCH_ITER has no interface implemented.
Friends
Class CL_ESH_TOS_SUB_SEARCH_ITER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TY_T_SUB_SEARCH | 20100129 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | INT4 | 20100129 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20100129 | ||
| 2 | Instance method | Public | Method | 20100129 | ||
| 3 | Instance method | Public | Method | 20100129 | ||
| 4 | Instance method | Public | Method | 20100129 |
Events
Class CL_ESH_TOS_SUB_SEARCH_ITER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_SUB_SEARCH | Public | See coding | 20100129 | BEGIN OF ty_sub_search ,
id_val type int4,
sub_search TYPE REF TO CL_ESH_TOS_SUB_SEARCH,
END OF ty_sub_search
|
||
| 2 | TY_T_SUB_SEARCH | Public | See coding | 20100129 | ty_t_sub_search TYPE STANDARD TABLE OF ty_sub_Search with key id_val
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ATTR | Call by reference | Type reference (TYPE) | TY_T_SUB_SEARCH | 20100129 |
Method CONSTRUCTOR on class CL_ESH_TOS_SUB_SEARCH_ITER has no exception.
Method HAS_NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_FLAG | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100129 |
Method HAS_NEXT on class CL_ESH_TOS_SUB_SEARCH_ITER has no exception.
Method NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_SUB_SEARCH | Value transfer | Object reference (TYPE REF TO) | CL_ESH_TOS_SUB_SEARCH | 20100129 |
Method NEXT on class CL_ESH_TOS_SUB_SEARCH_ITER has no exception.
Method RESET Signature
Method RESET on class CL_ESH_TOS_SUB_SEARCH_ITER has no parameter.
Method RESET on class CL_ESH_TOS_SUB_SEARCH_ITER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |