SAP ABAP Class CL_PMEVC_ENGINE_BOM (Bill of Material)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   LO-VC (Application Component) Variant Configuration
     PME_VC_EDITION (Package) Modeling Environment for Variant Configuration
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_PMEVC_ENGINE_ENTITY Engine of PME VC Edition 20040104
Properties
Class CL_PMEVC_ENGINE_BOM  
Short Description Bill of Material    
Super Class CL_PMEVC_ENGINE_ENTITY Engine of PME VC Edition 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PME_VC_EDITION   Modeling Environment for Variant Configuration 
Created 20031223   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 PMEIF Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_PMEVC_ENGINE_BOM has no interface implemented.
Friends
Class CL_PMEVC_ENGINE_BOM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_MAT_BOM_CTX Instance attribute Private Object reference (TYPE REF TO) CL_PMEVC_ENGINE_MAT_BOM_ALLOC PME Engine: Matarial-to-BOM allocation 20090907
2 MS_HEADER Instance attribute Private Type reference (TYPE) PMEIF_BOM 20031231
3 MT_CLASSIF_RECUR Instance attribute Private Type reference (TYPE) PMEIF_T_BOM_CL_RECUR 20091123
4 MT_ITEMS Instance attribute Private Type reference (TYPE) PMEIF_ENTITY_TAB 20090714
5 MT_ITEMS_BY_IDENT Instance attribute Private Type reference (TYPE) PMEIF_ENTITY_HASH 20091127
6 MV_CLASSIF_RECUR_LOADED Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091123
7 MV_ITEMS_DATE Instance attribute Private Type reference (TYPE) STPO-DATUV Valid-From Date 20090930
8 MV_ITEMS_PREFETCH Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20100201
9 MV_ITEMS_PREFETCH_DATE Instance attribute Private Type reference (TYPE) STPO-DATUV Valid-From Date 20100201
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_ITEM_BY_IDENT Instance method Private Method Build index for item by ident 20091127
2 CHECK_AUTHORITY Instance method Public Method 20090818
3 CONSTRUCTOR Instance method Public Constructor 20031229
4 GET_BASE_DATA Instance method Public Method 20090811
5 GET_ITEMS Instance method Public Method 20090714
6 GET_ITEM_BY_IDENT Instance method Private Method Get BOM item by identification 20090831
7 GET_MAT_CTX Instance method Public Method Get attribute MO_MAT_BOM_CTX (Ref. to Material-BOM alloc.) 20090907
8 HAS_ITEMS Instance method Public Method 20100201
9 HAS_RECURSIVE_CLASSIFICATION Instance method Public Method check if a recursive classification exists for given object 20091123
10 LOAD_BASE_DATA Instance method Private Method Load base data of BOM 20090901
11 LOAD_ITEMS Instance method Private Method Load BOM Items 20090813
12 LOAD_RECURSIVE_CLASSIFICATIONS Instance method Private Method Load recursive classifications 20091123
13 PREPARE_SAVE Instance method Public Method 20090914
14 REGISTER_MAT_CTX Instance method Public Method Set attribute MO_MAT_BOM_CTX (Ref. to Material-BOM alloc.) 20090907
15 SAVE_ALL_BOMS Static method Public Method 20090914
Events
Class CL_PMEVC_ENGINE_BOM has no event.
Types
Class CL_PMEVC_ENGINE_BOM has no local type.
Method Signatures

Method BUILD_ITEM_BY_IDENT Signature

Method BUILD_ITEM_BY_IDENT on class CL_PMEVC_ENGINE_BOM has no parameter.
Method BUILD_ITEM_BY_IDENT on class CL_PMEVC_ENGINE_BOM has no exception.

Method CHECK_AUTHORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITY Call by reference Type reference (TYPE) TACTZ-ACTVT Activity 20090818
2 Returning RV_HAS_AUTHORITY Value transfer Type reference (TYPE) I 20090818

Method CHECK_AUTHORITY on class CL_PMEVC_ENGINE_BOM has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IC_MODEL Call by reference Object reference (TYPE REF TO) CL_PMEVC_ENGINE_MODEL Container für VC Objekte 20031229
2 Importing IS_BOM Call by reference Type reference (TYPE) PMEIF_BOM Belegtabelle für STKO-Sätze 20031229
3 Importing IV_TEXT Call by reference Type reference (TYPE) STRING 20031229

Method CONSTRUCTOR on class CL_PMEVC_ENGINE_BOM has no exception.

Method GET_BASE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_HEADER Call by reference Type reference (TYPE) PMEIF_BOM BOM Header 20090811

Method GET_BASE_DATA on class CL_PMEVC_ENGINE_BOM has no exception.

Method GET_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ITEMS Call by reference Type reference (TYPE) PMEIF_ENTITY_TAB 20090714

Method GET_ITEMS on class CL_PMEVC_ENGINE_BOM has no exception.

Method GET_ITEM_BY_IDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IDENT Call by reference Type reference (TYPE) ITM_CLASS_DATA-IDENT Item ID 20090831
2 Returning RO_ITEM Value transfer Object reference (TYPE REF TO) CL_PMEVC_ENGINE_BOM_ITEM Material Classification 20090831

Method GET_ITEM_BY_IDENT on class CL_PMEVC_ENGINE_BOM has no exception.

Method GET_MAT_CTX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_MAT_BOM_CTX Value transfer Object reference (TYPE REF TO) CL_PMEVC_ENGINE_MAT_BOM_ALLOC PME Engine: Matarial-to-BOM allocation 20090907

Method GET_MAT_CTX on class CL_PMEVC_ENGINE_BOM has no exception.

Method HAS_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HAS_ITEMS Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20100201

Method HAS_ITEMS on class CL_PMEVC_ENGINE_BOM has no exception.

Method HAS_RECURSIVE_CLASSIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLASSIF_TYPE Call by reference Type reference (TYPE) KSSK-MAFID 'O' Indicator: Object/Class 20091123
2 Importing IV_CLASS_TYPE Call by reference Type reference (TYPE) KLAH-KLART Class Type 20091123
3 Importing IV_CLINT Call by reference Type reference (TYPE) KLAH-CLINT Internal Class Number 20091123
4 Importing IV_OBJECT_KEY Call by reference Type reference (TYPE) KSSK-OBJEK Key of object to be classified 20091123
5 Returning RV_HAS_RECUR_CLASSIF Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091123

Method HAS_RECURSIVE_CLASSIFICATION on class CL_PMEVC_ENGINE_BOM has no exception.

Method LOAD_BASE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATE Call by reference Type reference (TYPE) STKO-DATUV Valid-From Date 20090901
2 Importing IV_FOR_CHANGE Call by reference Type reference (TYPE) ABAP_BOOL SPACE 20090901
# Exception Resumable Description Created on
1 CX_PMEVC_ENGINE_LOCK Exception: Object Locked 20090917
2 CX_PMEVC_ENGINE_NOT_VALID Exception: Object not valid 20091005

Method LOAD_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATE Call by reference Type reference (TYPE) STPO-DATUV Valid-From Date 20090813
2 Importing IV_FOR_CHANGE Call by reference Type reference (TYPE) ABAP_BOOL SPACE 20090813
# Exception Resumable Description Created on
1 CX_PMEVC_ENGINE_LOCK Exception: Object Locked 20090917

Method LOAD_RECURSIVE_CLASSIFICATIONS Signature

Method LOAD_RECURSIVE_CLASSIFICATIONS on class CL_PMEVC_ENGINE_BOM has no parameter.
Method LOAD_RECURSIVE_CLASSIFICATIONS on class CL_PMEVC_ENGINE_BOM has no exception.

Method PREPARE_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SUCCESS Value transfer Type reference (TYPE) ABAP_BOOL 20090914

Method PREPARE_SAVE on class CL_PMEVC_ENGINE_BOM has no exception.

Method REGISTER_MAT_CTX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MAT_BOM_CTX Call by reference Object reference (TYPE REF TO) CL_PMEVC_ENGINE_MAT_BOM_ALLOC PME Engine: Matarial-to-BOM allocation 20090907

Method REGISTER_MAT_CTX on class CL_PMEVC_ENGINE_BOM has no exception.

Method SAVE_ALL_BOMS Signature

Method SAVE_ALL_BOMS on class CL_PMEVC_ENGINE_BOM has no parameter.
Method SAVE_ALL_BOMS on class CL_PMEVC_ENGINE_BOM has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 500