SAP ABAP Class CL_CCM_AS_MAINTND_CONFIG (CCM: As-Maintained Configuration)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PM-EQM-CC (Application Component) Configuration Control
     DI_CCM (Package) Configuration Control
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CCM_CONFIGURATION CCM: Configuration 20010626
Properties
Class CL_CCM_AS_MAINTND_CONFIG  
Short Description CCM: As-Maintained Configuration    
Super Class CL_CCM_CONFIGURATION CCM: Configuration 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package DI_CCM   Configuration Control 
Created 20010626   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CCM_AS_MAINTND_CONFIG has no forward declaration.
Interfaces
Class CL_CCM_AS_MAINTND_CONFIG has no interface implemented.
Friends
Class CL_CCM_AS_MAINTND_CONFIG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 IF_EX_BADI_CCM_EXPLOSION Instance attribute Private Object reference (TYPE REF TO) IF_EX_BADI_CCM_EXPLOSION 20010925
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_HOLE Instance method Public Method 20010806
2 FIND_BOMITEM Instance method Protected Method Find BOM Item 20060210
3 FIND_EQUI Instance method Protected Method 20010629
4 FIND_EQUI_VIA_SERNR Instance method Protected Method 20021122
5 FIND_FLOC Instance method Protected Method 20010709
6 FIND_HOLE Instance method Protected Method 20010717
7 GET_ALL_BOMITEMS Instance method Public Method 20060222
8 GET_ALL_EQUIPMENTS Instance method Public Method 20010629
9 GET_ALL_FUNCLOCS Instance method Public Method 20010705
10 GET_ALL_HOLES Instance method Public Method 20010813
11 GET_ALL_OBJECTS Instance method Public Method 20010720
12 GET_BOMITEMS_FOR_EQUI Instance method Public Method 20060222
13 GET_MPL_ACCESS Instance method Public Method Find Superior Access Node 20080407
14 GET_MPL_ACCESSES Instance method Public Method 20011002
15 INSERT_HOLE_IN_EQUI Instance method Public Method 20010806
16 INSERT_HOLE_IN_FLOC Instance method Public Method 20010806
17 LOAD_BOMITEM Instance method Public Method Load BOM Item 20060209
18 LOAD_EQUI Instance method Public Method 20010702
19 LOAD_EQUI_VIA_SERNR Instance method Public Method 20021122
20 LOAD_FLOC Instance method Public Method 20010709
21 LOAD_HOLE Instance method Public Method 20010717
22 LOAD_SUB_ELEMENTS_EQUI Instance method Public Method 20010704
23 LOAD_SUB_ELEMENTS_EQUI_TREE Instance method Public Method 20010705
24 LOAD_SUB_ELEMENTS_FLOC Instance method Public Method 20010709
25 LOAD_SUB_ELEMENTS_FLOC_TREE Instance method Public Method 20010710
26 LOAD_SUPERIOR_ELEMENT_EQUI Instance method Public Method 20010704
27 LOAD_SUPERIOR_ELEMENT_FLOC Instance method Public Method 20010710
28 LOAD_SUPERIOR_ELEM_EQUI_TREE Instance method Public Method 20010709
29 LOAD_SUPERIOR_ELEM_FLOC_TREE Instance method Public Method 20010711
30 READ_BOMITEM Instance method Public Method Read BOM Item 20060209
31 READ_EQUI Instance method Public Method 20010702
32 READ_FLOC Instance method Public Method 20010709
33 READ_HOLE Instance method Public Method 20010718
34 READ_SUB_ELEMENTS_EQUI Instance method Public Method 20010705
35 READ_SUB_ELEMENTS_FLOC Instance method Public Method 20010705
36 SAVE_CHANGES Instance method Public Method 20010821
Events
Class CL_CCM_AS_MAINTND_CONFIG has no event.
Types
Class CL_CCM_AS_MAINTND_CONFIG has no local type.
Method Signatures

Method DELETE_HOLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_HOLE Call by reference Object reference (TYPE REF TO) CL_CCM_HOLE CCM: Maintenance Object "Hole" 20010806
# Exception Resumable Description Created on
1 ERROR Error 20010821

Method FIND_BOMITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BOM_REF Value transfer Type reference (TYPE) TY_CCM_BOMITEM CCM: Stücklistenposition Wartungsobjekt Referenztabelle 20060210
2 Importing IS_BOMID Call by reference Type reference (TYPE) CCM_BOMITEM_ID CCM: Stücklistenposition ID Struktur 20060210

Method FIND_BOMITEM on class CL_CCM_AS_MAINTND_CONFIG has no exception.

Method FIND_EQUI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EQUNR Call by reference Type reference (TYPE) EQUNR Equipment master data 20010629
2 Returning R_EQUIPMENT Value transfer Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20010629

Method FIND_EQUI on class CL_CCM_AS_MAINTND_CONFIG has no exception.

Method FIND_EQUI_VIA_SERNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MATNR Call by reference Type reference (TYPE) MATNR Equipment master data 20021122
2 Returning R_EQUIPMENT Value transfer Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20021122
3 Importing SERNR Call by reference Type reference (TYPE) GERNR Serial Number 20021122

Method FIND_EQUI_VIA_SERNR on class CL_CCM_AS_MAINTND_CONFIG has no exception.

Method FIND_FLOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FUNCLOC Value transfer Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location FLoc 20010709
2 Importing TPLNR Call by reference Type reference (TYPE) TPLNR Functional location 20010709

Method FIND_FLOC on class CL_CCM_AS_MAINTND_CONFIG has no exception.

Method FIND_HOLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HOLE_DATA Value transfer Type reference (TYPE) TY_CCM_HOLE CCM : Hole Table 20010720
2 Importing IV_HLGUID Call by reference Type reference (TYPE) CCM_HLGUID CCM: Hole 20010719
3 Importing IV_POBJNR Call by reference Type reference (TYPE) J_OBJNR Object number 20010719
4 Importing IV_POSNR Call by reference Type reference (TYPE) HEQNR Equipment position at InstallLoc (Superior Equip./FunctLoc) 20010719

Method FIND_HOLE on class CL_CCM_AS_MAINTND_CONFIG has no exception.

Method GET_ALL_BOMITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_BOMITEMS Value transfer Type reference (TYPE) TT_CCM_MAINTENANCE_ELEMENT 20060222

Method GET_ALL_BOMITEMS on class CL_CCM_AS_MAINTND_CONFIG has no exception.

Method GET_ALL_EQUIPMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_EQUIPMENTS Value transfer Type reference (TYPE) TT_CCM_MAINTENANCE_ELEMENT CCM: Maintenance Object Equipment 20010629

Method GET_ALL_EQUIPMENTS on class CL_CCM_AS_MAINTND_CONFIG has no exception.

Method GET_ALL_FUNCLOCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FUNCLOCS Value transfer Type reference (TYPE) TT_CCM_MAINTENANCE_ELEMENT Internal Table of maintenence elements 20010705

Method GET_ALL_FUNCLOCS on class CL_CCM_AS_MAINTND_CONFIG has no exception.

Method GET_ALL_HOLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_HOLES Value transfer Type reference (TYPE) TT_CCM_MAINTENANCE_ELEMENT Table type for Class "Maintenance Element" 20010813

Method GET_ALL_HOLES on class CL_CCM_AS_MAINTND_CONFIG has no exception.

Method GET_ALL_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ELEMENTS Value transfer Type reference (TYPE) TT_CCM_MAINTENANCE_ELEMENT Table type for Class "Maintenance Element" 20010720

Method GET_ALL_OBJECTS on class CL_CCM_AS_MAINTND_CONFIG has no exception.

Method GET_BOMITEMS_FOR_EQUI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_EQUIPMENT Call by reference Object reference (TYPE REF TO) CL_CCM_EQUIPMENT 20060222
2 Exporting RT_BOMITEMS Value transfer Type reference (TYPE) TT_CCM_MAINTENANCE_ELEMENT 20060222
3 Exporting RT_HOLES Value transfer Type reference (TYPE) TT_CCM_MAINTENANCE_ELEMENT 20060222

Method GET_BOMITEMS_FOR_EQUI on class CL_CCM_AS_MAINTND_CONFIG has no exception.

Method GET_MPL_ACCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_EQUI Call by reference Object reference (TYPE REF TO) CL_CCM_EQUIPMENT Übergeordnetes Equipment mit MPL-Einstieg 20080407
2 Importing IR_SELECTED_ELEMENT Call by reference Object reference (TYPE REF TO) CL_CCM_MAINTENANCE_ELEMENT Selektiertes Element 20080409

Method GET_MPL_ACCESS on class CL_CCM_AS_MAINTND_CONFIG has no exception.

Method GET_MPL_ACCESSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EQUI Call by reference Type reference (TYPE) TT_CCM_EQUIPMENTS CCM: Maintenance Object Equipment 20011002
2 Exporting ET_PPEHDR Call by reference Type reference (TYPE) TT_CCM_TARGET_CONFIG_DETAIL CCM: Configuration Data for MPL Explosion 20011002
3 Importing IV_SELECTED_ELEMENT Call by reference Object reference (TYPE REF TO) CL_CCM_MAINTENANCE_ELEMENT CCM: Maintenance Element 20011002

Method GET_MPL_ACCESSES on class CL_CCM_AS_MAINTND_CONFIG has no exception.

Method INSERT_HOLE_IN_EQUI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_HOLEDATA Call by reference Type reference (TYPE) CCMHOLE CCM: Hole 20010807
2 Exporting EV_HOLE Call by reference Object reference (TYPE REF TO) CL_CCM_HOLE CCM: Maintenance Object "Hole" 20010807
3 Importing IV_EQUI Call by reference Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM : Hole Table 20010807
4 Importing IV_POSNR Call by reference Type reference (TYPE) HEQNR Equipment position at InstallLoc (Superior Equip./FunctLoc) 20010807
5 Importing IV_READHOLE_DB Call by reference Type reference (TYPE) CCMFLAG Flag to indicate if the hole will be read from DB 20010814
# Exception Resumable Description Created on
1 ERROR_ON_INSERT internal error during creation 20010807
2 HOLE_ALREADY_EXISTS HOLE_ALREADY_EXISTS 20010808

Method INSERT_HOLE_IN_FLOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_HOLEDATA Call by reference Type reference (TYPE) CCMHOLE CCM : Hole Table 20010807
2 Exporting EV_HOLE Call by reference Object reference (TYPE REF TO) CL_CCM_HOLE CCM: Maintenance Object "Hole" 20010807
3 Importing IV_FLOC Call by reference Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location FLoc 20010807
4 Importing IV_POSNR Call by reference Type reference (TYPE) HEQNR Equipment position at InstallLoc (Superior Equip./FunctLoc) 20010807
5 Importing IV_READHOLE_DB Call by reference Type reference (TYPE) CCMFLAG Flag to indicate the hole is updated or not 20010814
# Exception Resumable Description Created on
1 ERROR_ON_INSERT internal error during creation 20010807
2 HOLE_ALREADY_EXISTS HOLE_ALREADY_EXISTS 20010808

Method LOAD_BOMITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_BOM_REF Call by reference Type reference (TYPE) CCM_BOMITEM CCM: Stücklistenposition 20060213
2 Importing IS_BOMID Call by reference Type reference (TYPE) CCM_BOMITEM_ID CCM: Stücklistenposition ID Struktur 20060209
# Exception Resumable Description Created on
1 NOT_FOUND Nicht gefunden 20060209

Method LOAD_EQUI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EQUNR Call by reference Type reference (TYPE) EQUNR Equipment master data 20010702
2 Returning R_EQUIPMENT Value transfer Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20010702
# Exception Resumable Description Created on
1 NOT_FOUND Equipment not found 20010702

Method LOAD_EQUI_VIA_SERNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MATNR Call by reference Type reference (TYPE) MATNR Material Number 20021122
2 Returning R_EQUIPMENT Value transfer Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20021122
3 Importing SERNR Call by reference Type reference (TYPE) GERNR Serial number 20021122
# Exception Resumable Description Created on
1 NOT_FOUND Equipment not found 20021122

Method LOAD_FLOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FUNCLOC Value transfer Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location FLoc 20010709
2 Importing TPLNR Call by reference Type reference (TYPE) TPLNR Functional location 20010709
# Exception Resumable Description Created on
1 NOT_FOUND FLoc not Found 20010709

Method LOAD_HOLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HOLE_REF Value transfer Type reference (TYPE) TY_CCM_HOLE Table of holes 20010803
2 Importing IV_HLGUID Call by reference Type reference (TYPE) CCM_HLGUID CCM : Hole GUID 20010719
3 Importing IV_POBJNR Call by reference Type reference (TYPE) J_OBJNR Object number 20010719
4 Importing IV_POSNR Call by reference Type reference (TYPE) HEQNR Equipment position at InstallLoc (Superior Equip./FunctLoc) 20010719
5 Importing IV_READHOLE_DB Call by reference Type reference (TYPE) CCMFLAG 'X' Status whether the hole is to be updated 20010814
# Exception Resumable Description Created on
1 NOT_FOUND Hole is not found 20010719

Method LOAD_SUB_ELEMENTS_EQUI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BOMITEMS Call by reference Type reference (TYPE) TT_CCM_BITEM_NODE_STRUCTURE CCM: Stücklistenposition Knotentabelle 20060210
2 Exporting ET_EQUIPMENTS Call by reference Type reference (TYPE) TT_CCM_EQUI_NODE_STRUCTURE CCM: Table of equipments 20010725
3 Exporting ET_HOLES Call by reference Type reference (TYPE) TT_CCM_HOLE_NODE_STRUCTURE CCM_HOLE_NODE_STRUCTURE 20010724
4 Importing IV_EQUI_REF Call by reference Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20010712
5 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment number 20010704
# Exception Resumable Description Created on
1 NOT_FOUND Equi not found 20010704
2 WRONG_INPUT Input parameter invalid 20010712

Method LOAD_SUB_ELEMENTS_EQUI_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_BOMITEMS_SUB Value transfer Type reference (TYPE) TT_CCM_BITEM_NODE_STRUCTURE CCM: Stücklistenposition Knotentabelle 20060210
2 Changing CT_EQUIPMENTS_SUB Value transfer Type reference (TYPE) TT_CCM_EQUI_NODE_STRUCTURE Equipment number 20010709
3 Changing CT_HOLES_SUB Value transfer Type reference (TYPE) TT_CCM_HOLE_NODE_STRUCTURE CCM_HOLE_NODE_STRUCTURE 20010724
4 Importing IV_EQUI_REF Call by reference Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20010712
5 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment number 20010705
# Exception Resumable Description Created on
1 NOT_FOUND Equi not found 20010705
2 WRONG_INPUT Input Parameter invalid 20010712

Method LOAD_SUB_ELEMENTS_FLOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EQUIPMENTS Call by reference Type reference (TYPE) TT_CCM_EQUI_NODE_STRUCTURE CCM : Table with EQUI refererences 20010710
2 Exporting ET_FUNCLOCS Call by reference Type reference (TYPE) TT_CCM_FLOC_NODE_STRUCTURE CCM : Table with FLOC refererences 20010710
3 Exporting ET_HOLES Call by reference Type reference (TYPE) TT_CCM_HOLE_NODE_STRUCTURE CCM : Table with HOLE refererences 20010719
4 Importing IV_FLOC_REF Call by reference Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location FLoc 20010712
5 Importing IV_TPLNR Call by reference Type reference (TYPE) TPLNR Functional location 20010710
# Exception Resumable Description Created on
1 NOT_FOUND Object not found 20010710
2 WRONG_INPUT Import Parameter invalid 20010712

Method LOAD_SUB_ELEMENTS_FLOC_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_BOMITEMS_SUB Call by reference Type reference (TYPE) TT_CCM_BITEM_NODE_STRUCTURE CCM: Stücklistenposition Knotentabelle 20060406
2 Changing CT_EQUIPMENTS_SUB Call by reference Type reference (TYPE) TT_CCM_EQUI_NODE_STRUCTURE CCM : Table with EQUI refererences 20010710
3 Changing CT_FUNCLOCS_SUB Call by reference Type reference (TYPE) TT_CCM_FLOC_NODE_STRUCTURE CCM : Table with FLOC refrerences 20010710
4 Changing CT_HOLES_SUB Call by reference Type reference (TYPE) TT_CCM_HOLE_NODE_STRUCTURE CCM_HOLE_NODE_STRUCTURE 20010726
5 Importing IV_FLOC_REF Call by reference Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location FLoc 20010712
6 Importing IV_TPLNR Call by reference Type reference (TYPE) TPLNR Functional location 20010710
# Exception Resumable Description Created on
1 NOT_FOUND object not found 20010710
2 WRONG_INPUT Wrong Input parameter 20010712

Method LOAD_SUPERIOR_ELEMENT_EQUI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EQUIPMENT_SUP Call by reference Type reference (TYPE) CCM_EQUIPMENT Superior Equipment number 20010709
2 Exporting EV_FUNCLOC_SUP Call by reference Type reference (TYPE) CCM_FUNCLOC Superior Functional location 20010709
3 Importing IV_EQUI_REF Call by reference Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20010712
4 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment number 20010704
# Exception Resumable Description Created on
1 NOT_FOUND Equi not Found 20010704
2 WRONG_INPUT Wrong Input 20010712

Method LOAD_SUPERIOR_ELEMENT_FLOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FLOC_REF Call by reference Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location FLoc 20010712
2 Importing IV_TPLNR Call by reference Type reference (TYPE) TPLNR Functional location 20010710
3 Returning RV_FUNCLOC_SUP Value transfer Type reference (TYPE) CCM_FUNCLOC Maintenance_Element_FuncLoc 20010710
# Exception Resumable Description Created on
1 NOT_FOUND Floc not found 20010710
2 WRONG_INPUT Wrong INput 20010712

Method LOAD_SUPERIOR_ELEM_EQUI_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EQUIPMENTS_SUPERIOR Call by reference Type reference (TYPE) TT_CCM_EQUIPMENTS CCM : Table with EQUI refererences 20010709
2 Changing CT_FUNCLOCS_SUPERIOR Call by reference Type reference (TYPE) TT_CCM_FUNCLOCS CCM : Table with EQUI refererences 20010709
3 Importing IV_EQUI_REF Call by reference Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20010712
4 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment number 20010709
# Exception Resumable Description Created on
1 NOT_FOUND equi not found 20010712
2 WRONG_INPUT wrong_input 20010712

Method LOAD_SUPERIOR_ELEM_FLOC_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FUNCLOCS_SUPERIOR Call by reference Type reference (TYPE) TT_CCM_FUNCLOCS CCM : Table with FLOC refrerences 20010711
2 Importing IV_FLOC_REF Call by reference Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location FLoc 20010712
3 Importing IV_TPLNR Call by reference Type reference (TYPE) TPLNR Functional location 20010711
# Exception Resumable Description Created on
1 NOT_FOUND equi not found 20010712
2 WRONG_INPUT wrong input 20010712

Method READ_BOMITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_BOM_REF Call by reference Type reference (TYPE) CCM_BOMITEM CCM: Stücklistenposition Wartungsobject 20060213
2 Exporting ES_BOM_DATA Call by reference Type reference (TYPE) STPO CCM: Stücklistenpositionsdaten 20060213
3 Importing IS_BOMID Call by reference Type reference (TYPE) CCM_BOMITEM_ID CCM: Stücklistenposition ID Struktur 20060209
# Exception Resumable Description Created on
1 NOT_FOUND Nicht gefunden 20060209

Method READ_EQUI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EQUNR Call by reference Type reference (TYPE) EQUNR Equipment master data 20010702
2 Exporting RS_DATA Call by reference Type reference (TYPE) ITOB Generated Table for View ITOB 20010702
3 Exporting R_EQUIPMENT Value transfer Object reference (TYPE REF TO) CL_CCM_EQUIPMENT CCM: Maintenance Object Equipment 20010702
# Exception Resumable Description Created on
1 NOT_FOUND Equipment not found 20010702

Method READ_FLOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) ITOB Generated Table for View ITOB 20010709
2 Exporting E_FUNCLOC Call by reference Object reference (TYPE REF TO) CL_CCM_FUNCLOC CCM: Maintenance Location FLoc 20010709
3 Importing TPLNR Call by reference Type reference (TYPE) TPLNR Functional location 20010709
# Exception Resumable Description Created on
1 NOT_FOUND Floc Not found 20010709

Method READ_HOLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) TT_CCM_CCMHOLE CCM : Hole Table of data 20010807
2 Exporting ET_HOLES Call by reference Type reference (TYPE) TY_CCM_HOLE CCM : Hole Table of pointers 20010807
3 Importing IV_HLGUID Call by reference Type reference (TYPE) CCM_HLGUID UUID formats 20010719
4 Importing IV_POBJNR Call by reference Type reference (TYPE) CCM_SUPERIOR_OBJECT CCM : Object Nr. of Superior (Parent) object 20010719
5 Importing IV_POSNR Call by reference Type reference (TYPE) HEQNR Equipment position at InstallLoc (Superior Equip./FunctLoc) 20010719
# Exception Resumable Description Created on
1 NOT_FOUND Equipment not found 20010718

Method READ_SUB_ELEMENTS_EQUI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EQUIDATA Call by reference Type reference (TYPE) TT_CCM_ITOB CCM: table of ITOB structure 20010820
2 Exporting ET_HOLEDATA Call by reference Type reference (TYPE) TT_CCM_CCMHOLE Table type for CCMHOLE 20010820
3 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment number 20010705
# Exception Resumable Description Created on
1 NOT_FOUND Equi not found 20010705

Method READ_SUB_ELEMENTS_FLOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EQUIDATA Call by reference Type reference (TYPE) TT_CCM_ITOB CCM: table of ITOB structure 20010820
2 Exporting ET_FLOCDATA Call by reference Type reference (TYPE) TT_CCM_ITOB CCM: table of ITOB structure 20010820
3 Exporting ET_HOLEDATA Call by reference Type reference (TYPE) TT_CCM_CCMHOLE Table type for CCMHOLE 20010820
4 Importing IV_TPLNR Call by reference Type reference (TYPE) TPLNR Functional location 20010710
# Exception Resumable Description Created on
1 NOT_FOUND Floc not found 20010710

Method SAVE_CHANGES Signature

Method SAVE_CHANGES on class CL_CCM_AS_MAINTND_CONFIG has no parameter.
Method SAVE_CHANGES on class CL_CCM_AS_MAINTND_CONFIG has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 46C2