SAP ABAP Class CL_WCB_COLL (Generic Collection)
Hierarchy
☛
EA-GLTRADE (Software Component) SAP Enterprise Extension Global Trade
⤷
LO-GT-CHB (Application Component) Chargeback
⤷
WCB_CC_APPL (Package) Condition Contract Processing Logic

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WCB_COLL | Generic Collection | 20040928 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WCB_COLLECTION_EVENTS | Collection Events | 20041001 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WCB_COLL_RO | Generic Collection (Read Only) | 20040929 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_WCB_CHAIN_CHECK_COLL | Collection of Chain Checks | 20041020 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_WCB_CHAIN_CHECK_INT_COLL | Collection of Internal Chain Checks | 20041020 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_WCB_CHAIN_COND_CHECK_COLL | Collection of Condition Chain Checks | 20041020 |
4 | Inheritance (c INHERITING FROM c_ref) | CL_WCB_CONDITION_LIST_COLL | Collection of Condition Lists | 20040928 |
5 | Inheritance (c INHERITING FROM c_ref) | CL_WCB_COND_TABLE_CHECK_COLL | Collections External Checks for Condition Table Fields | 20041025 |
6 | Inheritance (c INHERITING FROM c_ref) | CL_WCB_FIELD_MSG_COLL | Field Message Collections | 20041026 |
7 | Inheritance (c INHERITING FROM c_ref) | CL_WCB_TABLE_CHECK_COLL | External Collection Checks for Contract Table Fields | 20041025 |
8 | Inheritance (c INHERITING FROM c_ref) | CL_WCB_TABLE_CHECK_INT_COLL | Internal Collection Checks for Table Fields | 20041025 |
Properties
Class | CL_WCB_COLL | |
Short Description | Generic Collection | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | WCB_CC_APPL | Condition Contract Processing Logic |
Created | 20040928 | SAP |
Last change | 20041209 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_WCB_COLL | Generic Collection | 20040928 | ||
2 | IF_WCB_COLLECTION_EVENTS | Collection Events | 20041001 | ||
3 | IF_WCB_COLL_RO | Generic Collection (Read Only) | 20040929 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_WCB_COLL_ITER | 20040928 | Iterator for Generic Collections |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | WCB_DATA_FOR_COLL_STAB | Sequence, Object | 20040928 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TYP_OBJECT_STAB | Objects, Sequence | 20041019 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | Sequence | 20041019 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Next Sequence | 20041019 |
2 | ![]() |
Instance method | Private | Method | 20041019 | |
3 | ![]() |
Instance method | Protected | Method | Return i_te Entry | 20040928 |
4 | ![]() |
Instance method | Private | Method | 20041019 | |
5 | ![]() |
Instance method | Private | Method | 20041019 | |
6 | ![]() |
Instance method | Private | Method | 20041019 | |
7 | ![]() |
Instance method | Private | Method | 20041019 | |
8 | ![]() |
Instance method | Private | Method | 20041019 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | COLL_ITEM_DELETED | Instance Event (0) |
Private (0) |
20041019 | |
2 | COLL_ITEM_INSERTED | Instance Event (0) |
Private (0) |
20041019 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYP_OBJECT | Private | See coding | Sequence, Object | 20041019 | BEGIN OF typ_object,
object TYPE REF TO if_wcb_object,
order TYPE i,
END OF typ_object
|
|
2 | TYP_OBJECT_STAB | Private | See coding | Sequence, Object | 20041019 | typ_object_stab TYPE SORTED TABLE OF typ_object
WITH UNIQUE KEY object
|
Method Signatures
Method CALC_NEXT_ORDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_ORDER | Value transfer | Type reference (TYPE) | I | 20041019 |
Method CALC_NEXT_ORDER on class CL_WCB_COLL has no exception.
Method DELETE Signature
Method DELETE on class CL_WCB_COLL has no parameter.
Method DELETE on class CL_WCB_COLL has no exception.
Method GET_ENTRY_FOR_INDEX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INDEX | Call by reference | Type reference (TYPE) | I | 20040928 | |||
2 | ![]() |
RE_ENTRY | Value transfer | Object reference (TYPE REF TO) | IF_WCB_OBJECT | generischer Objekttyp | 20040928 |
Method GET_ENTRY_FOR_INDEX on class CL_WCB_COLL has no exception.
Method GET_SIZE Signature
Method GET_SIZE on class CL_WCB_COLL has no parameter.
Method GET_SIZE on class CL_WCB_COLL has no exception.
Method INSERT Signature
Method INSERT on class CL_WCB_COLL has no parameter.
Method INSERT on class CL_WCB_COLL has no exception.
Method INSERT_COLL Signature
Method INSERT_COLL on class CL_WCB_COLL has no parameter.
Method INSERT_COLL on class CL_WCB_COLL has no exception.
Method IS_CONTAINED Signature
Method IS_CONTAINED on class CL_WCB_COLL has no parameter.
Method IS_CONTAINED on class CL_WCB_COLL has no exception.
Method RESET Signature
Method RESET on class CL_WCB_COLL has no parameter.
Method RESET on class CL_WCB_COLL has no exception.
Event Signatures
Event COLL_ITEM_DELETED Signature
Event COLL_ITEM_DELETED on class CL_WCB_COLL has no parameter.
Event COLL_ITEM_INSERTED Signature
Event COLL_ITEM_INSERTED on class CL_WCB_COLL has no parameter.
History
Last changed by/on | SAP | 20041209 |
SAP Release Created in | 600 |