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 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_LIST | List | 19990208 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Append an element to end of list | 19990208 |
2 | ![]() |
Instance method | Public | Method | Read an element using list index | 19990208 |
3 | ![]() |
Instance method | Public | Method | Read first element from list | 19990208 |
4 | ![]() |
Instance method | Public | Method | Read last element from list | 19990208 |
5 | ![]() |
Instance method | Public | Method | Read number of elements in list | 19990208 |
6 | ![]() |
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 | ![]() |
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 | ![]() |
IM_INDEX | Call by reference | Type reference (TYPE) | I | Index | 19990208 | ||
2 | ![]() |
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 nicht in Liste gefunden | 19990208 |
Method GET_FIRST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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 nicht in Liste gefunden | 19990208 |
Method GET_LAST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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 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 | ![]() |
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 | ![]() |
IM_OBJECT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Zu löschendes Element | 19990208 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Element nicht in Liste gefunden | 19990208 |
History
Last changed by/on | SAP | 00000000 |
SAP Release Created in |