SAP ABAP Class CL_WCB_TEMP_NUMBER (Temporary Condition Contract Number)
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_TEMP_NUMBER | |
| Short Description | Temporary Condition Contract Number | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WCB_CC_PERS | Condition Contract Persistence Layer |
| Created | 20041006 | SAP |
| Last change | 20050615 | 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_TEMP_NUMBER has no interface implemented.
Friends
Class CL_WCB_TEMP_NUMBER 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_MAP_STAB | Mapping from Temporary to Final Number | 20041014 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | I | Condition Contract Number | 20041006 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20041006 | |
| 2 | Instance method | Public | Method | Provide New Temporary Number | 20041006 | |
| 3 | Instance method | Public | Method | Determine Final Number | 20041014 | |
| 4 | Instance method | Public | Method | Read Final Number Already Determined | 20050329 | |
| 5 | Static method | Public | Method | Number is temporary | 20041015 | |
| 6 | Instance method | Public | Method | Reset Number | 20041006 |
Events
Class CL_WCB_TEMP_NUMBER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_MAP | Private | See coding | Mapping from Temporary to Final Number | 20041014 | BEGIN OF ty_map,
tmp_num TYPE wcb_coco_num,
final TYPE wcb_coco_num,
END OF ty_map
|
|
| 2 | TY_MAP_STAB | Private | See coding | Mapping from Temporary to Final Number | 20041014 | ty_map_stab TYPE SORTED TABLE OF ty_map
WITH UNIQUE KEY tmp_num
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_WCB_TEMP_NUMBER has no parameter.
Method CONSTRUCTOR on class CL_WCB_TEMP_NUMBER has no exception.
Method CREATE_NUMBER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_NUMBER | Value transfer | Type reference (TYPE) | WCB_COCO_NUM | Konditionskontraktnummer | 20041006 |
Method CREATE_NUMBER on class CL_WCB_TEMP_NUMBER has no exception.
Method DETERMINE_FINAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CC_CUST | Call by reference | Object reference (TYPE REF TO) | CL_WCB_CC_CUSTOMIZING | Konditionskontraktcustomizing | 20041014 | |||
| 2 | I_TMP_NUMBER | Call by reference | Type reference (TYPE) | WCB_COCO_NUM | temporäre Konditionskontraktnummer | 20041014 | |||
| 3 | RE_FINAL | Value transfer | Type reference (TYPE) | WCB_COCO_NUM | Konditionskontraktnummer | 20041014 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20041014 |
Method GET_FINAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TMP_NUMBER | Call by reference | Type reference (TYPE) | WCB_COCO_NUM | temporäre Konditionskontraktnummer | 20050329 | |||
| 2 | RE_FINAL | Value transfer | Type reference (TYPE) | WCB_COCO_NUM | Konditionskontraktnummer | 20050329 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Eintrag wurde nicht gefunden | 20050329 |
Method IS_TEMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NUM | Call by reference | Type reference (TYPE) | WCB_COCO_NUM | Konditionskontraktnummer | 20041015 | |||
| 2 | RE_IS_TMP | Value transfer | Type reference (TYPE) | BVAL | Boolean | 20041015 |
Method IS_TEMP on class CL_WCB_TEMP_NUMBER has no exception.
Method RESET Signature
Method RESET on class CL_WCB_TEMP_NUMBER has no parameter.
Method RESET on class CL_WCB_TEMP_NUMBER has no exception.
History
| Last changed by/on | SAP | 20050615 |
| SAP Release Created in | 600 |