SAP ABAP Class CL_USMD_UG_TIME (Time: General Services)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-APP-FIN (Application Component) MDG for Financials
⤷
USMD_UGMD0 (Package) FIN General: Master Data
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_USMD_UG_TIME | Time: General Services | 20110127 |
Properties
| Class | CL_USMD_UG_TIME | |
| Short Description | Time: General Services | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | USMD_UGMD0 | FIN General: Master Data |
| Created | 20110127 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_USMD_UG_TIME has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_USMD_UG_TIME | Time: General Services | 20110127 |
Friends
Class CL_USMD_UG_TIME has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | USMD_UGMD_TS_FIELD_VAL | Dataset with Time Fields and so on | 20110127 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | PERIV | Fiscal Year Variant | 20110127 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | T_DATE2PERIOD | Read Buffer | 20110127 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | T_PERIOD2DATE | Read Buffer | 20110127 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | T_PERIOD2PERIOD | Read Buffer | 20110127 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20110127 |
Events
Class CL_USMD_UG_TIME has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_DATE2PERIOD | Private | See coding | 20110127 | BEGIN OF s_date2period,
periv TYPE periv,
date TYPE sy-datum,
fiscyear TYPE t009b-bdatj,
fiscperiod TYPE t009b-poper,
END OF s_date2period
|
||
| 2 | S_PERIOD2DATE | Private | See coding | Display Period for From and To Date | 20110127 | BEGIN OF s_period2date,
periv TYPE periv,
fiscyear TYPE t009b-bdatj,
fiscperiod TYPE t009b-poper,
datefrom TYPE sy-datum,
dateto TYPE sy-datum,
END OF s_period2date
|
|
| 3 | S_PERIOD2PERIOD | Private | See coding | 20110127 | BEGIN OF s_period2period,
conv_mode TYPE char01,
periv_src TYPE periv,
fiscy_src TYPE t009b-bdatj,
fiscp_src TYPE t009b-poper,
periv_tgt TYPE periv,
fiscy_tgt TYPE t009b-bdatj,
fiscp_tgt TYPE t009b-poper,
END OF s_period2period
|
||
| 4 | T_DATE2PERIOD | Private | See coding | 20110127 | t_date2period TYPE HASHED TABLE OF s_date2period
WITH UNIQUE KEY periv date
|
||
| 5 | T_PERIOD2DATE | Private | See coding | 20110127 | t_period2date TYPE HASHED TABLE OF s_period2date
WITH UNIQUE KEY periv fiscyear fiscperiod
|
||
| 6 | T_PERIOD2PERIOD | Private | See coding | 20110127 | t_period2period TYPE HASHED TABLE OF s_period2period
WITH UNIQUE KEY conv_mode periv_src fiscy_src fiscp_src periv_tgt
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FFIX | Call by reference | Type reference (TYPE) | USMD_UGMD_TS_FIELD_VAL | Datenbestand für die Konvertierungen | 20110127 | |||
| 2 | I_PERIV | Call by reference | Type reference (TYPE) | PERIV | Geschäftsjahresvariante | 20110127 |
Method CONSTRUCTOR on class CL_USMD_UG_TIME has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 606 |