SAP ABAP Class CL_MEV_DEFAULTING (Period-end valuation: Determination of default values)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-CMM (Application Component) Commodity Management in Logistics
⤷
LOG_CMM_MEV_GEN_COM (Package) Period-End Valuation Common Objects
⤷
⤷
Properties
| Class | CL_MEV_DEFAULTING | |
| Short Description | Period-end valuation: Determination of default values | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | LOG_CMM_MEV_GEN_COM | Period-End Valuation Common Objects |
| Created | 20120906 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_MEV_DEFAULTING has no forward declaration.
Interfaces
Class CL_MEV_DEFAULTING has no interface implemented.
Friends
Class CL_MEV_DEFAULTING has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | MEV_PACKAGE_SIZE | 100 | Period-End Valuation: Package Size | 20121023 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Proposes the package size | 20121023 | |
| 2 | Static method | Public | Method | Proposes the reset date | 20120918 | |
| 3 | Static method | Public | Method | Proposes the evaluation date | 20120906 |
Events
Class CL_MEV_DEFAULTING has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_DATE | Private | See coding | 20120918 | BEGIN OF ty_date,
year TYPE bdatj,
month TYPE bumon,
day TYPE butag,
END OF ty_date
|
Method Signatures
Method GET_PACKAGE_SIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_PACKAGE_SIZE | Value transfer | Type reference (TYPE) | MEV_PACKAGE_SIZE | Period-End Valuation: Package Size | 20121023 |
Method GET_PACKAGE_SIZE on class CL_MEV_DEFAULTING has no exception.
Method GET_RESET_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RDATE | Value transfer | Type reference (TYPE) | MEV_BUDAT_RESET | Period-End Valuation: Reset Posting Date | 20120918 |
Method GET_RESET_DATE on class CL_MEV_DEFAULTING has no exception.
Method GET_VALUATION_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_VAL_DATE | Value transfer | Type reference (TYPE) | MEV_VAL_DATE | Period-End Valuation: Valuation Date | 20120906 |
Method GET_VALUATION_DATE on class CL_MEV_DEFAULTING has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 617 |