SAP ABAP Class CL_WCB_TABLE_CHECK_FACTORY (Check Factory for Condition Contract Table Fields)
Hierarchy
☛
EA-GLTRADE (Software Component) SAP Enterprise Extension Global Trade
⤷
LO-GT-CHB (Application Component) Chargeback
⤷
WCB_CC_PERS (Package) Condition Contract Persistence Layer
⤷
⤷
Properties
| Class | CL_WCB_TABLE_CHECK_FACTORY | |
| Short Description | Check Factory for Condition Contract Table Fields | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WCB_CC_PERS | Condition Contract Persistence Layer |
| Created | 20041025 | 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
Class CL_WCB_TABLE_CHECK_FACTORY has no interface implemented.
Friends
Class CL_WCB_TABLE_CHECK_FACTORY 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_CATEGORY_GROUP_STAB | Table: Check Category and Check Group | 20041025 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TY_CC_CHECK_STAB | Table: Keys and Check Class | 20041025 | |||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WCB_TABLE_CHECK_FACTORY | Check Factory for Condition Contract Table Fields | 20041025 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20041025 | |
| 2 | Instance method | Private | Method | Instantiate Check Classes | 20041025 | |
| 3 | Instance method | Public | Method | Determines Classes for a Key Combination | 20041108 | |
| 4 | Static method | Public | Method | Return Factory | 20041025 | |
| 5 | Instance method | Private | Method | Transfers Check Category and Check Group in Table | 20041025 | |
| 6 | Instance method | Private | Method | Transfers Instance to Table | 20041025 | |
| 7 | Instance method | Private | Method | Were the Check Classes Already Instantiated? | 20041025 |
Events
Class CL_WCB_TABLE_CHECK_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_CATEGORY_GROUP | Private | See coding | Check Category and Check Group | 20041025 | BEGIN OF ty_category_group,
check_category TYPE wcb_check_category,
check_group TYPE wcb_check_group,
END OF ty_category_group
|
|
| 2 | TY_CATEGORY_GROUP_STAB | Private | See coding | Table: Check Category and Check Group | 20041025 | ty_category_group_stab TYPE SORTED TABLE OF ty_category_group
WITH UNIQUE KEY check_category
check_group
|
|
| 3 | TY_CC_CHECK | Private | See coding | Key and Check Class | 20041025 | BEGIN OF ty_cc_check,
check_category TYPE wcb_check_category,
check_group TYPE wcb_check_group,
exec_time TYPE wcb_execution_time,
check_table TYPE wcb_cc_table,
check_field TYPE wcb_field,
check_order TYPE wcb_check_order,
class TYPE REF TO if_wcb_table_check,
END OF ty_cc_check
|
|
| 4 | TY_CC_CHECK_STAB | Private | See coding | Table: Key and Check Class | 20041025 | ty_cc_check_stab TYPE SORTED TABLE OF ty_cc_check
WITH UNIQUE KEY check_category
check_group
exec_time
check_table
check_field
check_order
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WCB_TABLE_CHECK_FACTORY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WCB_TABLE_CHECK_FACTORY has no exception.
Method CREATE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHECK_CATEGORY | Call by reference | Type reference (TYPE) | WCB_CHECK_CATEGORY | Konditionskontrakt: Check-Kategorie | 20041025 | |||
| 2 | I_CHECK_GROUP | Call by reference | Type reference (TYPE) | WCB_CHECK_GROUP | Konditionskontrakt: Prüfgruppe | 20041025 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Meldung | 20041025 |
Method DETERMINE_CLASSES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KEY_FIELDS | Call by reference | Type reference (TYPE) | WCB_CC_TAB_EXT_KEY | Schlüsselfelder Konditions-Kontrakt-Tabelle/Feld extern | 20041108 | |||
| 2 | RE_CHECK_CLASS_LIST | Value transfer | Object reference (TYPE REF TO) | IF_WCB_TABLE_CHECK_COLL | Kollektionen externe Checks für Kontrakt-Tab.-Felder | 20041108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Meldung | 20041108 |
Method GET_FACTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_FACTORY | Value transfer | Object reference (TYPE REF TO) | CL_WCB_TABLE_CHECK_FACTORY | Check-Fabrik für Felder der Konditionskontrakt-Tabellen | 20041025 |
Method GET_FACTORY on class CL_WCB_TABLE_CHECK_FACTORY has no exception.
Method INSERT_INTO_CAT_GROUP_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CAT_GROUP | Call by reference | Type reference (TYPE) | TY_CATEGORY_GROUP | Check-Kategorie und Check-Gruppe | 20041025 |
Method INSERT_INTO_CAT_GROUP_TAB on class CL_WCB_TABLE_CHECK_FACTORY has no exception.
Method INSERT_INTO_CC_CHECK_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CC_CHECK | Call by reference | Type reference (TYPE) | TY_CC_CHECK | Schlüssel und Check-Klasse | 20041025 |
Method INSERT_INTO_CC_CHECK_TAB on class CL_WCB_TABLE_CHECK_FACTORY has no exception.
Method IS_INSTANCE_CREATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHECK_CATEGORY | Call by reference | Type reference (TYPE) | WCB_CHECK_CATEGORY | Konditionskontrakt: Check-Kategorie | 20041025 | |||
| 2 | I_CHECK_GROUP | Call by reference | Type reference (TYPE) | WCB_CHECK_GROUP | Konditionskontrakt: Prüfgruppe | 20041025 | |||
| 3 | RE_CREATED | Value transfer | Type reference (TYPE) | BVAL | Boolean | 20041025 |
Method IS_INSTANCE_CREATED on class CL_WCB_TABLE_CHECK_FACTORY has no exception.
History
| Last changed by/on | SAP | 20041209 |
| SAP Release Created in | 600 |