SAP ABAP Class CL_EAM_MASTER_DATA_CREATION (Master Data Creation in EAM)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PM-WOC (Application Component) Maintenance Processing
     EAM_TEST_TOOLS (Package) Test Tools for EAM
Properties
Class CL_EAM_MASTER_DATA_CREATION  
Short Description Master Data Creation in EAM    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status T  Test Program 
Category 0   
Package EAM_TEST_TOOLS   Test Tools for EAM 
Created 20071108   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_EAM_MASTER_DATA_CREATION has no forward declaration.
Interfaces
Class CL_EAM_MASTER_DATA_CREATION has no interface implemented.
Friends
Class CL_EAM_MASTER_DATA_CREATION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_A_ID Constant Protected Type reference (TYPE) STRING 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 20071109
2 GC_CHAR1 Constant Protected Type reference (TYPE) ATNAM 'FLUGSTUNDEN' 20071109
3 GC_CHAR2 Constant Protected Type reference (TYPE) ATNAM 'LANDUNGEN' 20071109
4 GC_END_DATE Constant Protected Type reference (TYPE) REVED '99991231' 20071109
5 GC_END_TIME Constant Protected Type reference (TYPE) REVEZ '000000' 20071109
6 GC_MAINTENANCE_PLAN_CAT Constant Protected Type reference (TYPE) MPTYP 'PM' 20071109
7 GC_MAINT_WORK_CENTER Constant Protected Type reference (TYPE) GEWRK '0001' 20071109
8 GC_NOTIFICATION_TYPE Constant Protected Type reference (TYPE) QMART 'M1' 20071109
9 GC_N_ID Constant Protected Type reference (TYPE) STRING '0123456789' 20071109
10 GC_ORDER_HEADER Constant Protected Type reference (TYPE) OBJ_TYP 'HEADER' 20071109
11 GC_ORDER_OPERATION Constant Protected Type reference (TYPE) OBJ_TYP 'OPERATION' 20071109
12 GC_ORDER_TYPE Constant Protected Type reference (TYPE) AUFART 'PM01' 20071109
13 GC_PLANT Constant Protected Type reference (TYPE) IWERK '0001' 20071109
14 GC_REVISION_TYPE Constant Protected Type reference (TYPE) DIWPS_REVTY_CORE '01' 20071109
15 GC_REV_DESCR Constant Protected Type reference (TYPE) REVTX 'Revision for testing' Description for Revisions 20071109
16 GC_TO_DESCR Constant Protected Type reference (TYPE) KTX01 'Generated by Master Data Creation Tool' Technical Object Description 20071115
17 GC_X_ID Constant Protected Type reference (TYPE) STRING '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ' 20071109
18 MT_EQUIPMENTS Instance attribute Protected Type reference (TYPE) TT_EQUIPMENT 20071108
19 MT_FUNCTIONAL_LOCATIONS Instance attribute Protected Type reference (TYPE) TT_FUNC_LOC 20071108
20 MT_MAINTENANCE_PLAN Instance attribute Protected See coding 20071108
21 MT_MEASUREMENT_POINTS Instance attribute Protected See coding 20071108
22 MT_MEASUREMENT_POINTS_ENH Instance attribute Protected See coding 20071108
23 MT_NOTIFICATION Instance attribute Protected See coding 20071108
24 MT_ORDER Instance attribute Protected See coding 20071108
25 MT_REVISION Instance attribute Protected Type reference (TYPE) TT_REVISION 20071108
26 MV_EQUI_BRANCH Instance attribute Protected Type reference (TYPE) I 20071108
27 MV_EQUI_LEVEL Instance attribute Protected Type reference (TYPE) I 20071108
28 MV_FUNC_LOC Instance attribute Protected Type reference (TYPE) TPLNR 20071108
29 MV_FUNC_LOC_BRANCH Instance attribute Protected Type reference (TYPE) I 20071108
30 MV_FUNC_LOC_LEVEL Instance attribute Protected Type reference (TYPE) I 20071108
31 MV_MASTER_EQUI Instance attribute Protected Type reference (TYPE) EQUNR 20071108
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_PARAMETERS Instance method Protected Method Check Specific Parameters That Are Used to Call the Tool 20071108
2 CONSTRUCTOR Instance method Public Constructor Constructor 20071108
3 EQUIPMENT_HIERARCHY_CREATE Instance method Protected Method Create an Equipment Hierarchy for a Given Equipmt Template 20071108
4 EQUIPMENT_HIERARCHY_INSTALL Instance method Protected Method Install Equipment Hierarchy into Func. Loc. Hierarchy 20071108
5 EQUIPMENT_ROOT_CREATE Instance method Protected Method Create Root as Template for EQUIPMENT_HIERARCHY_CREATE 20071108
6 FUNCLOC_HIERARCHY_CREATE Instance method Protected Method Create a Functional Location Hierarchy for a Given Root 20071108
7 FUNCLOC_ID_GENERATION Static method Protected Method Generate Next Functional Location ID for a Given Code Range 20071108
8 FUNCLOC_ROOT_CREATE Instance method Protected Method Creates a Root Functional Location 20071108
9 MAINT_PLAN_LINK_INTO_HIERARCHY Instance method Protected Method Link Maintenance Plan into Hierarchy 20071108
10 MAINT_PLAN_TEMPLATE_CREATE Instance method Protected Method Create Maintenance Plan 20071108
11 MASTER_DATA_CREATE Instance method Public Method Create the Master Data (Main Method) 20071108
12 MEASUREMENT_DOC_CREATE Instance method Protected Method Create a Measurement Document for Measurement Point 20071108
13 MEASUREMENT_POINT_CREATE Instance method Protected Method Create a Measurement Point for a Technical Object 20071108
14 MESSAGE_LOGGING Instance method Protected Method Write the Message Table to the Message Log 20071108
15 NOTIF_LINK_INTO_HIERARCHY Instance method Protected Method Link Given Notification into Hierarchy 20071108
16 NOTIF_TEMPLATE_CREATE Instance method Protected Method Create a Notification 20071108
17 ORDER_LINK_INTO_HIERARCHY Instance method Protected Method Link Given Order into Hierarchy 20071108
18 ORDER_TEMPLATE_CREATE Instance method Protected Method Create an Order 20071108
19 REVISIONS_LINK_INTO_HIERARCHY Instance method Protected Method Link Given Revision into Hierarchy 20071108
20 REVISIONS_TEMPLATE_CREATE Instance method Protected Method Create a Revision 20071108
Events
Class CL_EAM_MASTER_DATA_CREATION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_EQUIPMENTS Protected See coding 20071108 BEGIN OF ts_equipments, equnr TYPE equnr, super_equnr TYPE equnr, hier_level TYPE i, END OF ts_equipments
2 TS_FUNC_LOC Protected See coding 20071108 BEGIN OF ts_func_loc, func_loc TYPE tplnr, sup_func_loc TYPE tplnr, hier_level TYPE i, END OF ts_func_loc
3 TS_MEAS_POINT Protected See coding 20071108 BEGIN OF ts_meas_point , measurement_point TYPE imrc_point, func_loc TYPE tplnr, equnr TYPE equnr, END OF ts_meas_point
4 TS_MEAS_POINT_ENH Protected See coding 20071108 BEGIN OF ts_meas_point_enh , measurement_point TYPE imrc_point, func_loc TYPE tplnr, equnr TYPE equnr, psort TYPE imrc_psort, END OF ts_meas_point_enh
5 TS_REVISIONS Protected See coding 20071108 BEGIN OF ts_revisions, plan TYPE iwerk, revision_number TYPE revni, END OF ts_revisions
6 TT_EQUIPMENT Protected See coding 20071108 tt_equipment TYPE STANDARD TABLE OF ts_equipments WITH KEY equnr
7 TT_FUNC_LOC Protected See coding 20071108 tt_func_loc TYPE STANDARD TABLE OF ts_func_loc WITH KEY func_loc
8 TT_ORDER_COMPONENT Protected See coding 20071113 tt_order_component TYPE TABLE OF bapi_alm_order_component
9 TT_ORDER_HEADER Protected See coding 20071113 tt_order_header TYPE TABLE OF bapi_alm_order_headers_i
10 TT_ORDER_METHODS Protected See coding 20071113 tt_order_methods TYPE TABLE OF bapi_alm_order_method
11 TT_ORDER_OPERATION Protected See coding 20071113 tt_order_operation TYPE TABLE OF bapi_alm_order_operation
12 TT_REVISION Protected See coding 20071108 tt_revision TYPE STANDARD TABLE OF ts_revisions WITH KEY revision_number
Method Signatures

Method CHECK_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RETURN Call by reference Type reference (TYPE) BAPIRET2 Returnstruktur 20071108
2 Exporting EV_ABORT Call by reference Type reference (TYPE) XFELD If checked, program will abort 20071108
3 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment Number 20071108
4 Importing IV_EQ_MAX_BRANCH Call by reference Type reference (TYPE) I Branch of equipment 20071108
5 Importing IV_EQ_MAX_LEVEL Call by reference Type reference (TYPE) I Level of equipment 20071108
6 Importing IV_FL_MAX_BRANCH Call by reference Type reference (TYPE) I Branch of functional location 20071108
7 Importing IV_FL_MAX_LEVEL Call by reference Type reference (TYPE) I level of functional location 20071108
8 Importing IV_FUNC_LOC Call by reference Type reference (TYPE) TPLNR Functional Location 20071108

Method CHECK_PARAMETERS on class CL_EAM_MASTER_DATA_CREATION has no exception.

Method CONSTRUCTOR Signature

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

Method EQUIPMENT_HIERARCHY_CREATE 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_EQUIPMENT Equipment table 20071108
2 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20071108
3 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment 20071108
4 Importing IV_FL_BRANCH Call by reference Type reference (TYPE) I branches below each functional location 20071108
5 Importing IV_FL_LEVEL Call by reference Type reference (TYPE) I number of levels of functional locations 20071108
6 Importing IV_HIER_TYPE Call by reference Type reference (TYPE) I 0 for DFPS, 1 for ERP OPS 20071108
7 Importing IV_MAX_BRANCH Call by reference Type reference (TYPE) I Branch of the strucutre 20071108
8 Importing IV_MAX_LEVEL Call by reference Type reference (TYPE) I Level of the structure 20071108

Method EQUIPMENT_HIERARCHY_CREATE on class CL_EAM_MASTER_DATA_CREATION has no exception.

Method EQUIPMENT_HIERARCHY_INSTALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return Parameter 20071108
2 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment Number 20071108
3 Importing IV_FUNC_LOC Call by reference Type reference (TYPE) TPLNR Functional Location 20071108
4 Importing IV_SUPER_EQUNR Call by reference Type reference (TYPE) HEQUI Superordinate Equipment 20071108

Method EQUIPMENT_HIERARCHY_INSTALL on class CL_EAM_MASTER_DATA_CREATION has no exception.

Method EQUIPMENT_ROOT_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return Parameter 20071108
2 Exporting EV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment Number 20071108
3 Importing IV_EQTYP Call by reference Type reference (TYPE) EQTYP 'M' Equipment Category 20071108
4 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment Number 20071108
5 Importing IV_PLANT Call by reference Type reference (TYPE) IWERK Plant 20071115
6 Importing IV_WORK_CENTER Call by reference Type reference (TYPE) GEWRK Work Center 20071115

Method EQUIPMENT_ROOT_CREATE on class CL_EAM_MASTER_DATA_CREATION has no exception.

Method FUNCLOC_HIERARCHY_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FUNCTIONAL_LOCATIONS Call by reference Attribute reference (LIKE) MT_FUNCTIONAL_LOCATIONS Functional location table 20071108
2 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20071108
3 Exporting EV_LEVEL Call by reference Type reference (TYPE) I number of lowest level in funcloc hierarchy 20071108
4 Importing IV_FUNC_LOC Call by reference Type reference (TYPE) ILOM_STRNO Equipment Number 20071108
5 Importing IV_MAX_BRANCH Call by reference Type reference (TYPE) I 2 Branch of the strucutre 20071108
6 Importing IV_MAX_LEVEL Call by reference Type reference (TYPE) I 2 Level of the structure 20071108

Method FUNCLOC_HIERARCHY_CREATE on class CL_EAM_MASTER_DATA_CREATION has no exception.

Method FUNCLOC_ID_GENERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NEXT_CODE Call by reference Type reference (TYPE) STRING generated code 20071108
2 Importing IV_CODE Call by reference Type reference (TYPE) STRING The code 20071108
3 Importing IV_FIRST_CODE Call by reference Type reference (TYPE) XFELD SPACE Checkbox 20071108
4 Importing IV_MASK Call by reference Type reference (TYPE) STRING Coderange 20071108
# Exception Resumable Description Created on
1 EX_FINAL_CODE 20071108
2 EX_OUT_OF_RANGE 20071108
3 EX_WRONG_CODE 20071108

Method FUNCLOC_ROOT_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20071108
2 Exporting EV_FUNCLOC Call by reference Type reference (TYPE) TPLNR Functional Location 20071108
3 Importing IV_CATEGORY Call by reference Type reference (TYPE) FLTYP 'M' Functional location category 20071108
4 Importing IV_FUNCLOC_ID Call by reference Type reference (TYPE) ILOM_STRNO Functional location label 20071108
5 Importing IV_PLANT Call by reference Type reference (TYPE) IWERK Plant 20071115
6 Importing IV_STRIND Call by reference Type reference (TYPE) TPLKZ 'A' Functional location structure indicator 20071108
7 Importing IV_WORK_CENTER Call by reference Type reference (TYPE) GEWRK Work Center 20071115

Method FUNCLOC_ROOT_CREATE on class CL_EAM_MASTER_DATA_CREATION has no exception.

Method MAINT_PLAN_LINK_INTO_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20071108
2 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment Number 20071108
3 Importing IV_FUNC_LOC Call by reference Type reference (TYPE) TPLNR Functional Location 20071108
4 Importing IV_MAINT_PLAN Call by reference Type reference (TYPE) WARPL Maintenance Plan 20071108

Method MAINT_PLAN_LINK_INTO_HIERARCHY on class CL_EAM_MASTER_DATA_CREATION has no exception.

Method MAINT_PLAN_TEMPLATE_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20071108
2 Importing IS_MAINT_PLAN Call by reference Type reference (TYPE) MPLAN_MPLA Maintenance Plan Header Data 20071108
3 Importing IT_MAINT_ITEMS Call by reference Type reference (TYPE) MPLAN_MPOS_T Maintenance Items for API 20071108
4 Importing IV_MAINT_CYCLE Call by reference Type reference (TYPE) WZYKL1 Maintenance cycle 20071108
5 Importing IV_MAINT_OFFSET Call by reference Type reference (TYPE) WOFFS1 Maintenance package offset 20071108
6 Importing IV_MAINT_UNIT Call by reference Type reference (TYPE) DZEIEH Unit for the performance of maintenance tasks 20071108
7 Importing IV_MEAS_POINT Call by reference Type reference (TYPE) IMRC_POINT Measuring Point 20071108

Method MAINT_PLAN_TEMPLATE_CREATE on class CL_EAM_MASTER_DATA_CREATION has no exception.

Method MASTER_DATA_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20071108
2 Importing IV_COUNTER_FREQ Call by reference Type reference (TYPE) I Frequency of measurement points declared as counter 20071108
3 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment 20071108
4 Importing IV_EQ_MAX_BRANCH Call by reference Type reference (TYPE) I Branch of equipment 20071108
5 Importing IV_EQ_MAX_LEVEL Call by reference Type reference (TYPE) I Level of equipment 20071108
6 Importing IV_FL_MAX_BRANCH Call by reference Type reference (TYPE) I Branch of functional location 20071108
7 Importing IV_FL_MAX_LEVEL Call by reference Type reference (TYPE) I Level of functional location 20071108
8 Importing IV_FUNC_LOC Call by reference Type reference (TYPE) TPLNR Functional Location 20071108
9 Importing IV_LOG_HANDLER Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20071108
10 Importing IV_LOG_HEADER Call by reference Type reference (TYPE) BAL_S_LOG Application Log: Log header data 20071108
11 Importing IV_MAINT_PLAN_NUMBER Call by reference Type reference (TYPE) I Number of maintenance plan 20071108
12 Importing IV_MEAS_DOC_HIGH Call by reference Type reference (TYPE) I 100 Higher limit for measurement reading 20071108
13 Importing IV_MEAS_DOC_LOW Call by reference Type reference (TYPE) I 1 Lower limit for measurement reading 20071108
14 Importing IV_MEAS_DOC_NUMBER Call by reference Type reference (TYPE) I Number of measurement document 20071108
15 Importing IV_MEAS_POINT_NUMBER Call by reference Type reference (TYPE) I Number of measurement points 20071108
16 Importing IV_MEAS_READ_TRANSFER Call by reference Type reference (TYPE) XFELD X - Measurement Reading Transfer will be realized 20071108
17 Importing IV_NOTIFICATION_NUMB Call by reference Type reference (TYPE) I Number of notification 20071108
18 Importing IV_ORDER_NUMBER Call by reference Type reference (TYPE) I Number of order 20071108
19 Importing IV_PLANT Call by reference Type reference (TYPE) IWERK Maintenance Planning Plant 20071108
20 Importing IV_RANDOM Call by reference Type reference (TYPE) XFELD Checkbox 20071108
21 Importing IV_REVISION_NUMBER Call by reference Type reference (TYPE) I Number of revision 20071108
22 Importing IV_WORK_CENTER Call by reference Type reference (TYPE) GEWRK Main work center for maintenance tasks 20071108

Method MASTER_DATA_CREATE on class CL_EAM_MASTER_DATA_CREATION has no exception.

Method MEASUREMENT_DOC_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RETURN Call by reference Type reference (TYPE) BAPIRET2 Return Parameter 20071108
2 Exporting EV_DOC Call by reference Type reference (TYPE) IMRG-MDOCM Meßbeleg 20071108
3 Importing IV_DIFFERENCE Call by reference Type reference (TYPE) IMRC_IDIFF Indikator: Messwert ist eine Differenz 20071108
4 Importing IV_DIFF_DATUM Call by reference Type reference (TYPE) I Bestimmt Differenz des Anlegedatums zum heutigen Datum 20071108
5 Importing IV_MEASUREMENT_POINT Call by reference Type reference (TYPE) IMRC_POINT Messpunkt 20071108
6 Importing IV_READ_VALUE Call by reference Type reference (TYPE) IMRC_RECDC Messwert in Einheit 20071108

Method MEASUREMENT_DOC_CREATE on class CL_EAM_MASTER_DATA_CREATION has no exception.

Method MEASUREMENT_POINT_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20071108
2 Exporting EV_MEAS_POINT Call by reference Type reference (TYPE) IMRC_POINT Meßpunkt 20071108
3 Importing IV_COUNTER Call by reference Type reference (TYPE) XFELD Feld zum Ankreuzen 20071108
4 Importing IV_CTR_READ_TRANSFER_MODE Call by reference Type reference (TYPE) IMRC_MODTR Legt fest, ob ein Einzel- oder Intervallbeleg angelegt wird 20071108
5 Importing IV_DIFF_DATUM Call by reference Type reference (TYPE) I Bestimmt Differenz des Anlegedatums zum heutigen Datum 20071108
6 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment Number 20071108
7 Importing IV_FUNC_LOC Call by reference Type reference (TYPE) TPLNR Functional Location 20071108
8 Importing IV_MEAS_READ_TRANSFER Call by reference Type reference (TYPE) XFELD X - Measurement reading transfer will be realized 20071108
9 Importing IV_SEC_INDEX Call by reference Type reference (TYPE) I Secondary Index 20071108

Method MEASUREMENT_POINT_CREATE on class CL_EAM_MASTER_DATA_CREATION has no exception.

Method MESSAGE_LOGGING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_HANDLER Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20071108
2 Importing IT_MESSAGES Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20071108

Method MESSAGE_LOGGING on class CL_EAM_MASTER_DATA_CREATION has no exception.

Method NOTIF_LINK_INTO_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20071108
2 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment Number 20071108
3 Importing IV_FUNC_LOC Call by reference Type reference (TYPE) TPLNR Functional Location 20071108
4 Importing IV_NOTIF_NUMB Call by reference Type reference (TYPE) QMNUM Notification No 20071108

Method NOTIF_LINK_INTO_HIERARCHY on class CL_EAM_MASTER_DATA_CREATION has no exception.

Method NOTIF_TEMPLATE_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_BREAKDOWN_CAUSES Call by reference Type reference (TYPE) ALM_ME_BAPI2080_NOTCAUSI_T Table for Causes 20071108
2 Changing CT_ITEMS Call by reference Type reference (TYPE) ALM_ME_BAPI2080_NOTITEMI_T Table for Notification Item 20071108
3 Changing CT_TASKS Call by reference Type reference (TYPE) ALM_ME_BAPI2080_NOTTASKI_T Table for Tasks 20071108
4 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20071108
5 Importing IS_NOTIFICATION_HEAD Call by reference Type reference (TYPE) BAPI2080_NOTHDRI BAPI Service Notification Header for creation 20071108
6 Importing IV_EXTERNAL_NUMBER Call by reference Type reference (TYPE) BAPI2080_NOTHDRE-NOTIF_NO Notification No 20071108
7 Importing IV_NOTIF_TYPE Call by reference Type reference (TYPE) BAPI2080-NOTIF_TYPE Notification Type 20071108

Method NOTIF_TEMPLATE_CREATE on class CL_EAM_MASTER_DATA_CREATION has no exception.

Method ORDER_LINK_INTO_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20071108
2 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment Number 20071108
3 Importing IV_FUNC_LOC Call by reference Type reference (TYPE) TPLNR Functional Location 20071108
4 Importing IV_ORDER_NUMBER Call by reference Type reference (TYPE) AUFNR Order Number 20071108

Method ORDER_LINK_INTO_HIERARCHY on class CL_EAM_MASTER_DATA_CREATION has no exception.

Method ORDER_TEMPLATE_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20071108
2 Importing IT_COMPONENT Call by reference Type reference (TYPE) TT_ORDER_COMPONENT ALM Order Components 20071113
3 Importing IT_HEADER Call by reference Type reference (TYPE) TT_ORDER_HEADER ALM Order Header 20071113
4 Importing IT_METHODS Call by reference Type reference (TYPE) TT_ORDER_METHODS ALM Order Methods 20071113
5 Importing IT_OPERATION Call by reference Type reference (TYPE) TT_ORDER_OPERATION ALM Order Operations 20071108

Method ORDER_TEMPLATE_CREATE on class CL_EAM_MASTER_DATA_CREATION has no exception.

Method REVISIONS_LINK_INTO_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20071108
2 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment Number 20071108
3 Importing IV_FUNC_LOC Call by reference Type reference (TYPE) TPLNR Functional Location 20071108
4 Importing IV_PLNG_PLANT Call by reference Type reference (TYPE) IWERK Maintenance Planning Plant 20071108
5 Importing IV_REVISION_NUMBER Call by reference Type reference (TYPE) REVNI Revision for Plant Maintenance and Customer Service 20071108

Method REVISIONS_LINK_INTO_HIERARCHY on class CL_EAM_MASTER_DATA_CREATION has no exception.

Method REVISIONS_TEMPLATE_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20071108
2 Importing IV_DESCR Call by reference Type reference (TYPE) REVTX Revision description 20071108
3 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment Number 20071108
4 Importing IV_FUNC_LOC Call by reference Type reference (TYPE) TPLNR Functional Location 20071108
5 Importing IV_MAIN_WORK_CENTER Call by reference Type reference (TYPE) GEWRK Main work center for maintenance tasks 20071108
6 Importing IV_PLANT_WORK_CENTER Call by reference Type reference (TYPE) WERGW Plant associated with main work center 20071108
7 Importing IV_PLNG_PLAN Call by reference Type reference (TYPE) IWERK Maintenance Planning Plant 20071108
8 Importing IV_REVISION_END_DATE Call by reference Type reference (TYPE) REVBD Date of revision start 20071108
9 Importing IV_REVISION_END_TIME Call by reference Type reference (TYPE) REVBZ Time of revision start 20071108
10 Importing IV_REVISION_NUMBER Call by reference Type reference (TYPE) REVNI Revision for Plant Maintenance and Customer Service 20071108
11 Importing IV_REVISION_START_DATE Call by reference Type reference (TYPE) REVBD Date of revision start 20071108
12 Importing IV_REVISION_START_TIME Call by reference Type reference (TYPE) REVBZ Time of revision start 20071108
13 Importing IV_REVISION_TYPE Call by reference Type reference (TYPE) DIWPS_REVTY_CORE Revision Type 20071108

Method REVISIONS_TEMPLATE_CREATE on class CL_EAM_MASTER_DATA_CREATION has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 604