SAP ABAP Class CL_COST_COMPONENT_NO_SERVICE (PCP Item Number Manager)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   CO-PC-PCP (Application Component) Product Cost Planning
     CKBK (Package) R/3 Application Development: PP Costing Valuation
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_STATE_CK PCP: Interface for Transaction Service 20000127
Properties
Class CL_COST_COMPONENT_NO_SERVICE  
Short Description PCP Item Number Manager    
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 19981001   SAP 
Last change 20100310   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 CKC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_STATE_CK PCP: Interface for Transaction Service 20000127
Friends
Class CL_COST_COMPONENT_NO_SERVICE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COMPONENT_ID Instance attribute Private Type reference (TYPE) CK_COMPONENT_ID Pointer KIS1 19991026
2 COMPONENT_TABLE_LINE Instance attribute Private Type reference (TYPE) CKF_NS_COMPONENT_TABLE_LINE Entry in the Table 19991123
3 T_COMPONENTS Instance attribute Private Type reference (TYPE) CKF_NS_COMPONENT_TABLE Assignment Table 19981001
Methods
# Method Level Visibility Method type Description Created on
1 COMPONENT_NUMBER_REFRESH Instance method Public Method Number Costing Items Again 20000202
2 CONSTRUCTOR Instance method Public Constructor Constructor 19990827
3 DELETE_COMPONENT Instance method Public Method Release Number 19981001
4 DELETE_COMPONENT_RAW Instance method Public Method Direct Deletion of Items Without Renumbering 20091124
5 DEREGISTER_EVENT Instance method Public Method Deregisters Events 20010709
6 GET_COMPONENT Instance method Public Method Read Component for Number 19981001
7 GET_ID Instance method Public Method Determine Item ID (Pointer KIS1) 19991026
8 GET_MAX_ID Instance method Public Method Read Max. Item ID Assigned 19991130
9 GET_NUMBER Instance method Public Method Determine Item Number 19991026
10 GET_NUMBER_OF_ITEMS Instance method Public Method Number of line items 19991026
11 INSERT_COMPONENT Instance method Public Method Insert New Component 19981001
12 ON_COMPONENT_NUMBER_CHANGE Instance method Private Event handling method Itemization Item Changes Item Number 19991123
13 PREPARE_INSERT_COMPONENT Instance method Private Method Prepare Insertion of Itemization Item 19991124
14 RESET Instance method Public Method Initialize All Attributes 19990827
15 SET_NEXT_FREE_ID Instance method Public Method Set Next Free ID 19991026
Events
Class CL_COST_COMPONENT_NO_SERVICE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_LINE Private See coding TY_LINE 20000202
2 TY_TABLE Private See coding TY_TABLE 20000202
Method Signatures

Method COMPONENT_NUMBER_REFRESH Signature

Method COMPONENT_NUMBER_REFRESH on class CL_COST_COMPONENT_NO_SERVICE has no parameter.
Method COMPONENT_NUMBER_REFRESH on class CL_COST_COMPONENT_NO_SERVICE has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_COST_COMPONENT_NO_SERVICE has no parameter.
Method CONSTRUCTOR on class CL_COST_COMPONENT_NO_SERVICE has no exception.

Method DELETE_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_COMPONENT Call by reference Object reference (TYPE REF TO) CL_COSTING_COMPONENT PCP Bewertungsobjekt 19991109
2 Importing IM_ID Call by reference Type reference (TYPE) CK_COMPONENT_ID Positionsnummer 19981001
# Exception Resumable Description Created on
1 COMPONENT_NOT_FOUND Komponente existiert nicht 19981001
2 INTERNAL_ERROR interner Verwaltungsfehler. Sollte Dump ausloesen! 19981001

Method DELETE_COMPONENT_RAW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_COMPONENT Call by reference Object reference (TYPE REF TO) CL_COSTING_COMPONENT PCP Bewertungsobjekt 20091124
# Exception Resumable Description Created on
1 COMPONENT_NOT_FOUND Komponente existiert nicht 20091124

Method DEREGISTER_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_COSTING_COMPONENT Value transfer Object reference (TYPE REF TO) CL_COSTING_COMPONENT PCP Bewertungsobjekt 20010709

Method DEREGISTER_EVENT on class CL_COST_COMPONENT_NO_SERVICE has no exception.

Method GET_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_COMPONENT Call by reference Object reference (TYPE REF TO) CL_COSTING_COMPONENT Komponente 19981001
2 Importing IM_ID Call by reference Type reference (TYPE) CK_COMPONENT_ID Positionsnummer 19981001
# Exception Resumable Description Created on
1 COMPONENT_NOT_FOUND Es existiert keine Komponente mit diesem Index 19981001

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ID Value transfer Type reference (TYPE) CK_COMPONENT_ID Pointer KIS1 19991026

Method GET_ID on class CL_COST_COMPONENT_NO_SERVICE has no exception.

Method GET_MAX_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ID Value transfer Type reference (TYPE) CK_COMPONENT_ID Pointer KIS1 19991130

Method GET_MAX_ID on class CL_COST_COMPONENT_NO_SERVICE has no exception.

Method GET_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_NUMBER Value transfer Type reference (TYPE) KIS1-POSNR Positionsnummer 19991026

Method GET_NUMBER on class CL_COST_COMPONENT_NO_SERVICE has no exception.

Method GET_NUMBER_OF_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_NUMBER Value transfer Type reference (TYPE) CK_PSANZ Anzahl Einzelnachweispositionen 19991026

Method GET_NUMBER_OF_ITEMS on class CL_COST_COMPONENT_NO_SERVICE has no exception.

Method INSERT_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ID Call by reference Type reference (TYPE) CK_COMPONENT_ID Pointer KIS1 19991026
2 Exporting EX_NUMBER Call by reference Type reference (TYPE) KIS1-POSNR Positionsnummer 19991026
3 Importing IM_COMPONENT Call by reference Object reference (TYPE REF TO) CL_COSTING_COMPONENT Komponente 19981001
# Exception Resumable Description Created on
1 INSERT_FAILED Systemfehler 19981001

Method ON_COMPONENT_NUMBER_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EX_COMPONENT Call by reference Attribute reference (LIKE) 20000314

Method ON_COMPONENT_NUMBER_CHANGE on class CL_COST_COMPONENT_NO_SERVICE has no exception.

Method PREPARE_INSERT_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_COMPONENT Call by reference Object reference (TYPE REF TO) CL_COSTING_COMPONENT PCP Bewertungsobjekt 19991124

Method PREPARE_INSERT_COMPONENT on class CL_COST_COMPONENT_NO_SERVICE has no exception.

Method RESET Signature

Method RESET on class CL_COST_COMPONENT_NO_SERVICE has no parameter.
Method RESET on class CL_COST_COMPONENT_NO_SERVICE has no exception.

Method SET_NEXT_FREE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NEXT_ID Call by reference Type reference (TYPE) CK_COMPONENT_ID nächste freie Positionsnummer 19991026
# Exception Resumable Description Created on
1 FAILED Id ist unzulaessig! 19991026
History
Last changed by/on SAP  20100310 
SAP Release Created in