SAP ABAP Class CL_EAMS_SP_MP (Service Provider Measuring Point)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PM (Application Component) Plant Maintenance
     EAMS_SP_MISC (Package) Miscellaneous for Service Provider
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/IF_SPI_APPL_ACCESS Application Access Interface 20090402
Properties
Class CL_EAMS_SP_MP  
Short Description Service Provider Measuring Point    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package EAMS_SP_MISC   Miscellaneous for Service Provider 
Created 20090402   SAP 
Last change 20110908   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)
Interfaces
# Interface Abstract Final Description Created on
1 /PLMB/IF_SPI_APPL_ACCESS Application Access Interface 20090402
Friends
Class CL_EAMS_SP_MP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_BO Instance attribute Protected Object reference (TYPE REF TO) CL_EAMS_BO_MP Business Object Measuring Point 20090402
2 MO_COLLECTOR Instance attribute Protected Object reference (TYPE REF TO) /PLMB/IF_SPI_COLLECTOR Collector 20090402
3 MO_SP_SRV Instance attribute Private Object reference (TYPE REF TO) CL_EAMS_SP_SRV 20090402
4 MO_SRV Instance attribute Protected Object reference (TYPE REF TO) CL_EAMS_BO_SRV 20090402
Methods
# Method Level Visibility Method type Description Created on
1 ACTION Instance method Public Method 20090402
2 ACTION_CLEAN_UP Instance method Protected Method Clean up 20091014
3 ACT_HEADER_AUTH_CHECK_TRAN Instance method Protected Method Check authorization for transaction 20091022
4 ACT_HEADER_VALIDATE Instance method Protected Method Validate header screen 20091126
5 ACT_INIT_AUTH_CHECK Instance method Protected Method Check authorization 20091021
6 ACT_INIT_AUTH_CHECK_TRAN Instance method Protected Method Check authorization for transaction 20091021
7 ACT_INIT_REAL_EST_TYPE_DD Instance method Protected Method Action for dropwdown real est type 20091021
8 ACT_INIT_REF_OBJ_TYPE_DD Instance method Protected Method Action for dropdown reference object type 20091106
9 ACT_INIT_SET_PROP Instance method Protected Method Get field properties for initial screen 20091021
10 ACT_INIT_VALIDATE Instance method Protected Method Validate initial screen 20091021
11 AUTH_CHECK Instance method Protected Method Check authorization 20091021
12 AUTH_CHECK_TRAN Instance method Protected Method Check authorization for transaction 20091021
13 BUILD_MP_HEADER_PROPERTIES Instance method Protected Method Build Field Property List for Measuring Point Header 20090723
14 BUILD_MP_LTXT_PROPERTIES Instance method Protected Method Build Field Property List for Measuring Point Longtext 20090727
15 CHECK_BEFORE_SAVE Instance method Public Method 20090402
16 CLEAN_UP Instance method Public Method 20090402
17 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090402
18 DELETE Instance method Public Method 20090402
19 GET_FIELD_PROP_BY_REAL_E_TYPE Instance method Protected Method Get field properties by real est type 20091014
20 GET_FIELD_PROP_BY_REF_OBJ_TYPE Instance method Protected Method Get field properties by reference object type 20091106
21 GET_INITIAL_FIELD_PROPERTIES Instance method Protected Method Get field properties for initial screen 20091013
22 INSERT Instance method Public Method 20090402
23 INSERT_MP_INIT Instance method Protected Method Insert new Measuring Point Header 20090818
24 MAP_HEADER_DATA_TO_SP Instance method Protected Method Map Measuring Point Header Data from BO to SP Structures 20090723
25 MAP_INITIAL_DATA_TO_SP Instance method Protected Method Map Measuring Point Initial Data from BO to SP Structures 20090818
26 MAP_LTXT_DATA_TO_SP Instance method Protected Method Map Measuring Point Longtext Data from BO to SP Structures 20090724
27 MAP_SP_TO_HEADER_DATA Instance method Protected Method Map Measuring Point Header Data from SP Structures to BO 20090730
28 MAP_SP_TO_INITIAL_DATA Instance method Protected Method Map Measuring Point Initial Data from SP to BO Structures 20090818
29 MAP_SP_TO_LTXT_DATA Instance method Protected Method Map Measuring Point Longtext Data from SP Structures to BO 20090730
30 QUERY Instance method Public Method 20090402
31 RETRIEVE Instance method Public Method 20090402
32 RETRIEVE_MP_BY_EQUI Instance method Protected Method Gets Measurement Points for an Equipment 20091006
33 RETRIEVE_MP_BY_FL Instance method Protected Method Gets Measurement Points of a Functional Location 20091002
34 RETRIEVE_MP_HEADER Instance method Protected Method Get Measuring Point Header 20090402
35 RETRIEVE_MP_INITIAL Instance method Protected Method Get Measuring Point Initial Node 20091019
36 RETRIEVE_MP_LTXT Instance method Protected Method Get Measuring Point Longtext 20090422
37 SAVE Instance method Public Method 20090402
38 UPDATE Instance method Public Method 20090402
39 UPDATE_MP_HEADER Instance method Protected Method Update Measuring Point Header 20090721
40 UPDATE_MP_INIT Instance method Protected Method Update Measuring Point Initial Node 20091019
41 UPDATE_MP_LTXT Instance method Protected Method Update Measuring Point Longtext 20090721
42 VALIDATE_HEADER_SCREEN Instance method Protected Method Validate header screen 20091126
43 VALIDATE_INIT_SCREEN Instance method Protected Method Validate initial screen 20091014
Events
Class CL_EAMS_SP_MP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_IHPA Public See coding 20100127 t_ihpa TYPE STANDARD TABLE OF ihpavb
Method Signatures

Method ACTION Signature

Method ACTION on class CL_EAMS_SP_MP has no parameter.
Method ACTION on class CL_EAMS_SP_MP has no exception.

Method ACTION_CLEAN_UP Signature

Method ACTION_CLEAN_UP on class CL_EAMS_SP_MP has no parameter.
Method ACTION_CLEAN_UP on class CL_EAMS_SP_MP has no exception.

Method ACT_HEADER_AUTH_CHECK_TRAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES Field Properties per Node Id 20091022
2 Exporting ET_INDEX_FAILED Call by reference Type reference (TYPE) /PLMB/T_SPI_RTR_INDEX_FAILED Index of node ID for which no data is availab 20091022
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091022
4 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091022
5 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20091022
6 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20091022
7 Importing IS_PARAM Call by reference Type reference (TYPE) EAMS_S_SP_MP_HEADER Measuring Point Header 20110204
8 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_MP_ID Table for Measuring Point IDs 20110204

Method ACT_HEADER_AUTH_CHECK_TRAN on class CL_EAMS_SP_MP has no exception.

Method ACT_HEADER_VALIDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES Field Properties per Node Id 20091126
2 Exporting ET_INDEX_FAILED Call by reference Type reference (TYPE) /PLMB/T_SPI_INDEX_FAILED Index of node ID for which no data is available 20091126
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091126
4 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE 20091126
5 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20091126
6 Importing IS_PARAM Call by reference Type reference (TYPE) EAMS_S_SP_MP_HEADER Measuring Point Header 20091126
7 Importing IT_NODE_ID Call by reference Type reference (TYPE) INDEX TABLE 20091126
8 Importing IV_ACTION_NAME Call by reference Type reference (TYPE) /PLMB/SPI_ACTION_NAME Action Name 20091126
9 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20091126

Method ACT_HEADER_VALIDATE on class CL_EAMS_SP_MP has no exception.

Method ACT_INIT_AUTH_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES Field Properties per Node Id 20091021
2 Exporting ET_INDEX_FAILED Call by reference Type reference (TYPE) /PLMB/T_SPI_RTR_INDEX_FAILED Index of node ID for which no data is availab 20091021
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091021
4 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091021
5 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_INITIAL Table type for Measuring Point initial screen 20091021
6 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20091021
7 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20091021
8 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_MP_INITIAL_ID Measuring Point Initial Screen ID 20110204

Method ACT_INIT_AUTH_CHECK on class CL_EAMS_SP_MP has no exception.

Method ACT_INIT_AUTH_CHECK_TRAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES Field Properties per Node Id 20091021
2 Exporting ET_INDEX_FAILED Call by reference Type reference (TYPE) /PLMB/T_SPI_RTR_INDEX_FAILED Index of node ID for which no data is availab 20091021
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091021
4 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091021
5 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20091021
6 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20091021
7 Importing IS_PARAM Call by reference Type reference (TYPE) EAMS_S_SP_MP_INITIAL Structure for initial screen of Measuring Point 20110204
8 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_MP_INITIAL_ID Measuring Point Initial Screen ID 20110204

Method ACT_INIT_AUTH_CHECK_TRAN on class CL_EAMS_SP_MP has no exception.

Method ACT_INIT_REAL_EST_TYPE_DD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES Field Properties per Node Id 20091021
2 Importing IS_PARAM Call by reference Type reference (TYPE) EAMS_S_SP_MP_INITIAL Structure for initial screen of Measuring Point 20110203

Method ACT_INIT_REAL_EST_TYPE_DD on class CL_EAMS_SP_MP has no exception.

Method ACT_INIT_REF_OBJ_TYPE_DD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES Field Properties per Node Id 20091106
2 Importing IS_PARAM Call by reference Type reference (TYPE) EAMS_S_SP_MP_INITIAL Structure for initial screen of Measuring Point 20110203

Method ACT_INIT_REF_OBJ_TYPE_DD on class CL_EAMS_SP_MP has no exception.

Method ACT_INIT_SET_PROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES Field Properties per Node Id 20091021
2 Importing IS_PARAM Call by reference Type reference (TYPE) EAMS_S_SP_MP_INITIAL Structure for initial screen of Measuring Point 20110203

Method ACT_INIT_SET_PROP on class CL_EAMS_SP_MP has no exception.

Method ACT_INIT_VALIDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES Field Properties per Node Id 20091021
2 Exporting ET_INDEX_FAILED Call by reference Type reference (TYPE) /PLMB/T_SPI_INDEX_FAILED Index of node ID for which no data is available 20091021
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091021
4 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE 20091021
5 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20091021
6 Importing IS_PARAM Call by reference Type reference (TYPE) EAMS_S_SP_MP_INITIAL 20091021

Method ACT_INIT_VALIDATE on class CL_EAMS_SP_MP has no exception.

Method AUTH_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INDEX_FAILED Call by reference Type reference (TYPE) /PLMB/T_SPI_RTR_INDEX_FAILED Index of node ID for which no data is availab 20091021
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091021
3 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091021
4 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_INITIAL Table type for Measuring Point initial screen 20091021
5 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20091021
6 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20091021
7 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_MP_INITIAL_ID Measuring Point Initial Screen ID 20110204

Method AUTH_CHECK on class CL_EAMS_SP_MP has no exception.

Method AUTH_CHECK_TRAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INDEX_FAILED Call by reference Type reference (TYPE) /PLMB/T_SPI_RTR_INDEX_FAILED Index of node ID for which no data is availab 20091021
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091021
3 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091021
4 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20091021
5 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20091021
6 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_MP_ID Table type for Measuring Point initial screen 20091022

Method AUTH_CHECK_TRAN on class CL_EAMS_SP_MP has no exception.

Method BUILD_MP_HEADER_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PROFILE Call by reference Type reference (TYPE) /PLMB/T_SPI_PRPTY_PROFILE Field property profile 20090723
2 Importing IS_NODE_DATA Call by reference Type reference (TYPE) EAMS_S_SP_MP_HEADER Measuring Point Header 20090723

Method BUILD_MP_HEADER_PROPERTIES on class CL_EAMS_SP_MP has no exception.

Method BUILD_MP_LTXT_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PROFILE Call by reference Type reference (TYPE) /PLMB/T_SPI_PRPTY_PROFILE Field property profile 20090727
2 Importing IS_NODE_DATA Call by reference Type reference (TYPE) EAMS_S_SP_MP_LTXT Strcuture for Longtext of Measuring Point 20090727

Method BUILD_MP_LTXT_PROPERTIES on class CL_EAMS_SP_MP has no exception.

Method CHECK_BEFORE_SAVE Signature

Method CHECK_BEFORE_SAVE on class CL_EAMS_SP_MP has no parameter.
Method CHECK_BEFORE_SAVE on class CL_EAMS_SP_MP has no exception.

Method CLEAN_UP Signature

Method CLEAN_UP on class CL_EAMS_SP_MP has no parameter.
Method CLEAN_UP on class CL_EAMS_SP_MP has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_COLLECTOR Call by reference Object reference (TYPE REF TO) /PLMB/IF_SPI_COLLECTOR Collector 20090402

Method CONSTRUCTOR on class CL_EAMS_SP_MP has no exception.

Method DELETE Signature

Method DELETE on class CL_EAMS_SP_MP has no parameter.
Method DELETE on class CL_EAMS_SP_MP has no exception.

Method GET_FIELD_PROP_BY_REAL_E_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES Field Properties per Node Id 20091014
2 Importing IV_REAL_EST_TYPE Call by reference Type reference (TYPE) EAMS_REAL_EST_TYPE Text for Object Type in Browser (Singular) 20091014

Method GET_FIELD_PROP_BY_REAL_E_TYPE on class CL_EAMS_SP_MP has no exception.

Method GET_FIELD_PROP_BY_REF_OBJ_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES Field Properties per Node Id 20091106
2 Importing IV_REAL_EST_TYPE Call by reference Type reference (TYPE) EAMS_REAL_EST_TYPE Text for Object Type in Browser (Singular) 20091106
3 Importing IV_REF_OBJ_TYPE Call by reference Type reference (TYPE) CHAR3 Measuring Point Object (Obj.Categ. in Gen.Status Management) 20091106

Method GET_FIELD_PROP_BY_REF_OBJ_TYPE on class CL_EAMS_SP_MP has no exception.

Method GET_INITIAL_FIELD_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES Field Properties per Node Id 20091013
2 Importing IV_REAL_EST_TYPE Call by reference Type reference (TYPE) EAMS_REAL_EST_TYPE 20091027
3 Importing IV_REF_OBJ_TYPE Call by reference Type reference (TYPE) CHAR3 3-Byte field 20091106

Method GET_INITIAL_FIELD_PROPERTIES on class CL_EAMS_SP_MP has no exception.

Method INSERT Signature

Method INSERT on class CL_EAMS_SP_MP has no parameter.
Method INSERT on class CL_EAMS_SP_MP has no exception.

Method INSERT_MP_INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INDEX_FAILED Call by reference Type reference (TYPE) /PLMB/T_SPI_INDEX_FAILED Index of node ID for which no data is available 20090818
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090818
3 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_INITIAL Table type for Measuring Point initial screen 20090818
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20090818
5 Importing IS_PARAM Call by reference Type reference (TYPE) ANY 20090818
6 Importing IT_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_INITIAL Table type for Measuring Point initial screen 20090818

Method INSERT_MP_INIT on class CL_EAMS_SP_MP has no exception.

Method MAP_HEADER_DATA_TO_SP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FLDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES Field Properties per Node Id 20090723
2 Exporting ET_SP_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_HEADER Measuring Point data 20090723
3 Importing IT_BO_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_HEADER Business Object Measuring Point - Header Data 20090723

Method MAP_HEADER_DATA_TO_SP on class CL_EAMS_SP_MP has no exception.

Method MAP_INITIAL_DATA_TO_SP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FLDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES Field Properties per Node Id 20090818
2 Exporting ET_SP_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_INITIAL Table type for Measuring Point initial screen 20090818
3 Importing IT_BO_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_INITIAL Table type for Measuring Point initial screen 20090818

Method MAP_INITIAL_DATA_TO_SP on class CL_EAMS_SP_MP has no exception.

Method MAP_LTXT_DATA_TO_SP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FLDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES Field Properties per Node Id 20090724
2 Exporting ET_SP_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_LTXT Measuring Point data 20090724
3 Exporting ET_SP_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20090724
4 Importing IT_BO_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_LTXT Business Object Measuring Point - Header Data 20090724
5 Importing IT_SP_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_MP_LTXT_ID Table for Longtexts of Measuring Point 20090724

Method MAP_LTXT_DATA_TO_SP on class CL_EAMS_SP_MP has no exception.

Method MAP_SP_TO_HEADER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BO_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_HEADER Business Object Measuring Point - Header Data 20090730
2 Importing IT_SP_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_HEADER Measuring Point data 20090730

Method MAP_SP_TO_HEADER_DATA on class CL_EAMS_SP_MP has no exception.

Method MAP_SP_TO_INITIAL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BO_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_INITIAL Table type for Measuring Point initial screen 20090818
2 Importing IT_SP_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_INITIAL Table type for Measuring Point initial screen 20090818

Method MAP_SP_TO_INITIAL_DATA on class CL_EAMS_SP_MP has no exception.

Method MAP_SP_TO_LTXT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BO_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_LTXT Table for Longtexts of Measuring Point 20090730
2 Importing IT_SP_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_LTXT Table for Longtexts of Measuring Point 20090730
3 Importing IT_SP_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_MP_LTXT_ID Table for longtext IDs of Measuring Point 20090730

Method MAP_SP_TO_LTXT_DATA on class CL_EAMS_SP_MP has no exception.

Method QUERY Signature

Method QUERY on class CL_EAMS_SP_MP has no parameter.
Method QUERY on class CL_EAMS_SP_MP has no exception.

Method RETRIEVE Signature

Method RETRIEVE on class CL_EAMS_SP_MP has no parameter.
Method RETRIEVE on class CL_EAMS_SP_MP has no exception.

Method RETRIEVE_MP_BY_EQUI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091006
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_ID Business Object Measuring Point - Identification 20091006
3 Exporting ET_NODE_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20091006
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20091006
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_EQUI_ID Business Object Equipment - Identification 20091006
6 Importing IV_CHECK_AUTH Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Boolean variable 20100122

Method RETRIEVE_MP_BY_EQUI on class CL_EAMS_SP_MP has no exception.

Method RETRIEVE_MP_BY_FL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091002
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_ID Business Object Measuring Point - Identification 20091002
3 Exporting ET_NODE_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20091002
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20091002
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_FL_ID Business Object Functional Location - Identification 20091002

Method RETRIEVE_MP_BY_FL on class CL_EAMS_SP_MP has no exception.

Method RETRIEVE_MP_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FLDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES Field Properties per Node Id 20090723
2 Exporting ET_INDEX_FAILED Call by reference Type reference (TYPE) /PLMB/T_SPI_RTR_INDEX_FAILED Index of node ID for which no data is availab 20090402
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090402
4 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091030
5 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_HEADER Measuring Point data 20090402
6 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20090402
7 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20090402
8 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_MP_ID Table for Measuring Point IDs 20090402
9 Importing IV_LOCK Call by reference Type reference (TYPE) /PLMB/SPI_LOCK_IND Locking Indicator 20090402

Method RETRIEVE_MP_HEADER on class CL_EAMS_SP_MP has no exception.

Method RETRIEVE_MP_INITIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FLDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES Field Properties per Node Id 20091019
2 Exporting ET_INDEX_FAILED Call by reference Type reference (TYPE) /PLMB/T_SPI_RTR_INDEX_FAILED Index of node ID for which no data is availab 20091019
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091019
4 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_INITIAL Measuring Point data 20091019
5 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20091019
6 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20091019

Method RETRIEVE_MP_INITIAL on class CL_EAMS_SP_MP has no exception.

Method RETRIEVE_MP_LTXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FLDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES Field Properties per Node Id 20090724
2 Exporting ET_INDEX_FAILED Call by reference Type reference (TYPE) /PLMB/T_SPI_RTR_INDEX_FAILED Index of node ID for which no data is availab 20090422
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090422
4 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090422
5 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_LTXT Table for Longtexts of Measuring Point 20090422
6 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20090422
7 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20090422
8 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_MP_LTXT_ID Table for longtext IDs of Measuring Point 20090422
9 Importing IV_LOCK Call by reference Type reference (TYPE) /PLMB/SPI_LOCK_IND Locking Indicator 20090422

Method RETRIEVE_MP_LTXT on class CL_EAMS_SP_MP has no exception.

Method SAVE Signature

Method SAVE on class CL_EAMS_SP_MP has no parameter.
Method SAVE on class CL_EAMS_SP_MP has no exception.

Method UPDATE Signature

Method UPDATE on class CL_EAMS_SP_MP has no parameter.
Method UPDATE on class CL_EAMS_SP_MP has no exception.

Method UPDATE_MP_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FLDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES Field Properties per Node Id 20090721
2 Exporting ET_INDEX_FAILED Call by reference Type reference (TYPE) /PLMB/T_SPI_INDEX_FAILED Index of node ID for which no data is available 20090721
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090721
4 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_HEADER Measuring Point data 20090721
5 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20090721
6 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20090721
7 Importing IS_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_MP_ID Table for Measuring Point IDs 20090721
8 Importing IS_PARAM Call by reference Type reference (TYPE) ANY 20090721
9 Importing IT_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_HEADER Measuring Point data 20090721

Method UPDATE_MP_HEADER on class CL_EAMS_SP_MP has no exception.

Method UPDATE_MP_INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INDEX_FAILED Call by reference Type reference (TYPE) /PLMB/T_SPI_INDEX_FAILED Index of node ID for which no data is available 20091019
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091019
3 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_INITIAL Table type for Measuring Point initial screen 20091019
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20091019
5 Importing IT_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_INITIAL Table type for Measuring Point initial screen 20091019

Method UPDATE_MP_INIT on class CL_EAMS_SP_MP has no exception.

Method UPDATE_MP_LTXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FLDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES Field Properties per Node Id 20090721
2 Exporting ET_INDEX_FAILED Call by reference Type reference (TYPE) /PLMB/T_SPI_INDEX_FAILED Index of node ID for which no data is available 20090721
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090721
4 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_LTXT Table for Longtexts of Measuring Point 20090721
5 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20090721
6 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20090721
7 Importing IS_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_MP_LTXT_ID 20090721
8 Importing IS_PARAM Call by reference Type reference (TYPE) ANY 20090721
9 Importing IT_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_LTXT Table for Longtexts of Measuring Point 20090721

Method UPDATE_MP_LTXT on class CL_EAMS_SP_MP has no exception.

Method VALIDATE_HEADER_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INDEX_FAILED Call by reference Type reference (TYPE) /PLMB/T_SPI_INDEX_FAILED Index of node ID for which no data is available 20091126
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091126
3 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091126
4 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_HEADER Measuring Point data 20091126
5 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20091126
6 Importing IT_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_HEADER Measuring Point data 20091126

Method VALIDATE_HEADER_SCREEN on class CL_EAMS_SP_MP has no exception.

Method VALIDATE_INIT_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INDEX_FAILED Call by reference Type reference (TYPE) /PLMB/T_SPI_INDEX_FAILED Index of node ID for which no data is availab 20091014
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091014
3 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091014
4 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_MP_INITIAL Table type for Measuring Point initial screen 20091014
5 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20091014
6 Importing IS_NODE_DATA Call by reference Type reference (TYPE) EAMS_S_SP_MP_INITIAL Table type for Measuring Point initial screen 20100319

Method VALIDATE_INIT_SCREEN on class CL_EAMS_SP_MP has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 605