SAP ABAP Class CL_WCB_CHECK_LIST (List of Successful Checks and Checks with Errors)
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_CHECK_LIST | Checks Run | 20041124 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WCB_CHECK_LIST_RO | Checks Run (Read Only) | 20041124 |
Properties
| Class | CL_WCB_CHECK_LIST | |
| Short Description | List of Successful Checks and Checks with Errors | |
| 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 | 20041124 | 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_CHECK_LIST | Checks Run | 20041124 | ||
| 2 | IF_WCB_CHECK_LIST_RO | Checks Run (Read Only) | 20041124 |
Friends
Class CL_WCB_CHECK_LIST 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_COND_CHECK_STAB | Incorrect Checks at Condition Level | 20041124 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TY_COND_CHECK_STAB | Saving of AT_COND_FAILED for Logically Deleted | 20070606 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | TY_COND_CHECK_STAB | Successful Checks at Condition Level | 20041124 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TY_COND_CHECK_STAB | Saving of AT_COND_OK for Logically Deleted | 20070606 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | TY_HEADER_CHECK_STAB | Incorrect Checks at Header Level | 20041124 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | TY_HEADER_CHECK_STAB | Successful Checks at Header Level | 20041124 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | TY_ITEM_CHECK_STAB | Incorrect Checks at Item Level | 20041124 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | TY_ITEM_CHECK_STAB | Successful Checks at Item Level | 20041124 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | I | Number of Condition Errors | 20041210 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | I | Number of Header Errors | 20041210 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | I | Number of Item Errors | 20041210 |
Methods
Class CL_WCB_CHECK_LIST has no method.
Events
Class CL_WCB_CHECK_LIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_COND_CHECK | Private | See coding | Checks at Condition Level | 20041124 | BEGIN OF ty_cond_check,
tabname TYPE wcb_cond_table,
field TYPE fieldname,
knumh TYPE knumh,
kopos TYPE kopos,
klfn1 TYPE klfn1,
check TYPE REF TO if_wcb_object,
chain TYPE wcb_chain,
field_message TYPE REF TO cl_wcb_field_msg,
END OF ty_cond_check
|
|
| 2 | TY_COND_CHECK_STAB | Private | See coding | Checks at Condition Level | 20041124 | ty_cond_check_stab TYPE SORTED TABLE OF ty_cond_check
WITH UNIQUE KEY knumh kopos klfn1 tabname field check chain
|
|
| 3 | TY_HEADER_CHECK | Private | See coding | Checks at Header Level | 20041124 | BEGIN OF ty_header_check,
field TYPE fieldname,
check TYPE REF TO if_wcb_object,
chain TYPE wcb_chain,
field_message TYPE REF TO cl_wcb_field_msg,
END OF ty_header_check
|
|
| 4 | TY_HEADER_CHECK_STAB | Private | See coding | Checks at Header Level | 20041124 | ty_header_check_stab TYPE SORTED TABLE OF ty_header_check
WITH UNIQUE KEY field check chain
|
|
| 5 | TY_ITEM_CHECK | Private | See coding | Checks at Item Level | 20041124 | BEGIN OF ty_item_check,
field TYPE fieldname,
item_guid type wcb_item_guid,
check TYPE REF TO if_wcb_object,
chain TYPE wcb_chain,
field_message TYPE REF TO cl_wcb_field_msg,
END OF ty_item_check
|
|
| 6 | TY_ITEM_CHECK_STAB | Private | See coding | Checks at Item Level | 20041124 | ty_item_check_stab TYPE SORTED TABLE OF ty_item_check
WITH UNIQUE KEY item_guid field check chain
|
History
| Last changed by/on | SAP | 20041209 |
| SAP Release Created in | 600 |