SAP ABAP Class CL_WCB_CC_CUSTOMIZING_FACTORY (Condition Contract Customizing Factory)
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_CC_CUSTOMIZING_FACTORY | |
| Short Description | Condition Contract Customizing Factory | |
| 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 | 20040921 | SAP |
| Last change | 20041209 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WCB_CC_CUSTOMIZING_FACTORY has no forward declaration.
Interfaces
Class CL_WCB_CC_CUSTOMIZING_FACTORY has no interface implemented.
Friends
Class CL_WCB_CC_CUSTOMIZING_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_CC_CUST_STAB | Table: Type and Customizing Object | 20040921 | |||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WCB_CC_CUSTOMIZING_FACTORY | Condition Contract Customizing Factory | 20040921 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20040921 | |
| 2 | Static method | Public | Method | Return Factory | 20040921 | |
| 3 | Instance method | Public | Method | Return Customizing Object | 20040921 |
Events
Class CL_WCB_CC_CUSTOMIZING_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_CC_CUST | Private | See coding | Type and Customizing Object | 20040921 | BEGIN OF ty_cc_cust,
contract_type TYPE wcb_contract_type,
cust TYPE REF TO cl_wcb_cc_customizing,
END OF ty_cc_cust
|
|
| 2 | TY_CC_CUST_STAB | Private | See coding | Table: Type and Customizing Object | 20040921 | ty_cc_cust_stab TYPE SORTED TABLE OF ty_cc_cust
WITH UNIQUE KEY contract_type
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WCB_CC_CUSTOMIZING_FACTORY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WCB_CC_CUSTOMIZING_FACTORY has no exception.
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_CC_CUSTOMIZING_FACTORY | Konditionkontrakt Customizing Fabrik | 20040921 |
Method GET_FACTORY on class CL_WCB_CC_CUSTOMIZING_FACTORY has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTRACT_TYPE | Call by reference | Type reference (TYPE) | WCB_CONTRACT_TYPE | Konditionskontraktart | 20040921 | |||
| 2 | RE_CUST | Value transfer | Object reference (TYPE REF TO) | CL_WCB_CC_CUSTOMIZING | Konditionskontraktcustomizing | 20040921 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Meldung | 20041015 |
History
| Last changed by/on | SAP | 20041209 |
| SAP Release Created in | 600 |