SAP ABAP Class CL_ILM_STOR_DATE (ILM DB Store: Expiration Date Helper)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ILM-STO (Application Component) Integrated Data Base Archive Store
⤷
S_ILM_STOR_UTIL (Package) ILM DB Store: Utilities
⤷
⤷
Properties
| Class | CL_ILM_STOR_DATE | |
| Short Description | ILM DB Store: Expiration Date Helper | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ILM_STOR_UTIL | ILM DB Store: Utilities |
| Created | 20130613 | SAP |
| Last change | 20140121 | 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_ILM_STOR_DATE has no interface implemented.
Friends
Class CL_ILM_STOR_DATE has no friend class.
Attributes
Class CL_ILM_STOR_DATE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Checks Whether a Date Is in the Future | 20130816 | |
| 2 | Static method | Public | Method | Checks Whether a Date Is in the Past | 20130816 | |
| 3 | Static method | Public | Method | Checks Whether Two Dates Are Alike | 20130816 | |
| 4 | Static method | Public | Method | Checks Whether a String Is a Valid Date | 20130816 | |
| 5 | Static method | Public | Method | Converts a String into a Date | 20130816 | |
| 6 | Static method | Public | Method | Converts a Date into a String | 20130816 |
Events
Class CL_ILM_STOR_DATE has no event.
Types
Class CL_ILM_STOR_DATE has no local type.
Method Signatures
Method IS_FUTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE_COMPARE | Call by reference | Type reference (TYPE) | CLIKE | Zu testendes Datum | 20130816 | |||
| 2 | IV_DATE_COMPARE_WITH | Call by reference | Type reference (TYPE) | CLIKE | Vergleichsdatum; sy-datum wenn leer | 20130816 | |||
| 3 | RV_VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | abap_true, wenn compare > compare_with | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Laufzeitfehler | 20130816 |
Method IS_PAST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE_COMPARE | Call by reference | Type reference (TYPE) | CLIKE | Zu testendes Datum | 20130816 | |||
| 2 | IV_DATE_COMPARE_WITH | Call by reference | Type reference (TYPE) | CLIKE | Vergleichsdatum; sy-datum wenn leer | 20130816 | |||
| 3 | RV_VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | abap_true, wenn compare < compare_with | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Laufzeitfehler | 20130816 |
Method IS_SAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE_COMPARE | Call by reference | Type reference (TYPE) | CLIKE | Zu testendes Datum | 20130816 | |||
| 2 | IV_DATE_COMPARE_WITH | Call by reference | Type reference (TYPE) | CLIKE | VergleichsdatumVergleichsdatum; sy-datum wenn leer | 20130816 | |||
| 3 | RV_VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | abap_true, wenn compare = compare_with | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Laufzeitfehler | 20130816 |
Method IS_VALID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE_STRING | Call by reference | Type reference (TYPE) | CLIKE | Zu prüfendes Datum | 20130816 | |||
| 2 | RV_VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | abap_true, wenn der String ein gültiges Datum enthält | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Laufzeitfehler | 20130816 |
Method TO_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE_STRING | Call by reference | Type reference (TYPE) | CLIKE | Zu konvertierendes Datum | 20130816 | |||
| 2 | RV_VALUE | Value transfer | Type reference (TYPE) | DATS | Feld vom Typ DATS | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Laufzeitfehler | 20130816 |
Method TO_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE | Call by reference | Type reference (TYPE) | DATS | Feld vom Typ DATS | 20130816 | |||
| 2 | RV_VALUE | Value transfer | Type reference (TYPE) | STRING | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Laufzeitfehler | 20130816 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |