SAP ABAP Class CL_CE_NODE_CK (PCP: Structure Nodes of a Costing Hierarchy)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   CO-PC-PCP (Application Component) Product Cost Planning
     CKBK (Package) R/3 Application Development: PP Costing Valuation
Properties
Class CL_CE_NODE_CK  
Short Description PCP: Structure Nodes of a Costing Hierarchy    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CKBK   R/3 Application Development: PP Costing Valuation 
Created 19991104   SAP 
Last change 00000000   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CK Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CKBK Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 CKC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CE_NODE_CK has no interface implemented.
Friends
Class CL_CE_NODE_CK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CE_ALLOWED Instance attribute Public Type reference (TYPE) XFLAG New input values 19991108
2 CE_HIERARCHY Instance attribute Private Object reference (TYPE REF TO) CL_CE_HIERARCHY_CK PCP: Costing Service 19991108
3 CE_NOT_CHANGEABLE Instance attribute Public Type reference (TYPE) XFLAG Cost Estimate Cannot Be Changed 20000316
4 CHILDREN Instance attribute Public Type reference (TYPE) CKF_CE_NODE_TABLE Subordinate Nodes 19991108
5 COSTING_KEY Instance attribute Private Type reference (TYPE) CKKEKOKEY Overhead key 19991109
6 COSTING_NUMBER Instance attribute Private Type reference (TYPE) CKKEKOKEY-KALNR Cost Estimate Number for Cost Est. w/o Qty Structure 19991109
7 COSTING_VARIANT Instance attribute Private Type reference (TYPE) CK_KLVAR Costing Variant 19991109
8 COST_ESTIMATE Instance attribute Private Object reference (TYPE REF TO) CL_COST_ESTIMATE PCP Standard Cost Estimate 19991108
9 DATE_FROM Instance attribute Public Type reference (TYPE) CK_ABDAT Costing Date From 19991108
10 DATE_TO Instance attribute Public Type reference (TYPE) CK_BIDAT Costing Date To 19991108
11 LOTSIZE Instance attribute Public Type reference (TYPE) CKF_QUANTITY Lot size 19991109
12 OBJECT_OF_COSTING Instance attribute Public Object reference (TYPE REF TO) IF_OBJECT_OF_COSTING PCP: Interface Required for (Cost Estimate) Reference Object 19991108
13 PARENT Instance attribute Public Object reference (TYPE REF TO) CL_CE_NODE_CK Higher-Level Node 19991108
14 VALUATION_DATE Instance attribute Public Type reference (TYPE) CK_BWDAT Valuation Date of a Cost Estimate 19991108
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 19991104
2 CREATE_COST_ESTIMATE Instance method Public Method Instantiate Costing Object 19991104
3 GET_COSTING_KEY Instance method Public Method Determine Costing Key 19991109
4 GET_COST_ESTIMATE Instance method Public Method Delivers Costing Object of the Node 19991111
5 INSERT_CHILD Instance method Public Method Insert Lower-Level Node 19991104
6 SET_CE_HIERARCHY Instance method Public Method Insert Pointer to Related Hierarchy 19991105
Events
Class CL_CE_NODE_CK has no event.
Types
Class CL_CE_NODE_CK has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CE_ALLOWED Call by reference Type reference (TYPE) XFLAG 'X' space: reiner Strukturknoten ohne Kalkulation 19991104
2 Importing IM_CE_NOT_CHANGEABLE Call by reference Type reference (TYPE) XFLAG SPACE Kalkulation darf nicht geaendert werden 20000316
3 Importing IM_COSTING_KEY Call by reference Type reference (TYPE) CKKEKOKEY obligatorisch fuer Material und FAuf 19991109
4 Importing IM_COSTING_VARIANT Call by reference Type reference (TYPE) CK_KLVAR Kalkulationsvariante (falls ungleich Top-KLVAR) 19991109
5 Importing IM_DATE_FROM Call by reference Type reference (TYPE) CK_ABDAT sy-datum Kalkulationsdatum ab 19991104
6 Importing IM_DATE_TO Call by reference Type reference (TYPE) CK_BIDAT Kalkulationsdatum bis 19991104
7 Importing IM_LOTSIZE Call by reference Type reference (TYPE) CKF_QUANTITY ckc_default_quantity Menge + Mengeneinheit 19991109
8 Importing IM_OBJECT_OF_COSTING Call by reference Object reference (TYPE REF TO) IF_OBJECT_OF_COSTING Zeiger auf Bezugsobjekt 19991104
9 Importing IM_VALUATION_DATE Call by reference Type reference (TYPE) CK_BWDAT sy-datum Bewertungstermin einer Kalkulation 19991104
# Exception Resumable Description Created on
1 FAILED Objekt konnte nicht angelegt werden 19991105

Method CREATE_COST_ESTIMATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WITH_CHILDREN Call by reference Type reference (TYPE) XFLAG space alle KInder mitberuecksichtigen 19991109
# Exception Resumable Description Created on
1 FAILED Kalkulation konnte nicht instantiiert werden 19991109

Method GET_COSTING_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_COSTING_KEYS Call by reference Type reference (TYPE) CKF_KEKOKEY_TABLE Tabelle mit Kalkulationsschluessel 19991109
2 Importing IM_WITH_CHILDREN Call by reference Type reference (TYPE) XFLAG alle Kinder mitberuecksichtigen 19991109
# Exception Resumable Description Created on
1 INTERNAL_ERROR Programmfehler. Nie abfangen! 19991109

Method GET_COST_ESTIMATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_COST_ESTIMATE Call by reference Object reference (TYPE REF TO) CL_COST_ESTIMATE PCP Plankalkulation 19991111
# Exception Resumable Description Created on
1 FAILED TODO 19991111

Method INSERT_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CHILD Call by reference Object reference (TYPE REF TO) CL_CE_NODE_CK PCP: Strukturknoten einer Kalkulationshierarchie 19991104
# Exception Resumable Description Created on
1 FAILED Knoten konnte nicht eingefuegt werden 19991104

Method SET_CE_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_HIERARCHY Call by reference Object reference (TYPE REF TO) CL_CE_HIERARCHY_CK PCP: Kalkulationsservice 19991105

Method SET_CE_HIERARCHY on class CL_CE_NODE_CK has no exception.
History
Last changed by/on SAP  00000000 
SAP Release Created in