SAP ABAP Interface IF_TCL_PAGE_ITERATOR (System-Related Iterator)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
S_ABAP_TCL (Package) Tiny Class Library
⤷
⤷
Properties
| Interface | IF_TCL_PAGE_ITERATOR | |
| Short Description | System-Related Iterator |
General Data
| Package | S_ABAP_TCL | Tiny Class Library |
| Created | 20040810 | SAP |
| Last changed | 20090618 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_TCL_PAGE_ITERATOR has no forward declaration.
Interfaces
Interface IF_TCL_PAGE_ITERATOR has no interface.
Friends
Interface IF_TCL_PAGE_ITERATOR has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CURRENT_PAGE | Instance attribute | Public | Type reference (TYPE) | INT4 | Current page | 20040810 | ||
| 2 | PAGES | Instance attribute | Public | Type reference (TYPE) | INT4 | Number of Pages | 20040810 | ||
| 3 | PAGE_SIZE | Instance attribute | Public | Type reference (TYPE) | INT4 | Number of Lines per Page | 20040810 | ||
| 4 | RC_END_OF_PAGE | Constant | Public | Type reference (TYPE) | SYSUBRC | '0100' | End of Page Reached | 20040810 | |
| 5 | RC_START_OF_PAGE | Constant | Public | Type reference (TYPE) | SYSUBRC | '0104' | Start of Page Reached | 20040810 | |
| 6 | TYPE_PAGE | Constant | Public | Type reference (TYPE) | CL_TCL_ITERATOR=>ITERATOR_TYPE | 'P' | Type Page | 20040810 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | First Page | 20040810 | |
| 2 | Instance method | Public | Method | Find Current Page | 20040810 | |
| 3 | Instance method | Public | Method | Find Number of Pages | 20040810 | |
| 4 | Instance method | Public | Method | Find Number of Lines per Page | 20040810 | |
| 5 | Instance method | Public | Method | Goto Specified Page | 20040810 | |
| 6 | Instance method | Public | Method | Check on First Page | 20040810 | |
| 7 | Instance method | Public | Method | Check on Last Page | 20040810 | |
| 8 | Instance method | Public | Method | Last Page | 20040810 | |
| 9 | Instance method | Public | Method | Next Page | 20040810 | |
| 10 | Instance method | Public | Method | Previous Page | 20040810 | |
| 11 | Instance method | Public | Method | Set Number of Lines per Page | 20040810 |
Events
Interface IF_TCL_PAGE_ITERATOR has no event.
Types
Interface IF_TCL_PAGE_ITERATOR has no local type.
Method Signatures
Method FIRST_PAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | SYSUBRC | Rückgabewert | 20040810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Keine Einträge vorhanden | 20040810 | ||
| 2 | Funktion wird nicht unterstützt | 20040810 |
Method GET_CURRENT_PAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | INT4 | aktuelle Seite | 20040810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Funktion wird nicht unterstützt | 20040810 |
Method GET_LAST_PAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | INT4 | letzte Seite | 20040810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Funktion wird nicht unterstützt | 20040810 |
Method GET_PAGE_SIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | INT4 | Anzahl der Zeilen pro Seite | 20040810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Funktion wird nicht unterstützt | 20040810 |
Method GOTO_PAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | SYSUBRC | Rückgabewert | 20040810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Funktion wird nicht unterstützt | 20040810 |
Method IS_FIRST_PAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | SYSUBRC | Rückgabewert | 20040810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Funktion wird nicht unterstützt | 20040810 |
Method IS_LAST_PAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | SYSUBRC | Rückgabewert | 20040810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Funktion wird nicht unterstützt | 20040810 |
Method LAST_PAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | SYSUBRC | Rückgabewert | 20040810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Funktion wird nicht unterstützt | 20040810 |
Method NEXT_PAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | SYSUBRC | Rückgabewert | 20040810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Funktion wird nicht unterstützt | 20040810 |
Method PREVIOUS_PAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | SYSUBRC | Rückgabewert | 20040810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Funktion wird nicht unterstützt | 20040810 |
Method SET_PAGE_SIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LINES | Call by reference | Type reference (TYPE) | INT4 | 100 | Anzahl der Zeilen pro Seite | 20040810 | ||
| 2 | RETURN | Value transfer | Type reference (TYPE) | SYSUBRC | Rückgabewert | 20040810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Funktion wird nicht unterstützt | 20040810 |
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 700 |