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 CHBK 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 AT_MAP Instance attribute Private Type reference (TYPE) TY_MAP_STAB Mapping from Temporary to Final Number 20041014
2 A_NUMBER Instance attribute Private Type reference (TYPE) I Condition Contract Number 20041006
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20041006
2 CREATE_NUMBER Instance method Public Method Provide New Temporary Number 20041006
3 DETERMINE_FINAL Instance method Public Method Determine Final Number 20041014
4 GET_FINAL Instance method Public Method Read Final Number Already Determined 20050329
5 IS_TEMP Static method Public Method Number is temporary 20041015
6 RESET 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 Returning 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 Importing I_CC_CUST Call by reference Object reference (TYPE REF TO) CL_WCB_CC_CUSTOMIZING Konditionskontraktcustomizing 20041014
2 Importing I_TMP_NUMBER Call by reference Type reference (TYPE) WCB_COCO_NUM temporäre Konditionskontraktnummer 20041014
3 Returning RE_FINAL Value transfer Type reference (TYPE) WCB_COCO_NUM Konditionskontraktnummer 20041014
# Exception Resumable Description Created on
1 CX_WCB_ERROR Fehler 20041014

Method GET_FINAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TMP_NUMBER Call by reference Type reference (TYPE) WCB_COCO_NUM temporäre Konditionskontraktnummer 20050329
2 Returning RE_FINAL Value transfer Type reference (TYPE) WCB_COCO_NUM Konditionskontraktnummer 20050329
# Exception Resumable Description Created on
1 CX_WCB_NOT_FOUND Eintrag wurde nicht gefunden 20050329

Method IS_TEMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NUM Call by reference Type reference (TYPE) WCB_COCO_NUM Konditionskontraktnummer 20041015
2 Returning 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