SAP ABAP Class CL_LIST_FIEB (List of objects)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-BL-PT (Application Component) Payment Transactions
     FBZI (Package) Payments via Internet
Properties
Class CL_LIST_FIEB  
Short Description List of objects    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FBZI   Payments via Internet 
Created 19990208   SAP 
Last change 00000000   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_LIST_FIEB has no forward declaration.
Interfaces
Class CL_LIST_FIEB has no interface implemented.
Friends
Class CL_LIST_FIEB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 LIST Instance attribute Private Type reference (TYPE) TY_LIST List 19990208
Methods
# Method Level Visibility Method type Description Created on
1 APPEND Instance method Public Method Append an element to end of list 19990208
2 GET_BY_INDEX Instance method Public Method Read an element using list index 19990208
3 GET_FIRST Instance method Public Method Read first element from list 19990208
4 GET_LAST Instance method Public Method Read last element from list 19990208
5 GET_NUMBER_OF_ELEMENTS Instance method Public Method Read number of elements in list 19990208
6 REMOVE Instance method Public Method Deletes the element transferred from the list 19990208
Events
Class CL_LIST_FIEB has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_LIST Private See coding Types for List 19990208
2 TY_WA_LIST Private See coding One line of list type 19990208
Method Signatures

Method APPEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT Objekt, das an Liste angehängt werden soll 19990208

Method APPEND on class CL_LIST_FIEB has no exception.

Method GET_BY_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_INDEX Call by reference Type reference (TYPE) I Index 19990208
2 Returning RE_OBJECT Value transfer Object reference (TYPE REF TO) OBJECT Element der Liste, das zurückgegeben wird 19990208
# Exception Resumable Description Created on
1 ELEMENT_NOT_FOUND Element nicht in Liste gefunden 19990208

Method GET_FIRST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_OBJECT Value transfer Object reference (TYPE REF TO) OBJECT Element der Liste, das zurückgegeben wird 19990208
# Exception Resumable Description Created on
1 ELEMENT_NOT_FOUND Element nicht in Liste gefunden 19990208

Method GET_LAST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_OBJECT Value transfer Object reference (TYPE REF TO) OBJECT Element der Liste, das zurückgegeben wird 19990208
# Exception Resumable Description Created on
1 ELEMENT_NOT_FOUND Element nicht in Liste gefunden 19990208

Method GET_NUMBER_OF_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_NUMBER Value transfer Type reference (TYPE) I Anzahl der Listelemente 19990208

Method GET_NUMBER_OF_ELEMENTS on class CL_LIST_FIEB has no exception.

Method REMOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECT Value transfer Object reference (TYPE REF TO) OBJECT Zu löschendes Element 19990208
# Exception Resumable Description Created on
1 ELEMENT_NOT_FOUND Element nicht in Liste gefunden 19990208
History
Last changed by/on SAP  00000000 
SAP Release Created in