SAP ABAP Class CL_WCB_CC_COLL (Condition Contract 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 | Inheritance (c INHERITING FROM c_ref) | CL_WCB_PERS_COLL | Generic Collection for Persistent Objects | 20041001 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WCB_CC_COLL | Collection of Condition Contracts | 20041001 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WCB_CC_COLL_RO | Collection of Condition Contracts (Read Only) | 20041001 |
Properties
Class | CL_WCB_CC_COLL | |
Short Description | Condition Contract Collection | |
Super Class | CL_WCB_PERS_COLL | Generic Collection for Persistent Objects |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | WCB_CC_APPL | Condition Contract Processing Logic |
Created | 20040920 | 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_CC_COLL | Collection of Condition Contracts | 20041001 | ||
2 | IF_WCB_CC_COLL_RO | Collection of Condition Contracts (Read Only) | 20041001 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_WCB_CC_FACTORY | 20040924 | Condition Contract Factory |
Attributes
Class CL_WCB_CC_COLL has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20041001 | |
2 | ![]() |
Instance method | Private | Method | 20041001 | |
3 | ![]() |
Instance method | Private | Method | 20041001 | |
4 | ![]() |
Instance method | Private | Method | 20041001 | |
5 | ![]() |
Instance method | Private | Method | 20041001 | |
6 | ![]() |
Instance method | Private | Method | 20041001 | |
7 | ![]() |
Instance method | Private | Method | 20041007 | |
8 | ![]() |
Instance method | Private | Method | 20041001 | |
9 | ![]() |
Instance method | Private | Method | 20041001 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | COLL_ITEM_DELETED | Instance Event (0) |
Private (0) |
20041001 | |
2 | COLL_ITEM_INSERTED | Instance Event (0) |
Private (0) |
20041001 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_DATA | Private | See coding | GUID, CC | 20040923 | BEGIN OF ty_data,
guid TYPE wcb_guid,
cc TYPE REF TO if_wcb_cc,
END OF ty_data
|
|
2 | TY_DATA_STAB | Private | See coding | 20040923 | ty_data_stab TYPE SORTED TABLE
OF ty_data WITH UNIQUE KEY
guid
|
Method Signatures
Method CREATE_ITER Signature
Method CREATE_ITER on class CL_WCB_CC_COLL has no parameter.
Method CREATE_ITER on class CL_WCB_CC_COLL has no exception.
Method CREATE_ITER_RO Signature
Method CREATE_ITER_RO on class CL_WCB_CC_COLL has no parameter.
Method CREATE_ITER_RO on class CL_WCB_CC_COLL has no exception.
Method DELETE Signature
Method DELETE on class CL_WCB_CC_COLL has no parameter.
Method DELETE on class CL_WCB_CC_COLL has no exception.
Method GET_ENTRY_FOR_KEY Signature
Method GET_ENTRY_FOR_KEY on class CL_WCB_CC_COLL has no parameter.
Method GET_ENTRY_FOR_KEY on class CL_WCB_CC_COLL has no exception.
Method GET_SIZE Signature
Method GET_SIZE on class CL_WCB_CC_COLL has no parameter.
Method GET_SIZE on class CL_WCB_CC_COLL has no exception.
Method INSERT Signature
Method INSERT on class CL_WCB_CC_COLL has no parameter.
Method INSERT on class CL_WCB_CC_COLL has no exception.
Method INSERT_COLL Signature
Method INSERT_COLL on class CL_WCB_CC_COLL has no parameter.
Method INSERT_COLL on class CL_WCB_CC_COLL has no exception.
Method IS_CONTAINED Signature
Method IS_CONTAINED on class CL_WCB_CC_COLL has no parameter.
Method IS_CONTAINED on class CL_WCB_CC_COLL has no exception.
Method RESET Signature
Method RESET on class CL_WCB_CC_COLL has no parameter.
Method RESET on class CL_WCB_CC_COLL has no exception.
Event Signatures
Event COLL_ITEM_DELETED Signature
Event COLL_ITEM_DELETED on class CL_WCB_CC_COLL has no parameter.
Event COLL_ITEM_INSERTED Signature
Event COLL_ITEM_INSERTED on class CL_WCB_CC_COLL has no parameter.
History
Last changed by/on | SAP | 20041209 |
SAP Release Created in | 600 |