SAP ABAP Class CL_DATE_DETERMINE (Determines Valid-to Date)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM-LOC-BR (Application Component) Brazil
     J1BA (Package) Localization Brazil
Properties
Class CL_DATE_DETERMINE  
Short Description Determines Valid-to Date    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package J1BA   Localization Brazil 
Created 20010608   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DATE_DETERMINE has no forward declaration.
Interfaces
Class CL_DATE_DETERMINE has no interface implemented.
Friends
Class CL_DATE_DETERMINE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_KEYFIELDS Instance attribute Private See coding 20121221
2 M_COUNTER Instance attribute Private Type reference (TYPE) I 20010611
3 M_IT_ALTERED_ITEMS Instance attribute Private See coding 20010611
4 M_STORED_DATE Instance attribute Private Type reference (TYPE) D 20010611
5 M_TABLENAME Instance attribute Private Type reference (TYPE) DD03L-TABNAME Table Name 20010611
6 M_WHERECLAUSE Instance attribute Private Type reference (TYPE) STRING 20010611
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_ALTERED_ITEM Instance method Public Method Adds Item to Internal Table Containing Changed Items 20010611
2 COMPARE_ITEMS Instance method Protected Method Compares Key Fields from Two Items 20010608
3 CONSTRUCTOR Instance method Public Constructor Constructor 20010611
4 CONVERT_DATE Static method Public Method Converts Inverted Dates to Normal Dates 20010611
5 DETERMINE_VALIDTO_DATE Instance method Public Method Determines Item's Valid-to Date 20010611
6 GET_DELETED_ITEMS Instance method Public Method Gives a Table of the Items That Were Deleted 20020227
7 GET_VALIDFROM_DATE_FROM_ITEM Instance method Protected Method Returns Item's Valid-from Date 20010612
8 RESET Instance method Public Method Resets Internal Counter 20010611
Events
Class CL_DATE_DETERMINE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_ALTERED_ITEM Private See coding 20010611 BEGIN OF ty_altered_item, item_ref TYPE REF TO data, mode TYPE i, END OF ty_altered_item
Method Signatures

Method APPEND_ALTERED_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEM Call by reference Type reference (TYPE) ANY 20010611
2 Importing I_MODE Value transfer Type reference (TYPE) I 20010611

Method APPEND_ALTERED_ITEM on class CL_DATE_DETERMINE has no exception.

Method COMPARE_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_ITEMS_ARE_EQUAL Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20010608
2 Importing I_1 Call by reference Type reference (TYPE) ANY 20010608
3 Importing I_2 Call by reference Type reference (TYPE) ANY 20010608

Method COMPARE_ITEMS on class CL_DATE_DETERMINE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME_OF_TABLE Call by reference Type reference (TYPE) C 20010611
# Exception Resumable Description Created on
1 TABLE_NOT_FOUND Table does not exist in the dictionary 20010615

Method CONVERT_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_DATE Value transfer Type reference (TYPE) D 20010611
2 Importing I_DATE Call by reference Type reference (TYPE) C 20010612

Method CONVERT_DATE on class CL_DATE_DETERMINE has no exception.

Method DETERMINE_VALIDTO_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_TO Value transfer Type reference (TYPE) J_1BTXIP2-VALIDFROM Datum, ab dem steuerl. Regelung gültig ist 20010611
2 Importing I_ITEM Call by reference Type reference (TYPE) ANY 20010611
3 Importing I_ONLY_DB_ENTRIES Value transfer Type reference (TYPE) C Gibt an, ob m_it_altered_items ignoriert werden soll 20020227

Method DETERMINE_VALIDTO_DATE on class CL_DATE_DETERMINE has no exception.

Method GET_DELETED_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DELETED_ITEMS Call by reference Type reference (TYPE) STANDARD TABLE Tabelle gelöschter Items 20020227

Method GET_DELETED_ITEMS on class CL_DATE_DETERMINE has no exception.

Method GET_VALIDFROM_DATE_FROM_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_VALIDFROM_DATE Value transfer Type reference (TYPE) DATE Datum im CHAR-Format 20010612
2 Importing I_ITEM Call by reference Type reference (TYPE) ANY 20010612

Method GET_VALIDFROM_DATE_FROM_ITEM on class CL_DATE_DETERMINE has no exception.

Method RESET Signature

Method RESET on class CL_DATE_DETERMINE has no parameter.
Method RESET on class CL_DATE_DETERMINE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 470