SAP ABAP Class CL_EAMS_SP_DIR (Service Provider Document Info Record)
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 20081120
2 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/IF_SPI_C Service provider infrastructure constants 20091125
Properties
Class CL_EAMS_SP_DIR  
Short Description Service Provider Document Info Record    
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 20081120   SAP 
Last change 20130531   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 20081120
2 /PLMB/IF_SPI_C Service provider infrastructure constants 20091125
Friends
Class CL_EAMS_SP_DIR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GS_C_OPERATION_PROPERTY Instance attribute Private Attribute reference (LIKE) 20091125
2 MO_BO Instance attribute Protected Object reference (TYPE REF TO) CL_EAMS_BO_DIR Business Object Functional Location 20081120
3 MO_BO_EAMVE Instance attribute Private Object reference (TYPE REF TO) CL_EAMVE_BO_VWR Business Object VE Viewer 20120711
4 MO_BO_ORD Instance attribute Protected Object reference (TYPE REF TO) CL_EAMS_BO_ORDER Business Object Order 20120309
5 MO_BO_SRV Instance attribute Protected Object reference (TYPE REF TO) CL_EAMS_BO_SRV 20081120
6 MO_BO_TL Instance attribute Protected Object reference (TYPE REF TO) CL_EAMS_BO_TL Business Object Task List 20120924
7 MO_COLLECTOR Instance attribute Protected Object reference (TYPE REF TO) /PLMB/IF_SPI_COLLECTOR Collector 20081120
8 MO_EAMCC_BADI Instance attribute Private Object reference (TYPE REF TO) CL_BADI_BASE Base Class for all BAdI Proxies 20130710
9 MO_EAMVE_API Instance attribute Protected Object reference (TYPE REF TO) CL_EAMVE_API 20121130
10 MO_SP_SRV Instance attribute Protected Object reference (TYPE REF TO) CL_EAMS_SP_SRV 20081120
11 MV_SHOW_ALL_DEP_DOCS Instance attribute Private Type reference (TYPE) XFLAG Display documents of dependent objects 20120322
Methods
# Method Level Visibility Method type Description Created on
1 ACTION Instance method Public Method 20081120
2 ACTION_ASSIGN_OPER Instance method Private Method Action handler for event ASSIGN_OPER_SP 20120323
3 ACTION_LEAD_SELECTION Instance method Protected Method Instance Method 20091125
4 ACTION_LEAD_SELECTION_EAMCC Instance method Protected Method Instance Method 20120704
5 ACTION_ON_GET_DROPDOWN_VALUES Instance method Private Method Get values for Dropdown Listboxes 20100507
6 ACTION_TOGGLE_DEP_OBJ Instance method Private Method Toggle display of documents assigned to dependent objects 20120322
7 ACTION_UNASSIGN_OPER Instance method Private Method Action handler for Unassign document to operation 20120321
8 CHECK_BEFORE_SAVE Instance method Public Method 20081120
9 CHECK_CORRECTION_REPORT_FOR_TL Instance method Private Method 20130806
10 CLEAN_UP Instance method Public Method 20081120
11 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20081120
12 CREATE_DIR_LINK Instance method Protected Method Insert node ID and node data 20091115
13 DELETE Instance method Public Method 20081120
14 DELETE_DIR_LINK Instance method Protected Method Delete node ID 20091115
15 GENERATE_FIELD_PROPERTIES Instance method Private Method 20110222
16 GET_BO_MODE Instance method Protected Method Get BO Access Mode (Insert, Change, Display) 20130130
17 GET_DIR_OPER_KEYS_BY_ORDER_KEY Instance method Private Method Get document link keys for operations of an order 20120924
18 GET_DIR_OPER_KEYS_BY_TL_KEY Instance method Private Method Get document link keys for operations of an order 20120924
19 GET_DOCUMENTS_OF_REF_OBJECTS Instance method Private Method Read documents assigned to dependent objects 20120326
20 GET_DOCUMENTS_OF_REF_OBJ_TL Instance method Private Method Read documents assigned to dependent objects (tasklist) 20120925
21 INSERT Instance method Public Method 20081120
22 QUERY Instance method Public Method 20081120
23 RETRIEVE Instance method Public Method 20081120
24 RETRIEVE_DIR_HEADER Instance method Protected Method 20081120
25 RETRIEVE_DIR_LINK_BY_OBJECT Instance method Protected Method 20091115
26 RETRIEVE_DIR_LINK_ORDER_OPER Instance method Protected Method 20130125
27 RETRIEVE_DIR_ORIG_HEADER Instance method Protected Method 20081125
28 RETRIEVE_DIR_ORIG_LI_BY_HEADER Instance method Protected Method 20090416
29 SAVE Instance method Public Method 20081120
30 UPDATE Instance method Public Method 20081120
Events
Class CL_EAMS_SP_DIR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_APPL Public See coding 20121130 BEGIN OF ty_s_appl, appl TYPE dms_vappl. TYPES: END OF ty_s_appl
2 TY_T_APPL Public See coding 20121130 ty_t_appl TYPE TABLE OF ty_s_appl
Method Signatures

Method ACTION Signature

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

Method ACTION_ASSIGN_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 20120323
2 Importing IS_PARAM Call by reference Type reference (TYPE) EAMCC_T_SP_ORD_OPER_SELECT Table type for dialog box Select Operation 20120323
3 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_DIR_LINK_DOC_ID 20120323

Method ACTION_ASSIGN_OPER on class CL_EAMS_SP_DIR has no exception.

Method ACTION_LEAD_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACT_PROPERTIES Call by reference Type reference (TYPE) /PLMB/T_SPI_OPERATION_PRPTY Operation property profile 20091125
2 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_DIR_LINK_DOC_ID Partner ID table type 20091125

Method ACTION_LEAD_SELECTION on class CL_EAMS_SP_DIR has no exception.

Method ACTION_LEAD_SELECTION_EAMCC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACT_PROPERTIES Call by reference Type reference (TYPE) /PLMB/T_SPI_OPERATION_PRPTY Operation property profile 20120704
2 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_DIR_LINK_DOC_ID Partner ID table type 20120704

Method ACTION_LEAD_SELECTION_EAMCC on class CL_EAMS_SP_DIR has no exception.

Method ACTION_ON_GET_DROPDOWN_VALUES 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_SP_GEN_DROPDOWN_DATA Data for Generic dropdown handling 20100507
2 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_GEN_DROPDOWN_ID Key for Generic dropdown handling 20100507

Method ACTION_ON_GET_DROPDOWN_VALUES on class CL_EAMS_SP_DIR has no exception.

Method ACTION_TOGGLE_DEP_OBJ Signature

Method ACTION_TOGGLE_DEP_OBJ on class CL_EAMS_SP_DIR has no parameter.
Method ACTION_TOGGLE_DEP_OBJ on class CL_EAMS_SP_DIR has no exception.

Method ACTION_UNASSIGN_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 20120321
2 Importing IS_PARAM Call by reference Type reference (TYPE) EAMS_S_SP_DIR_LINK_ID 20120321
3 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_DIR_LINK_DOC_ID 20120321

Method ACTION_UNASSIGN_OPER on class CL_EAMS_SP_DIR has no exception.

Method CHECK_BEFORE_SAVE Signature

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

Method CHECK_CORRECTION_REPORT_FOR_TL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG 20130806
2 Importing IT_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_DIR_LINK_DOC 20130806
3 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_DIR_LINK_ID Table: Object ID for Document-Object Link 20130806

Method CHECK_CORRECTION_REPORT_FOR_TL on class CL_EAMS_SP_DIR has no exception.

Method CLEAN_UP Signature

Method CLEAN_UP on class CL_EAMS_SP_DIR has no parameter.
Method CLEAN_UP on class CL_EAMS_SP_DIR 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 20081120

Method CONSTRUCTOR on class CL_EAMS_SP_DIR has no exception.

Method CREATE_DIR_LINK 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 20110222
2 Exporting ET_INDEX_FAILED Call by reference Type reference (TYPE) /PLMB/T_SPI_INDEX_FAILED Index of node ID for which insert failed 20091115
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091115
4 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_DIR_LINK_DOC Node ID and data which was inserted into node 20091115
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 20091115
6 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed indicator 20091115
7 Importing IS_NODE_ID Call by reference Type reference (TYPE) EAMS_S_SP_DIR_LINK_ID Node ID 20091115
8 Importing IS_PARAM Call by reference Type reference (TYPE) ANY Parameter for insert e. g. profile 20091115
9 Importing IT_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_DIR_LINK_DOC Node ID and node data to be inserted into node 20091115

Method CREATE_DIR_LINK on class CL_EAMS_SP_DIR has no exception.

Method DELETE Signature

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

Method DELETE_DIR_LINK 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 delete failed 20091115
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091115
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed indicator 20091115
4 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_DIR_LINK_DOC_ID Node ID which should be deleted 20091115

Method DELETE_DIR_LINK on class CL_EAMS_SP_DIR has no exception.

Method GENERATE_FIELD_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACTPROPERTIES Call by reference Type reference (TYPE) /PLMB/T_SPI_OPERATION_PRPTY Action properties 20110222
2 Exporting ET_FLDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES Field Properties per Node Id 20110222
3 Exporting EV_DEFAULT_FLDPROP Call by reference Type reference (TYPE) /PLMB/SPI_PRPTY_OPTION Default Field Property 20130131
4 Importing IT_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_DIR_LINK_DOC Table: Document-Object Link 20110222
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_DIR_LINK_ID DIR: keys of linked objects 20130131
6 Importing IV_SKIP_UNSPECIFIC Call by reference Type reference (TYPE) ABAP_BOOL Only Node_ID specific field properties 20110222

Method GENERATE_FIELD_PROPERTIES on class CL_EAMS_SP_DIR has no exception.

Method GET_BO_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOKOB Call by reference Type reference (TYPE) DOKOB Linked SAP Object 20130130
2 Importing IV_OBJKY Call by reference Type reference (TYPE) OBJKY Document management object key 20130130
3 Returning RV_BO_MODE Value transfer Type reference (TYPE) /PLMB/SPI_MODE Access Mode for BO Layer (I/C/D) 20130130

Method GET_BO_MODE on class CL_EAMS_SP_DIR has no exception.

Method GET_DIR_OPER_KEYS_BY_ORDER_KEY 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_ORD_OPER Business Object Order - Operation Data 20120924
2 Exporting ET_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_DIR_LINK_ID Table: Object ID for Document-Object Link 20120924
3 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_DIR_LINK_ID Table: Object ID for Document-Object Link 20120924

Method GET_DIR_OPER_KEYS_BY_ORDER_KEY on class CL_EAMS_SP_DIR has no exception.

Method GET_DIR_OPER_KEYS_BY_TL_KEY 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_TL_OPERATION 20120924
2 Exporting ET_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_DIR_LINK_ID Table: Object ID for Document-Object Link 20120924
3 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_DIR_LINK_ID Table: Object ID for Document-Object Link 20120924

Method GET_DIR_OPER_KEYS_BY_TL_KEY on class CL_EAMS_SP_DIR has no exception.

Method GET_DOCUMENTS_OF_REF_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACT_PROPERTIES Call by reference Type reference (TYPE) /PLMB/T_SPI_OPERATION_PRPTY 20120326
2 Exporting ET_FLDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES 20120326
3 Exporting ET_INDEX_FAILED Call by reference Type reference (TYPE) /PLMB/T_SPI_RTR_INDEX_FAILED 20120326
4 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG 20120326
5 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG 20120326
6 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_DIR_LINK_DOC Table: Document-Object Link 20120326
7 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL 20120326
8 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND 20120326
9 Importing IT_NODE_DATA_ORD_OPER Call by reference Type reference (TYPE) EAMS_T_BO_ORD_OPER Business Object Order - Operation Data 20120326
10 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_DIR_LINK_ID Table: Object ID for Document-Object Link 20120326

Method GET_DOCUMENTS_OF_REF_OBJECTS on class CL_EAMS_SP_DIR has no exception.

Method GET_DOCUMENTS_OF_REF_OBJ_TL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACT_PROPERTIES Call by reference Type reference (TYPE) /PLMB/T_SPI_OPERATION_PRPTY 20120925
2 Exporting ET_FLDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES 20120925
3 Exporting ET_INDEX_FAILED Call by reference Type reference (TYPE) /PLMB/T_SPI_RTR_INDEX_FAILED 20120925
4 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG 20120925
5 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG 20120925
6 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_DIR_LINK_DOC Table: Document-Object Link 20120925
7 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL 20120925
8 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND 20120925
9 Importing IT_NODE_DATA_TL_OPER Call by reference Type reference (TYPE) EAMS_T_BO_TL_OPERATION 20120925
10 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_DIR_LINK_ID Table: Object ID for Document-Object Link 20120925

Method GET_DOCUMENTS_OF_REF_OBJ_TL on class CL_EAMS_SP_DIR has no exception.

Method INSERT Signature

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

Method QUERY Signature

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

Method RETRIEVE Signature

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

Method RETRIEVE_DIR_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 20110517
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 20081120
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20081120
4 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20081120
5 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_DIR_HEADER Business Object Equipment - Header Data 20081120
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 20081120
7 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20081120
8 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_DIR_ID Business Object Equipment - Identification 20081120
9 Importing IV_LOCK Call by reference Type reference (TYPE) /PLMB/SPI_LOCK_IND Locking Indicator 20081120

Method RETRIEVE_DIR_HEADER on class CL_EAMS_SP_DIR has no exception.

Method RETRIEVE_DIR_LINK_BY_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACT_PROPERTIES Call by reference Type reference (TYPE) /PLMB/T_SPI_OPERATION_PRPTY Operation property profile 20091124
2 Exporting ET_FLDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES Field Properties per Node Id 20091115
3 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 20091115
4 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091115
5 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091115
6 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_DIR_LINK_DOC Business Object Equipment - Header Data 20091115
7 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 20091115
8 Exporting EV_DEFAULT_FLDPROP Call by reference Type reference (TYPE) /PLMB/SPI_PRPTY_OPTION Default Field Property 20130130
9 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20091115
10 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_DIR_LINK_ID Object ID for Document-Object Link 20091115
11 Importing IV_LOCK Call by reference Type reference (TYPE) /PLMB/SPI_LOCK_IND Locking Indicator 20091115

Method RETRIEVE_DIR_LINK_BY_OBJECT on class CL_EAMS_SP_DIR has no exception.

Method RETRIEVE_DIR_LINK_ORDER_OPER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACT_PROPERTIES Call by reference Type reference (TYPE) /PLMB/T_SPI_OPERATION_PRPTY Operation property profile 20130125
2 Exporting ET_FLDPROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES Field Properties per Node Id 20130125
3 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 20130125
4 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20130125
5 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20130125
6 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_DIR_LINK_DOC Business Object Equipment - Header Data 20130125
7 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 20130125
8 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20130125
9 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_DIR_LINK_ID Business Object Equipment - Identification 20130125
10 Importing IV_LOCK Call by reference Type reference (TYPE) /PLMB/SPI_LOCK_IND Locking Indicator 20130125

Method RETRIEVE_DIR_LINK_ORDER_OPER on class CL_EAMS_SP_DIR has no exception.

Method RETRIEVE_DIR_ORIG_HEADER 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 20081125
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20081125
3 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20081125
4 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_DIR_ORIG_HEADER Business Object Equipment - Header Data 20081125
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 20081125
6 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20081125
7 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_DIR_ORIG_ID Business Object Equipment - Identification 20081125
8 Importing IV_LOCK Call by reference Type reference (TYPE) /PLMB/SPI_LOCK_IND Locking Indicator 20081125

Method RETRIEVE_DIR_ORIG_HEADER on class CL_EAMS_SP_DIR has no exception.

Method RETRIEVE_DIR_ORIG_LI_BY_HEADER 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 20090416
2 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090416
3 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_DIR_ORIG_LI Business Object DIR - Original Document ID - List Format 20090416
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 20090416
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_DIR_ID Business Object Document Info Record - Identification 20090416
6 Importing IV_LOCK Call by reference Type reference (TYPE) /PLMB/SPI_LOCK_IND Locking Indicator 20090416

Method RETRIEVE_DIR_ORIG_LI_BY_HEADER on class CL_EAMS_SP_DIR has no exception.

Method SAVE Signature

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

Method UPDATE Signature

Method UPDATE on class CL_EAMS_SP_DIR has no parameter.
Method UPDATE on class CL_EAMS_SP_DIR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 605