SAP ABAP Class CL_EAMS_BO_MP (Business Object Measuring Point)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PM (Application Component) Plant Maintenance
     EAMS_BO_MISC (Package) Miscellaneous for Business Object
Properties
Class CL_EAMS_BO_MP  
Short Description Business Object Measuring Point    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package EAMS_BO_MISC   Miscellaneous for Business Object 
Created 20081205   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_EAMS_BO_MP has no forward declaration.
Interfaces
Class CL_EAMS_BO_MP has no interface implemented.
Friends
Class CL_EAMS_BO_MP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_INITIAL_POINT Constant Public Type reference (TYPE) IMRC_POINT '000000000000' Measuring Point 20091019
2 GC_MPOTY Constant Public See coding 20091013
3 GC_MP_LTXT_OBJECT Constant Private Type reference (TYPE) TDOBJECT 'IMPTT' Texts: Application Object 20090415
4 GC_REAL_EST_TYPE Constant Public See coding 20091026
5 GC_REF_OBJ_TYPE Constant Public See coding 20091106
6 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_EAMS_BO_MP Business Object 20081205
7 GT_IMPH Instance attribute Private See coding 20090225
8 MO_BO_ORDER Instance attribute Protected Object reference (TYPE REF TO) CL_EAMS_BO_ORDER Business Object Order 20090306
9 MO_SRV Instance attribute Protected Object reference (TYPE REF TO) CL_EAMS_BO_SRV 20081205
10 MT_BO_MP_HEADER Instance attribute Private Type reference (TYPE) EAMS_T_BO_MP_HEADER Business Object Measuring Point - Header Data 20090820
11 MT_BO_MP_INITIAL Instance attribute Private Type reference (TYPE) EAMS_T_BO_MP_INITIAL Table type for Measuring Point initial screen 20090819
12 MT_LTXT_CHANGED Instance attribute Private Type reference (TYPE) EAMS_T_BO_MP_LTXT_ID Longtext for MeasPoints changed 20091130
13 MT_LTXT_DATA Instance attribute Private Type reference (TYPE) EAMS_T_BO_MP_LTXT Table for Longtexts of Measuring Point 20091130
14 MT_MP_CHANGED Instance attribute Private Type reference (TYPE) EAMS_T_BO_MP_ID IDs of changed Measuring Points 20090730
15 MT_POINT_LOCK Instance attribute Private See coding 20090731
16 MV_NEW_POINT Instance attribute Private Type reference (TYPE) IMRC_POINT Measuring Point 20090821
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORITY_CHECK Instance method Public Method 20090728
2 AUTHORITY_CHECK_TRAN Instance method Public Method 20090728
3 CHANGE_MP Instance method Private Method Change MeasPoint (call MEASUREM_POINT_DIALOG_SINGLE) 20090819
4 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20081205
5 CLEANUP_MP_HEADER Instance method Public Method 20090731
6 CLEANUP_MP_LONGTEXT Instance method Public Method 20090731
7 CONSISTENCY_CHECK Instance method Private Method Consistency check if Measuring Point will be changed 20090805
8 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20081205
9 CREATE_MP Instance method Private Method Create MeasPoint (call MEASUREM_POINT_DIALOG_SINGLE) 20090819
10 EXISTENCE_CHECK Static method Public Method Runtime Calls 20090320
11 GET_AND_LOCK_MP_BY_ORD_OPER Instance method Public Method Get Measuring Points Assigned to Order Operation 20090526
12 GET_AND_LOCK_MP_HEADER Instance method Public Method Get the Header Structure for Measuring Point 20090529
13 GET_ASSEMBLY_DESCR Instance method Private Method 20090226
14 GET_BASIC_DATA Static method Public Method Runtime Calls 20090320
15 GET_CHAR_DESCRIPTION Instance method Private Method Get Desription for Characteristic 20090226
16 GET_DESCR Static method Public Method Get Description 20090320
17 GET_MEASURING_POINTS_FOR_BD Instance method Public Method Get Measuring Points Assigned to Building 20090910
18 GET_MEASURING_POINTS_FOR_EQUI Instance method Public Method Get Measuring Points Assigned to Equipment 20081205
19 GET_MEASURING_POINTS_FOR_FL Instance method Public Method Get Measuring Points Assigned to Functional Location 20081216
20 GET_MEASURING_POINTS_FOR_ME Instance method Public Method Get Measuring Points Assigned to Rental Unit 20090910
21 GET_MP_BY_ORD_OPER Instance method Public Method Get Measuring Points Assigned to Order Operation 20090306
22 GET_MP_HEADER Instance method Public Method Get the Header Structure for Measuring Point 20081205
23 GET_MP_INITIAL Instance method Public Method Return data from Initial Screen of Measuring Point Creation 20090819
24 GET_MP_LONGTEXT Instance method Public Method Get Long Text for Measuring Point 20090415
25 MAP_IMPT_TO_MP_HEADER Instance method Public Method Map IMPT Data to Header Structure of Measuring Point 20090430
26 MAP_MP_INITIAL_TO_MP_HEADER Instance method Private Method Fill Header Data from information in Initial data 20090819
27 READ_IMPH Instance method Private Method Read History Table IMPH 20090226
28 READ_MP_TRANS Instance method Private Method Read additional data of Transfer Point 20090817
29 SAVE Instance method Public Method Save (changed) Measuring Point 20090730
30 SAVE_MP_LONGTEXT Instance method Protected Method Save Longtext for Measuring Point 20091130
31 SET_MP_HEADER_UPD Instance method Public Method Change Measuring Point Header 20090729
32 SET_MP_INITIAL Instance method Public Method Buffer data from Initial Screen of Measuring Point Creation 20090819
33 SET_MP_LONGTEXT Instance method Public Method Change Longtext for Measuring Point 20090730
34 SET_MP_LTXT_INDICATOR Instance method Protected Method Set Indicator "Longtext Available" 20091202
35 S_GET_INSTANCE Static method Public Method 20081205
36 VALIDATE_HEADER_SCREEN_VALUES Instance method Public Method Validate header screen values 20091126
37 VALIDATE_INIT_SCREEN_VALUES Instance method Public Method Validate Initial Screen Values 20090819
Events
Class CL_EAMS_BO_MP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MS_POINT_LOCK Private See coding 20090731 BEGIN OF ms_point_lock, point TYPE imrc_point, locked TYPE boolean, END OF ms_point_lock
Method Signatures

Method AUTHORITY_CHECK 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 20090728
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_INITIAL Table type for Measuring Position initial screen 20090728
3 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 20090728
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090728
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_MP_ID Business Object Measuring Point - Identification 20090728
6 Importing IV_DISPLAY_MODE Call by reference Type reference (TYPE) /PLMB/SPI_MODE Mode 20110113

Method AUTHORITY_CHECK on class CL_EAMS_BO_MP has no exception.

Method AUTHORITY_CHECK_TRAN 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 20090728
2 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 20090728
3 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090728
4 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_MP_ID Table for Measuring Point IDs 20091022
5 Importing IV_DISPLAY_MODE Call by reference Type reference (TYPE) /PLMB/SPI_MODE Mode 20100205

Method AUTHORITY_CHECK_TRAN on class CL_EAMS_BO_MP has no exception.

Method CHANGE_MP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_IMPT Call by reference Type reference (TYPE) IMPT Measuring Point (Structure) 20090819
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090819
3 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090819
4 Importing IS_NODE_DATA Call by reference Type reference (TYPE) EAMS_S_BO_MP_HEADER Business Object Measuring Point - Header Data 20090819
5 Importing IV_MSG_INDEX Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20090828

Method CHANGE_MP on class CL_EAMS_BO_MP has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_EAMS_BO_MP has no parameter.
Method CLASS_CONSTRUCTOR on class CL_EAMS_BO_MP has no exception.

Method CLEANUP_MP_HEADER Signature

Method CLEANUP_MP_HEADER on class CL_EAMS_BO_MP has no parameter.
Method CLEANUP_MP_HEADER on class CL_EAMS_BO_MP has no exception.

Method CLEANUP_MP_LONGTEXT Signature

Method CLEANUP_MP_LONGTEXT on class CL_EAMS_BO_MP has no parameter.
Method CLEANUP_MP_LONGTEXT on class CL_EAMS_BO_MP has no exception.

Method CONSISTENCY_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_RIMR03 Call by reference Type reference (TYPE) RIMR03 API Structure for Inserting Measurement Document 20090805
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090805
3 Importing IS_NODE_DATA_OLD Call by reference Type reference (TYPE) EAMS_S_BO_MP_HEADER Business Object Measuring Point - Header Data 20091218
4 Importing IV_MSG_INDEX Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20090828
# Exception Resumable Description Created on
1 ERROR error occurred 20090805

Method CONSTRUCTOR Signature

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

Method CREATE_MP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_IMPT Call by reference Type reference (TYPE) IMPT Measuring Point (Structure) 20090819
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090819
3 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090819
4 Importing IS_NODE_DATA Call by reference Type reference (TYPE) EAMS_S_BO_MP_HEADER Business Object Measuring Point - Header Data 20090819
5 Importing IV_MSG_INDEX Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20090828

Method CREATE_MP on class CL_EAMS_BO_MP has no exception.

Method EXISTENCE_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHECK_RESULTS_ATTR Call by reference Type reference (TYPE) EAMS_T_GOSX_CHECK_RESULTS_ATTR Results according to check criteria 20090320
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090320
3 Importing IS_CHECK_OPTIONS Call by reference Type reference (TYPE) EAMS_S_GOSX_CHECK_OPTIONS not used here 20090320
4 Importing IT_EXT_KEY Call by reference Type reference (TYPE) INDEX TABLE Internal key 20090320

Method EXISTENCE_CHECK on class CL_EAMS_BO_MP has no exception.

Method GET_AND_LOCK_MP_BY_ORD_OPER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090526
2 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091130
3 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_HEADER Business Object Measuring Point - Identification 20090526
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 20090526
5 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090526
6 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_ORD_OPER_ID Business Object Functional Location - Identification 20090526
7 Importing IV_LOCK Call by reference Type reference (TYPE) FLAG 'X' General Flag 20091214

Method GET_AND_LOCK_MP_BY_ORD_OPER on class CL_EAMS_BO_MP has no exception.

Method GET_AND_LOCK_MP_HEADER 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 20090529
2 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091030
3 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_HEADER Business Object Measuring Point - Header Data 20090529
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 20090529
5 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090529
6 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_MP_ID Business Object Measuring Point - Identification 20090529
7 Importing IV_LOCK Call by reference Type reference (TYPE) FLAG 'X' General Flag 20091214

Method GET_AND_LOCK_MP_HEADER on class CL_EAMS_BO_MP has no exception.

Method GET_ASSEMBLY_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LOCAS_MAKTX Call by reference Type reference (TYPE) MAKTX Material Description (Short Text) 20090226
2 Importing IV_LOCAS Call by reference Type reference (TYPE) IMRC_LOCAS Assembly for Localization of Measuring Point 20090226

Method GET_ASSEMBLY_DESCR on class CL_EAMS_BO_MP has no exception.

Method GET_BASIC_DATA 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 Vorschlagswerte bei Anlage von Debitoren aus Workbench 20090320
2 Exporting ET_OBJ_ADMIN Call by reference Type reference (TYPE) EAMS_T_GOSX_ADMIN_DATA Vorschlagswerte bei Anlage von Debitoren aus Workbench 20090320
3 Exporting ET_OBJ_STATUS Call by reference Type reference (TYPE) EAMS_T_GOSX_BO_STATUS Vorschlagswerte bei Anlage von Debitoren aus Workbench 20090320
4 Importing IT_EXT_KEY Call by reference Type reference (TYPE) STANDARD TABLE key values 20090320

Method GET_BASIC_DATA on class CL_EAMS_BO_MP has no exception.

Method GET_CHAR_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ATBEZ Call by reference Type reference (TYPE) ATBEZ Characteristic description 20090226
2 Importing IV_ATINN Call by reference Type reference (TYPE) ATINN Internal characteristic 20090226

Method GET_CHAR_DESCRIPTION on class CL_EAMS_BO_MP has no exception.

Method GET_DESCR 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 20090320
2 Exporting ET_OBJ_DESCR Call by reference Type reference (TYPE) EAMS_T_GOSX_OBJ_DESCR_ATTR Object description data 20090320
3 Importing IT_EXT_KEY Call by reference Type reference (TYPE) STANDARD TABLE 20090320

Method GET_DESCR on class CL_EAMS_BO_MP has no exception.

Method GET_MEASURING_POINTS_FOR_BD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090910
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_ID Business Object Measuring Point - Identification 20090910
3 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 20090910
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090910
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_BD_ID Business Object Equipment - Identification 20090910

Method GET_MEASURING_POINTS_FOR_BD on class CL_EAMS_BO_MP has no exception.

Method GET_MEASURING_POINTS_FOR_EQUI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20081205
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_ID Business Object Measuring Point - Identification 20081205
3 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 20090107
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20081205
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_EQUI_ID Business Object Equipment - Identification 20081205

Method GET_MEASURING_POINTS_FOR_EQUI on class CL_EAMS_BO_MP has no exception.

Method GET_MEASURING_POINTS_FOR_FL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20081216
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_ID Business Object Measuring Point - Identification 20081216
3 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 20090107
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20081216
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_FL_ID Business Object Functional Location - Identification 20081216

Method GET_MEASURING_POINTS_FOR_FL on class CL_EAMS_BO_MP has no exception.

Method GET_MEASURING_POINTS_FOR_ME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090910
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_ID Business Object Measuring Point - Identification 20090910
3 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 20090910
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090910
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_ME_ID Business Object Building - Identification 20090910

Method GET_MEASURING_POINTS_FOR_ME on class CL_EAMS_BO_MP has no exception.

Method GET_MP_BY_ORD_OPER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090306
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_HEADER Business Object Measuring Point - Identification 20090306
3 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 20090306
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090306
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_ORD_OPER_ID Business Object Functional Location - Identification 20090306

Method GET_MP_BY_ORD_OPER on class CL_EAMS_BO_MP has no exception.

Method GET_MP_HEADER 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 20081205
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_HEADER Business Object Measuring Point - Header Data 20081205
3 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 20090107
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20081205
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_MP_ID Business Object Measuring Point - Identification 20081205
6 Importing IV_LOCK Call by reference Type reference (TYPE) FLAG General Flag 20091215

Method GET_MP_HEADER on class CL_EAMS_BO_MP has no exception.

Method GET_MP_INITIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_INITIAL Table type for Measuring Point initial screen 20090819

Method GET_MP_INITIAL on class CL_EAMS_BO_MP has no exception.

Method GET_MP_LONGTEXT 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 20090415
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_LTXT Table for Longtexts of Measuring Point 20090415
3 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_MP_LTXT_ID Table for longtext IDs of Measuring Point 20090415

Method GET_MP_LONGTEXT on class CL_EAMS_BO_MP has no exception.

Method MAP_IMPT_TO_MP_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MP_HEADER Call by reference Type reference (TYPE) EAMS_S_BO_MP_HEADER Business Object Measuring Point - Header Data 20090430
2 Importing IS_IMPT Call by reference Type reference (TYPE) IMPT Measuring Point (Structure) 20090430

Method MAP_IMPT_TO_MP_HEADER on class CL_EAMS_BO_MP has no exception.

Method MAP_MP_INITIAL_TO_MP_HEADER 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 20090819
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_HEADER Business Object Measuring Point - Header Data 20090819

Method MAP_MP_INITIAL_TO_MP_HEADER on class CL_EAMS_BO_MP has no exception.

Method READ_IMPH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_IMPH Call by reference Type reference (TYPE) IMPH Measurement and Counter Reading Transmission History 20090226
2 Importing IV_MPOINT Call by reference Type reference (TYPE) IMRC_POINT Measuring Point 20090226
# Exception Resumable Description Created on
1 NOT_FOUND 20090226

Method READ_MP_TRANS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_NODE_DATA Call by reference Type reference (TYPE) EAMS_S_BO_MP_HEADER Business Object Measuring Point - Header Data 20090817

Method READ_MP_TRANS on class CL_EAMS_BO_MP has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NEW_ID Call by reference Type reference (TYPE) EAMS_S_SP_MP_ID Business Object Measuring Point - Identification 20091201
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090730
3 Importing IV_DISPLAY_MODE Call by reference Type reference (TYPE) /PLMB/SPI_MODE Mode 20100205

Method SAVE on class CL_EAMS_BO_MP has no exception.

Method SAVE_MP_LONGTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LTXT_SAVE Call by reference Type reference (TYPE) EAMS_T_BO_MP_LTXT_ID Longtext save 20091130
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091130

Method SAVE_MP_LONGTEXT on class CL_EAMS_BO_MP has no exception.

Method SET_MP_HEADER_UPD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090729
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_HEADER Business Object Measuring Point - Header Data 20090729
3 Importing IT_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_HEADER Business Object Measuring Point - Header Data 20090729

Method SET_MP_HEADER_UPD on class CL_EAMS_BO_MP has no exception.

Method SET_MP_INITIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_INITIAL Table type for Measuring Point initial screen 20090819

Method SET_MP_INITIAL on class CL_EAMS_BO_MP has no exception.

Method SET_MP_LONGTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090730
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_LTXT Table for Longtexts of Measuring Point 20090730
3 Importing IT_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_LTXT Table for Longtexts of Measuring Point 20090730

Method SET_MP_LONGTEXT on class CL_EAMS_BO_MP has no exception.

Method SET_MP_LTXT_INDICATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091202
2 Importing IV_POINT Call by reference Type reference (TYPE) IMRC_POINT Measuring Point 20091208
3 Importing IV_TABIX Call by reference Type reference (TYPE) SYTABIX Index of internal table (index for message) 20091202

Method SET_MP_LTXT_INDICATOR on class CL_EAMS_BO_MP has no exception.

Method S_GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_EAMS_BO_MP Business Object Measuring Point 20081205

Method S_GET_INSTANCE on class CL_EAMS_BO_MP has no exception.

Method VALIDATE_HEADER_SCREEN_VALUES 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 20091126
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_HEADER Business Object Measuring Point - Header Data 20091126
3 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
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20091126
5 Importing IT_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MP_HEADER Business Object Measuring Point - Header Data 20091126

Method VALIDATE_HEADER_SCREEN_VALUES on class CL_EAMS_BO_MP has no exception.

Method VALIDATE_INIT_SCREEN_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NODE_DATA Call by reference Type reference (TYPE) EAMS_S_BO_MP_INITIAL Table type for Measuring Point initial screen 20100319
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090819
3 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090819
4 Importing IS_NODE_DATA Call by reference Type reference (TYPE) EAMS_S_BO_MP_INITIAL Table type for Measuring Point initial screen 20100319
5 Importing IV_DISPLAY_MODE Call by reference Type reference (TYPE) /PLMB/SPI_MODE Mode 20100205

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