SAP ABAP Class CL_RSDMD_ATTRDATE (Treatment: Times for Time-Dependent Attributes)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSDMD (Package) Master Data Update
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RS_BASE | BW Basis | 20050916 |
Properties
| Class | CL_RSDMD_ATTRDATE | |
| Short Description | Treatment: Times for Time-Dependent Attributes | |
| Super Class | CL_RS_BASE | BW Basis |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDMD | Master Data Update |
| Created | 20050916 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSDMD_ATTRDATE has no forward declaration.
Interfaces
Class CL_RSDMD_ATTRDATE has no interface implemented.
Friends
Class CL_RSDMD_ATTRDATE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | G_CL_CHABAS_BUF | Characteristic Buffer | 20051107 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | PT_TS_BUF | 20051107 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20051107 | |
| 2 | Static method | Public | Method | Inserts New Records into the Time Table | 20050916 | |
| 3 | Static method | Public | Method | Is there a change to the specified interval? | 20050916 | |
| 4 | Static method | Public | Method | Restructures time table from Q table | 20050916 |
Events
Class CL_RSDMD_ATTRDATE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | NT_TS_DATETO | Public | See coding | 20050916 | NT_TS_DATEto type sorted table of RSDMDATTRDATE
with unique key chabasnm dateto
|
||
| 2 | PT_S_BUF | Private | See coding | 20051107 | begin of PT_S_BUF,
chabasnm type rschabasnm,
date1 type sy-datum,
date2 type sy-datum,
change type rs_bool,
end of pt_s_buf
|
||
| 3 | PT_TS_BUF | Private | See coding | 20051107 | PT_TS_BUF type sorted table of pt_s_buf
with unique key chabasnm date1 date2
|
||
| 4 | PT_T_DATETO | Private | See coding | 20050916 | PT_T_DATETO type standard table of RSDMDATTRDATE
with non-unique key chabasnm dateto
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSDMD_ATTRDATE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSDMD_ATTRDATE has no exception.
Method INSERT_NEW_DATETO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TS_DATETO | Call by reference | Type reference (TYPE) | NT_TS_DATETO | 20050916 |
Method INSERT_NEW_DATETO on class CL_RSDMD_ATTRDATE has no exception.
Method IS_CHANGE_BETWEEN_DATES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHABASNM | Call by reference | Type reference (TYPE) | RSCHABASNM | Referenzmerkmal | 20050916 | |||
| 2 | I_DATE1 | Value transfer | Type reference (TYPE) | SY-DATUM | Querystichtag vom Cache | 20050916 | |||
| 3 | I_DATE2 | Value transfer | Type reference (TYPE) | SY-DATUM | Querystichtag | 20050916 | |||
| 4 | R_RESULT | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20050916 |
Method IS_CHANGE_BETWEEN_DATES on class CL_RSDMD_ATTRDATE has no exception.
Method REBUILD_ATTRDATES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHABASNM | Call by reference | Type reference (TYPE) | RSCHABASNM | Referenzmerkmal | 20050916 |
Method REBUILD_ATTRDATES on class CL_RSDMD_ATTRDATE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |