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 | Instance attribute | Private | See coding | 20121221 | |||||
| 2 | Instance attribute | Private | Type reference (TYPE) | I | 20010611 | ||||
| 3 | Instance attribute | Private | See coding | 20010611 | |||||
| 4 | Instance attribute | Private | Type reference (TYPE) | D | 20010611 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | DD03L-TABNAME | Table Name | 20010611 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | STRING | 20010611 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds Item to Internal Table Containing Changed Items | 20010611 | |
| 2 | Instance method | Protected | Method | Compares Key Fields from Two Items | 20010608 | |
| 3 | Instance method | Public | Constructor | Constructor | 20010611 | |
| 4 | Static method | Public | Method | Converts Inverted Dates to Normal Dates | 20010611 | |
| 5 | Instance method | Public | Method | Determines Item's Valid-to Date | 20010611 | |
| 6 | Instance method | Public | Method | Gives a Table of the Items That Were Deleted | 20020227 | |
| 7 | Instance method | Protected | Method | Returns Item's Valid-from Date | 20010612 | |
| 8 | 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 | I_ITEM | Call by reference | Type reference (TYPE) | ANY | 20010611 | ||||
| 2 | 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 | E_ITEMS_ARE_EQUAL | Value transfer | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20010608 | |||
| 2 | I_1 | Call by reference | Type reference (TYPE) | ANY | 20010608 | ||||
| 3 | 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 | I_NAME_OF_TABLE | Call by reference | Type reference (TYPE) | C | 20010611 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | E_DATE | Value transfer | Type reference (TYPE) | D | 20010611 | ||||
| 2 | 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 | E_TO | Value transfer | Type reference (TYPE) | J_1BTXIP2-VALIDFROM | Datum, ab dem steuerl. Regelung gültig ist | 20010611 | |||
| 2 | I_ITEM | Call by reference | Type reference (TYPE) | ANY | 20010611 | ||||
| 3 | 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 | 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 | E_VALIDFROM_DATE | Value transfer | Type reference (TYPE) | DATE | Datum im CHAR-Format | 20010612 | |||
| 2 | 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 |