Hierarchy
⤷
⤷
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 | Constant | Protected | Type reference (TYPE) | STRING | 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' | 20071109 | |||
| 2 | Constant | Protected | Type reference (TYPE) | ATNAM | 'FLUGSTUNDEN' | 20071109 | |||
| 3 | Constant | Protected | Type reference (TYPE) | ATNAM | 'LANDUNGEN' | 20071109 | |||
| 4 | Constant | Protected | Type reference (TYPE) | REVED | '99991231' | 20071109 | |||
| 5 | Constant | Protected | Type reference (TYPE) | REVEZ | '000000' | 20071109 | |||
| 6 | Constant | Protected | Type reference (TYPE) | MPTYP | 'PM' | 20071109 | |||
| 7 | Constant | Protected | Type reference (TYPE) | GEWRK | '0001' | 20071109 | |||
| 8 | Constant | Protected | Type reference (TYPE) | QMART | 'M1' | 20071109 | |||
| 9 | Constant | Protected | Type reference (TYPE) | STRING | '0123456789' | 20071109 | |||
| 10 | Constant | Protected | Type reference (TYPE) | OBJ_TYP | 'HEADER' | 20071109 | |||
| 11 | Constant | Protected | Type reference (TYPE) | OBJ_TYP | 'OPERATION' | 20071109 | |||
| 12 | Constant | Protected | Type reference (TYPE) | AUFART | 'PM01' | 20071109 | |||
| 13 | Constant | Protected | Type reference (TYPE) | IWERK | '0001' | 20071109 | |||
| 14 | Constant | Protected | Type reference (TYPE) | DIWPS_REVTY_CORE | '01' | 20071109 | |||
| 15 | Constant | Protected | Type reference (TYPE) | REVTX | 'Revision for testing' | Description for Revisions | 20071109 | ||
| 16 | Constant | Protected | Type reference (TYPE) | KTX01 | 'Generated by Master Data Creation Tool' | Technical Object Description | 20071115 | ||
| 17 | Constant | Protected | Type reference (TYPE) | STRING | '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ' | 20071109 | |||
| 18 | Instance attribute | Protected | Type reference (TYPE) | TT_EQUIPMENT | 20071108 | ||||
| 19 | Instance attribute | Protected | Type reference (TYPE) | TT_FUNC_LOC | 20071108 | ||||
| 20 | Instance attribute | Protected | See coding | 20071108 | |||||
| 21 | Instance attribute | Protected | See coding | 20071108 | |||||
| 22 | Instance attribute | Protected | See coding | 20071108 | |||||
| 23 | Instance attribute | Protected | See coding | 20071108 | |||||
| 24 | Instance attribute | Protected | See coding | 20071108 | |||||
| 25 | Instance attribute | Protected | Type reference (TYPE) | TT_REVISION | 20071108 | ||||
| 26 | Instance attribute | Protected | Type reference (TYPE) | I | 20071108 | ||||
| 27 | Instance attribute | Protected | Type reference (TYPE) | I | 20071108 | ||||
| 28 | Instance attribute | Protected | Type reference (TYPE) | TPLNR | 20071108 | ||||
| 29 | Instance attribute | Protected | Type reference (TYPE) | I | 20071108 | ||||
| 30 | Instance attribute | Protected | Type reference (TYPE) | I | 20071108 | ||||
| 31 | Instance attribute | Protected | Type reference (TYPE) | EQUNR | 20071108 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Check Specific Parameters That Are Used to Call the Tool | 20071108 | |
| 2 | Instance method | Public | Constructor | Constructor | 20071108 | |
| 3 | Instance method | Protected | Method | Create an Equipment Hierarchy for a Given Equipmt Template | 20071108 | |
| 4 | Instance method | Protected | Method | Install Equipment Hierarchy into Func. Loc. Hierarchy | 20071108 | |
| 5 | Instance method | Protected | Method | Create Root as Template for EQUIPMENT_HIERARCHY_CREATE | 20071108 | |
| 6 | Instance method | Protected | Method | Create a Functional Location Hierarchy for a Given Root | 20071108 | |
| 7 | Static method | Protected | Method | Generate Next Functional Location ID for a Given Code Range | 20071108 | |
| 8 | Instance method | Protected | Method | Creates a Root Functional Location | 20071108 | |
| 9 | Instance method | Protected | Method | Link Maintenance Plan into Hierarchy | 20071108 | |
| 10 | Instance method | Protected | Method | Create Maintenance Plan | 20071108 | |
| 11 | Instance method | Public | Method | Create the Master Data (Main Method) | 20071108 | |
| 12 | Instance method | Protected | Method | Create a Measurement Document for Measurement Point | 20071108 | |
| 13 | Instance method | Protected | Method | Create a Measurement Point for a Technical Object | 20071108 | |
| 14 | Instance method | Protected | Method | Write the Message Table to the Message Log | 20071108 | |
| 15 | Instance method | Protected | Method | Link Given Notification into Hierarchy | 20071108 | |
| 16 | Instance method | Protected | Method | Create a Notification | 20071108 | |
| 17 | Instance method | Protected | Method | Link Given Order into Hierarchy | 20071108 | |
| 18 | Instance method | Protected | Method | Create an Order | 20071108 | |
| 19 | Instance method | Protected | Method | Link Given Revision into Hierarchy | 20071108 | |
| 20 | 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 | ES_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2 | Returnstruktur | 20071108 | |||
| 2 | EV_ABORT | Call by reference | Type reference (TYPE) | XFELD | If checked, program will abort | 20071108 | |||
| 3 | IV_EQUNR | Call by reference | Type reference (TYPE) | EQUNR | Equipment Number | 20071108 | |||
| 4 | IV_EQ_MAX_BRANCH | Call by reference | Type reference (TYPE) | I | Branch of equipment | 20071108 | |||
| 5 | IV_EQ_MAX_LEVEL | Call by reference | Type reference (TYPE) | I | Level of equipment | 20071108 | |||
| 6 | IV_FL_MAX_BRANCH | Call by reference | Type reference (TYPE) | I | Branch of functional location | 20071108 | |||
| 7 | IV_FL_MAX_LEVEL | Call by reference | Type reference (TYPE) | I | level of functional location | 20071108 | |||
| 8 | 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 | ET_EQUIPMENTS | Call by reference | Type reference (TYPE) | TT_EQUIPMENT | Equipment table | 20071108 | |||
| 2 | ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20071108 | |||
| 3 | IV_EQUNR | Call by reference | Type reference (TYPE) | EQUNR | Equipment | 20071108 | |||
| 4 | IV_FL_BRANCH | Call by reference | Type reference (TYPE) | I | branches below each functional location | 20071108 | |||
| 5 | IV_FL_LEVEL | Call by reference | Type reference (TYPE) | I | number of levels of functional locations | 20071108 | |||
| 6 | IV_HIER_TYPE | Call by reference | Type reference (TYPE) | I | 0 for DFPS, 1 for ERP OPS | 20071108 | |||
| 7 | IV_MAX_BRANCH | Call by reference | Type reference (TYPE) | I | Branch of the strucutre | 20071108 | |||
| 8 | 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 | ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return Parameter | 20071108 | |||
| 2 | IV_EQUNR | Call by reference | Type reference (TYPE) | EQUNR | Equipment Number | 20071108 | |||
| 3 | IV_FUNC_LOC | Call by reference | Type reference (TYPE) | TPLNR | Functional Location | 20071108 | |||
| 4 | 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 | ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return Parameter | 20071108 | |||
| 2 | EV_EQUNR | Call by reference | Type reference (TYPE) | EQUNR | Equipment Number | 20071108 | |||
| 3 | IV_EQTYP | Call by reference | Type reference (TYPE) | EQTYP | 'M' | Equipment Category | 20071108 | ||
| 4 | IV_EQUNR | Call by reference | Type reference (TYPE) | EQUNR | Equipment Number | 20071108 | |||
| 5 | IV_PLANT | Call by reference | Type reference (TYPE) | IWERK | Plant | 20071115 | |||
| 6 | 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 | ET_FUNCTIONAL_LOCATIONS | Call by reference | Attribute reference (LIKE) | MT_FUNCTIONAL_LOCATIONS | Functional location table | 20071108 | |||
| 2 | ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20071108 | |||
| 3 | EV_LEVEL | Call by reference | Type reference (TYPE) | I | number of lowest level in funcloc hierarchy | 20071108 | |||
| 4 | IV_FUNC_LOC | Call by reference | Type reference (TYPE) | ILOM_STRNO | Equipment Number | 20071108 | |||
| 5 | IV_MAX_BRANCH | Call by reference | Type reference (TYPE) | I | 2 | Branch of the strucutre | 20071108 | ||
| 6 | 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 | EV_NEXT_CODE | Call by reference | Type reference (TYPE) | STRING | generated code | 20071108 | |||
| 2 | IV_CODE | Call by reference | Type reference (TYPE) | STRING | The code | 20071108 | |||
| 3 | IV_FIRST_CODE | Call by reference | Type reference (TYPE) | XFELD | SPACE | Checkbox | 20071108 | ||
| 4 | IV_MASK | Call by reference | Type reference (TYPE) | STRING | Coderange | 20071108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20071108 | |||
| 2 | 20071108 | |||
| 3 | 20071108 |
Method FUNCLOC_ROOT_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20071108 | |||
| 2 | EV_FUNCLOC | Call by reference | Type reference (TYPE) | TPLNR | Functional Location | 20071108 | |||
| 3 | IV_CATEGORY | Call by reference | Type reference (TYPE) | FLTYP | 'M' | Functional location category | 20071108 | ||
| 4 | IV_FUNCLOC_ID | Call by reference | Type reference (TYPE) | ILOM_STRNO | Functional location label | 20071108 | |||
| 5 | IV_PLANT | Call by reference | Type reference (TYPE) | IWERK | Plant | 20071115 | |||
| 6 | IV_STRIND | Call by reference | Type reference (TYPE) | TPLKZ | 'A' | Functional location structure indicator | 20071108 | ||
| 7 | 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 | ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20071108 | |||
| 2 | IV_EQUNR | Call by reference | Type reference (TYPE) | EQUNR | Equipment Number | 20071108 | |||
| 3 | IV_FUNC_LOC | Call by reference | Type reference (TYPE) | TPLNR | Functional Location | 20071108 | |||
| 4 | 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 | ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20071108 | |||
| 2 | IS_MAINT_PLAN | Call by reference | Type reference (TYPE) | MPLAN_MPLA | Maintenance Plan Header Data | 20071108 | |||
| 3 | IT_MAINT_ITEMS | Call by reference | Type reference (TYPE) | MPLAN_MPOS_T | Maintenance Items for API | 20071108 | |||
| 4 | IV_MAINT_CYCLE | Call by reference | Type reference (TYPE) | WZYKL1 | Maintenance cycle | 20071108 | |||
| 5 | IV_MAINT_OFFSET | Call by reference | Type reference (TYPE) | WOFFS1 | Maintenance package offset | 20071108 | |||
| 6 | IV_MAINT_UNIT | Call by reference | Type reference (TYPE) | DZEIEH | Unit for the performance of maintenance tasks | 20071108 | |||
| 7 | 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 | ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20071108 | |||
| 2 | IV_COUNTER_FREQ | Call by reference | Type reference (TYPE) | I | Frequency of measurement points declared as counter | 20071108 | |||
| 3 | IV_EQUNR | Call by reference | Type reference (TYPE) | EQUNR | Equipment | 20071108 | |||
| 4 | IV_EQ_MAX_BRANCH | Call by reference | Type reference (TYPE) | I | Branch of equipment | 20071108 | |||
| 5 | IV_EQ_MAX_LEVEL | Call by reference | Type reference (TYPE) | I | Level of equipment | 20071108 | |||
| 6 | IV_FL_MAX_BRANCH | Call by reference | Type reference (TYPE) | I | Branch of functional location | 20071108 | |||
| 7 | IV_FL_MAX_LEVEL | Call by reference | Type reference (TYPE) | I | Level of functional location | 20071108 | |||
| 8 | IV_FUNC_LOC | Call by reference | Type reference (TYPE) | TPLNR | Functional Location | 20071108 | |||
| 9 | IV_LOG_HANDLER | Call by reference | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20071108 | |||
| 10 | IV_LOG_HEADER | Call by reference | Type reference (TYPE) | BAL_S_LOG | Application Log: Log header data | 20071108 | |||
| 11 | IV_MAINT_PLAN_NUMBER | Call by reference | Type reference (TYPE) | I | Number of maintenance plan | 20071108 | |||
| 12 | IV_MEAS_DOC_HIGH | Call by reference | Type reference (TYPE) | I | 100 | Higher limit for measurement reading | 20071108 | ||
| 13 | IV_MEAS_DOC_LOW | Call by reference | Type reference (TYPE) | I | 1 | Lower limit for measurement reading | 20071108 | ||
| 14 | IV_MEAS_DOC_NUMBER | Call by reference | Type reference (TYPE) | I | Number of measurement document | 20071108 | |||
| 15 | IV_MEAS_POINT_NUMBER | Call by reference | Type reference (TYPE) | I | Number of measurement points | 20071108 | |||
| 16 | IV_MEAS_READ_TRANSFER | Call by reference | Type reference (TYPE) | XFELD | X - Measurement Reading Transfer will be realized | 20071108 | |||
| 17 | IV_NOTIFICATION_NUMB | Call by reference | Type reference (TYPE) | I | Number of notification | 20071108 | |||
| 18 | IV_ORDER_NUMBER | Call by reference | Type reference (TYPE) | I | Number of order | 20071108 | |||
| 19 | IV_PLANT | Call by reference | Type reference (TYPE) | IWERK | Maintenance Planning Plant | 20071108 | |||
| 20 | IV_RANDOM | Call by reference | Type reference (TYPE) | XFELD | Checkbox | 20071108 | |||
| 21 | IV_REVISION_NUMBER | Call by reference | Type reference (TYPE) | I | Number of revision | 20071108 | |||
| 22 | 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 | ES_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2 | Return Parameter | 20071108 | |||
| 2 | EV_DOC | Call by reference | Type reference (TYPE) | IMRG-MDOCM | Meßbeleg | 20071108 | |||
| 3 | IV_DIFFERENCE | Call by reference | Type reference (TYPE) | IMRC_IDIFF | Indikator: Messwert ist eine Differenz | 20071108 | |||
| 4 | IV_DIFF_DATUM | Call by reference | Type reference (TYPE) | I | Bestimmt Differenz des Anlegedatums zum heutigen Datum | 20071108 | |||
| 5 | IV_MEASUREMENT_POINT | Call by reference | Type reference (TYPE) | IMRC_POINT | Messpunkt | 20071108 | |||
| 6 | 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 | ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20071108 | |||
| 2 | EV_MEAS_POINT | Call by reference | Type reference (TYPE) | IMRC_POINT | Meßpunkt | 20071108 | |||
| 3 | IV_COUNTER | Call by reference | Type reference (TYPE) | XFELD | Feld zum Ankreuzen | 20071108 | |||
| 4 | IV_CTR_READ_TRANSFER_MODE | Call by reference | Type reference (TYPE) | IMRC_MODTR | Legt fest, ob ein Einzel- oder Intervallbeleg angelegt wird | 20071108 | |||
| 5 | IV_DIFF_DATUM | Call by reference | Type reference (TYPE) | I | Bestimmt Differenz des Anlegedatums zum heutigen Datum | 20071108 | |||
| 6 | IV_EQUNR | Call by reference | Type reference (TYPE) | EQUNR | Equipment Number | 20071108 | |||
| 7 | IV_FUNC_LOC | Call by reference | Type reference (TYPE) | TPLNR | Functional Location | 20071108 | |||
| 8 | IV_MEAS_READ_TRANSFER | Call by reference | Type reference (TYPE) | XFELD | X - Measurement reading transfer will be realized | 20071108 | |||
| 9 | 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 | IR_HANDLER | Call by reference | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20071108 | |||
| 2 | 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 | ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20071108 | |||
| 2 | IV_EQUNR | Call by reference | Type reference (TYPE) | EQUNR | Equipment Number | 20071108 | |||
| 3 | IV_FUNC_LOC | Call by reference | Type reference (TYPE) | TPLNR | Functional Location | 20071108 | |||
| 4 | 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 | CT_BREAKDOWN_CAUSES | Call by reference | Type reference (TYPE) | ALM_ME_BAPI2080_NOTCAUSI_T | Table for Causes | 20071108 | |||
| 2 | CT_ITEMS | Call by reference | Type reference (TYPE) | ALM_ME_BAPI2080_NOTITEMI_T | Table for Notification Item | 20071108 | |||
| 3 | CT_TASKS | Call by reference | Type reference (TYPE) | ALM_ME_BAPI2080_NOTTASKI_T | Table for Tasks | 20071108 | |||
| 4 | ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20071108 | |||
| 5 | IS_NOTIFICATION_HEAD | Call by reference | Type reference (TYPE) | BAPI2080_NOTHDRI | BAPI Service Notification Header for creation | 20071108 | |||
| 6 | IV_EXTERNAL_NUMBER | Call by reference | Type reference (TYPE) | BAPI2080_NOTHDRE-NOTIF_NO | Notification No | 20071108 | |||
| 7 | 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 | ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20071108 | |||
| 2 | IV_EQUNR | Call by reference | Type reference (TYPE) | EQUNR | Equipment Number | 20071108 | |||
| 3 | IV_FUNC_LOC | Call by reference | Type reference (TYPE) | TPLNR | Functional Location | 20071108 | |||
| 4 | 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 | ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20071108 | |||
| 2 | IT_COMPONENT | Call by reference | Type reference (TYPE) | TT_ORDER_COMPONENT | ALM Order Components | 20071113 | |||
| 3 | IT_HEADER | Call by reference | Type reference (TYPE) | TT_ORDER_HEADER | ALM Order Header | 20071113 | |||
| 4 | IT_METHODS | Call by reference | Type reference (TYPE) | TT_ORDER_METHODS | ALM Order Methods | 20071113 | |||
| 5 | 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 | ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20071108 | |||
| 2 | IV_EQUNR | Call by reference | Type reference (TYPE) | EQUNR | Equipment Number | 20071108 | |||
| 3 | IV_FUNC_LOC | Call by reference | Type reference (TYPE) | TPLNR | Functional Location | 20071108 | |||
| 4 | IV_PLNG_PLANT | Call by reference | Type reference (TYPE) | IWERK | Maintenance Planning Plant | 20071108 | |||
| 5 | 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 | ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20071108 | |||
| 2 | IV_DESCR | Call by reference | Type reference (TYPE) | REVTX | Revision description | 20071108 | |||
| 3 | IV_EQUNR | Call by reference | Type reference (TYPE) | EQUNR | Equipment Number | 20071108 | |||
| 4 | IV_FUNC_LOC | Call by reference | Type reference (TYPE) | TPLNR | Functional Location | 20071108 | |||
| 5 | IV_MAIN_WORK_CENTER | Call by reference | Type reference (TYPE) | GEWRK | Main work center for maintenance tasks | 20071108 | |||
| 6 | IV_PLANT_WORK_CENTER | Call by reference | Type reference (TYPE) | WERGW | Plant associated with main work center | 20071108 | |||
| 7 | IV_PLNG_PLAN | Call by reference | Type reference (TYPE) | IWERK | Maintenance Planning Plant | 20071108 | |||
| 8 | IV_REVISION_END_DATE | Call by reference | Type reference (TYPE) | REVBD | Date of revision start | 20071108 | |||
| 9 | IV_REVISION_END_TIME | Call by reference | Type reference (TYPE) | REVBZ | Time of revision start | 20071108 | |||
| 10 | IV_REVISION_NUMBER | Call by reference | Type reference (TYPE) | REVNI | Revision for Plant Maintenance and Customer Service | 20071108 | |||
| 11 | IV_REVISION_START_DATE | Call by reference | Type reference (TYPE) | REVBD | Date of revision start | 20071108 | |||
| 12 | IV_REVISION_START_TIME | Call by reference | Type reference (TYPE) | REVBZ | Time of revision start | 20071108 | |||
| 13 | 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 |