SAP ABAP Class CL_CPE_CALENDAR (Calendar)
Hierarchy
☛
PI_BASIS (Software Component) Basis Plug-In
⤷
CA-GTF-CPE (Application Component) Commodity Pricing Engine
⤷
CPE_FA_FE (Package) Commodity Pricing: Formula Assembly and Evaluation (ABAP)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CPE_CALENDAR | Calendar | 20121214 |
Properties
| Class | CL_CPE_CALENDAR | |
| Short Description | Calendar | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CPE_FA_FE | Commodity Pricing: Formula Assembly and Evaluation (ABAP) |
| Created | 20120917 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CPE_CALENDAR has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CPE_CALENDAR | Calendar | 20121214 |
Friends
Class CL_CPE_CALENDAR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Attribute reference (LIKE) | 20121002 | |||||
| 2 | Instance attribute | Private | Type reference (TYPE) | TY_CALENDAR_DAYS | 20121218 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20121002 | |
| 2 | Instance method | Protected | Method | 20121002 |
Events
Class CL_CPE_CALENDAR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_CALENDAR_DAY | Private | See coding | 20121218 | BEGIN OF ty_calendar_day,
date TYPE cpet_quotdate,
closed TYPE abap_bool,
END OF ty_calendar_day
|
||
| 2 | TY_CALENDAR_DAYS | Private | See coding | 20121218 | ty_calendar_days TYPE SORTED TABLE OF ty_calendar_day WITH UNIQUE KEY date
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CALENDAR_ID | Call by reference | Type reference (TYPE) | CPET_PERDETCALID | CPE Term - Calendar Used for Period Determination | 20121002 |
Method CONSTRUCTOR on class CL_CPE_CALENDAR has no exception.
Method IS_CLOSED_MARKET_DAY Signature
Method IS_CLOSED_MARKET_DAY on class CL_CPE_CALENDAR has no parameter.
Method IS_CLOSED_MARKET_DAY on class CL_CPE_CALENDAR has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |