SAP ABAP Class CL_MASTER_DATA_CK (Costing Master Data)
Hierarchy
☛
ECC-DIMP (Software Component) DIMP
⤷
CO-PC-PCP (Application Component) Product Cost Planning
⤷
ISAUTO_CK (Package) Automotive Enhancements to PP Product Costing
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_COSTING_ITEM | PCP Valuation Object | 20001023 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_MASTER_DATA_ACT_CK | Costing Master Data for Activities | 20001023 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_MASTER_DATA_CMP_CK | Costing Master Data for Material Components | 20001023 |
Properties
| Class | CL_MASTER_DATA_CK | |
| Short Description | Costing Master Data | |
| Super Class | CL_COSTING_ITEM | PCP Valuation Object |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ISAUTO_CK | Automotive Enhancements to PP Product Costing |
| Created | 20001023 | SAP |
| Last change | 20050301 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_MASTER_DATA_CK has no interface implemented.
Friends
Class CL_MASTER_DATA_CK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | CKTC_CBEW | Costing Master Data | 20001110 | |||
| 2 | Constant | Public | Type reference (TYPE) | CKF_PRICE_LINE-CURTP | ' ' | Currency Type and Valuation Category of Transaction Currency | 20001110 | ||
| 3 | Instance attribute | Public | Type reference (TYPE) | TYPPS | Item Category for the GUI | 20001108 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | SY-DATUM | Valuation Date | 20001110 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Determines the Chances and Risks | 20001206 | |
| 2 | Instance method | Public | Constructor | Constructor | 20001110 | |
| 3 | Static method | Public | Method | Curreny Translations for Chances and Risks | 20001206 | |
| 4 | Instance method | Protected | Method | Determines Prices/Values from CBEW | 20001110 | |
| 5 | Instance method | Public | Method | Determines Valuation Price from CBEW | 20001110 |
Events
Class CL_MASTER_DATA_CK has no event.
Types
Class CL_MASTER_DATA_CK has no local type.
Method Signatures
Method CALCULATE_CHANCES_AND_RISKS Signature
Method CALCULATE_CHANCES_AND_RISKS on class CL_MASTER_DATA_CK has no parameter.
Method CALCULATE_CHANCES_AND_RISKS on class CL_MASTER_DATA_CK has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_GUID_COSTING_MASTER_DATA | Call by reference | Type reference (TYPE) | GUID_16 | GUID des Kalkulationsstammdatums | 20001110 | |||
| 2 | IM_ITEM_CATEGORY_GUI | Call by reference | Type reference (TYPE) | TYPPS | Positionstyp | 20010323 | |||
| 3 | IM_QUANTITY | Call by reference | Type reference (TYPE) | CKBK_QUANTITY | Menge + Mengeneinheit | 20001110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Kalkulationsstammdaten nicht vorhanden | 20001110 | ||
| 2 | Eingabedaten unvollständig | 20001110 |
Method CURRENCY_CONVERT_C_AND_R Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_CHANCE_CURRENCY_TARGET | Call by reference | Type reference (TYPE) | CKTC_CHANCE_OW | Chance (in Objektwährung) | 20010228 | |||
| 2 | EX_RISK_CURRENCY_TARGET | Call by reference | Type reference (TYPE) | CKTC_RISIKO_OW | Risiko (in Objektwährung) | 20010228 | |||
| 3 | IM_CHANCE_CURRENCY_SOURCE | Call by reference | Type reference (TYPE) | CKTC_CHANCE_OW | Chance | 20010228 | |||
| 4 | IM_CURRENCY_SOURCE | Call by reference | Type reference (TYPE) | CKIS-FWAER | Quellwährung | 20010228 | |||
| 5 | IM_CURRENCY_TARGET | Call by reference | Type reference (TYPE) | CKIS-FWAER_KPF | Zielwährung | 20010228 | |||
| 6 | IM_DATE | Call by reference | Type reference (TYPE) | KEKO-BWDAT | Bewertungstermin einer Kalkulation | 20001206 | |||
| 7 | IM_RATE_TYPE | Call by reference | Type reference (TYPE) | KURST | Kurstyp | 20001206 | |||
| 8 | IM_RISK_CURRENCY_SOURCE | Call by reference | Type reference (TYPE) | CKTC_RISIKO_OW | Risiko | 20010228 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei der Währungsumrechnung | 20001206 |
Method GET_PRICES_FROM_CBEW Signature
Method GET_PRICES_FROM_CBEW on class CL_MASTER_DATA_CK has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler bei der Bewertung aufgetreten | 20001110 | ||
| 2 | Programmfehler. Nie abfangen! | 20001110 | ||
| 3 | Kein gültiger Preis ermittelt | 20001110 |
Method GET_PRICE_FROM_CBEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_PRICE | Value transfer | Type reference (TYPE) | CKF_PRICE_LINE | Bewertungsdaten | 20001110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Programmfehler. Nie abfangen! | 20001110 | ||
| 2 | ungültige Kalkulationsstammdaten | 20001110 | ||
| 3 | Preis nicht gefunden | 20001110 |
History
| Last changed by/on | SAP | 20050301 |
| SAP Release Created in | 46C |