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 FIRST_PAGE Instance method Public Method First Page 20040810
2 GET_CURRENT_PAGE Instance method Public Method Find Current Page 20040810
3 GET_LAST_PAGE Instance method Public Method Find Number of Pages 20040810
4 GET_PAGE_SIZE Instance method Public Method Find Number of Lines per Page 20040810
5 GOTO_PAGE Instance method Public Method Goto Specified Page 20040810
6 IS_FIRST_PAGE Instance method Public Method Check on First Page 20040810
7 IS_LAST_PAGE Instance method Public Method Check on Last Page 20040810
8 LAST_PAGE Instance method Public Method Last Page 20040810
9 NEXT_PAGE Instance method Public Method Next Page 20040810
10 PREVIOUS_PAGE Instance method Public Method Previous Page 20040810
11 SET_PAGE_SIZE 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 Returning RETURN Value transfer Type reference (TYPE) SYSUBRC Rückgabewert 20040810
# Exception Resumable Description Created on
1 LIST_IS_EMPTY Keine Einträge vorhanden 20040810
2 NOT_SUPPORTED 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 Returning RETURN Value transfer Type reference (TYPE) INT4 aktuelle Seite 20040810
# Exception Resumable Description Created on
1 NOT_SUPPORTED 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 Returning RETURN Value transfer Type reference (TYPE) INT4 letzte Seite 20040810
# Exception Resumable Description Created on
1 NOT_SUPPORTED 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 Returning RETURN Value transfer Type reference (TYPE) INT4 Anzahl der Zeilen pro Seite 20040810
# Exception Resumable Description Created on
1 NOT_SUPPORTED 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 Returning RETURN Value transfer Type reference (TYPE) SYSUBRC Rückgabewert 20040810
# Exception Resumable Description Created on
1 NOT_SUPPORTED 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 Returning RETURN Value transfer Type reference (TYPE) SYSUBRC Rückgabewert 20040810
# Exception Resumable Description Created on
1 NOT_SUPPORTED 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 Returning RETURN Value transfer Type reference (TYPE) SYSUBRC Rückgabewert 20040810
# Exception Resumable Description Created on
1 NOT_SUPPORTED 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 Returning RETURN Value transfer Type reference (TYPE) SYSUBRC Rückgabewert 20040810
# Exception Resumable Description Created on
1 NOT_SUPPORTED 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 Returning RETURN Value transfer Type reference (TYPE) SYSUBRC Rückgabewert 20040810
# Exception Resumable Description Created on
1 NOT_SUPPORTED 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 Returning RETURN Value transfer Type reference (TYPE) SYSUBRC Rückgabewert 20040810
# Exception Resumable Description Created on
1 NOT_SUPPORTED 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 Importing LINES Call by reference Type reference (TYPE) INT4 100 Anzahl der Zeilen pro Seite 20040810
2 Returning RETURN Value transfer Type reference (TYPE) SYSUBRC Rückgabewert 20040810
# Exception Resumable Description Created on
1 NOT_SUPPORTED Funktion wird nicht unterstützt 20040810
History
Last changed by/on SAP  20090618 
SAP Release Created in 700