SAP ABAP Class CL_EAMS_BO_DIR (Business Object Document Info Record)
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_DIR  
Short Description Business Object Document Info Record    
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 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
Class CL_EAMS_BO_DIR has no interface implemented.
Friends
Class CL_EAMS_BO_DIR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_AUFTYP_PM Instance attribute Private Type reference (TYPE) AUFTYP '30' Order category 20090120
2 GC_CR_OBJTY_FH Instance attribute Private Type reference (TYPE) CR_OBJTY 'FH' Object type PRT 20090127
3 GC_FHMAR_DOCUMENT Instance attribute Private Type reference (TYPE) FHMAR 'D' Production resources/tools category 20090120
4 GC_OBJECTS Constant Private See coding 20090615
5 GC_PLNTY_A Instance attribute Private Type reference (TYPE) PLNTY 'A' Task List Type 20090120
6 GC_PLNTY_E Instance attribute Private Type reference (TYPE) PLNTY 'E' Task List Type 20090120
7 GC_PLNTY_F Instance attribute Private Type reference (TYPE) PLNTY 'F' Task List Type 20090120
8 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_EAMS_BO_DIR Business Object 20081120
9 MO_BO_EAMVE Instance attribute Private Object reference (TYPE REF TO) CL_EAMVE_BO_VWR Business Object VE Viewer 20120626
10 MO_BO_TL Instance attribute Private Object reference (TYPE REF TO) CL_EAMS_BO_TL 20121130
11 MO_EAMVE_API Instance attribute Private Object reference (TYPE REF TO) CL_EAMVE_API EAM Visual Enterprise (SAP-APPL) 20120729
12 MO_SRV Instance attribute Protected Object reference (TYPE REF TO) CL_EAMS_BO_SRV 20081120
13 MO_WS_SRI Instance attribute Private Object reference (TYPE REF TO) CL_EAM_WS_SRI Safety indicator maintenance 20100430
14 MT_INITIALIZED_DIR_LINK Instance attribute Private Type reference (TYPE) EAMS_T_BO_DIR_LINK_ID DIR: keys of linked objects 20110124
15 MT_LOCKED_DIR Instance attribute Private Type reference (TYPE) EAMS_T_BO_DIR_ID Business Object Document Info Record - Identification 20100624
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DIR_LINK Instance method Public Method Add new Document to an Object 20091115
2 ADD_DIR_TO_OBJECT Instance method Public Method WILL BE OBSOLETE!!!! Add new Document to an Object 20090228
3 CHECK_CHANGEABILITY Instance method Public Method Check if Document Links are Changeable for Given Object 20130130
4 CHECK_DOCTYPE_VALID_FOR_ORDER Instance method Public Method Check if doctype is valid in a PM order 20121228
5 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20081120
6 CLEAR_DIR_BUF Instance method Public Method 20090310
7 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20081120
8 CREATE_DIR_LINK Instance method Private Method 20090302
9 DELETE_DIR_LINK Instance method Public Method Remove Document from an Object 20091115
10 DEQUEUE Instance method Public Method Dequeue documents 20100624
11 ENQUEUE Instance method Public Method Enqueue documents 20100624
12 EXISTENCE_CHECK Static method Public Method Runtime calls 20081120
13 EXTRACT_FILENAME Instance method Private Method Extract filename from path 20090427
14 FILTER_DIR_TABLE_BY_DOKOB Instance method Public Method 20100728
15 GET_ADDITIONAL_DESCRIPTION Instance method Private Method Get Additional Descriptions 20100113
16 GET_BASIC_DATA Static method Public Method Runtime calls 20081120
17 GET_DESCR Static method Public Method Runtime calls 20081120
18 GET_DIR Instance method Private Method 20090302
19 GET_DIR_BY_OBJECT Instance method Public Method Get DIR IDs by object 20081121
20 GET_DIR_BY_OBJECT_AND_CLASS Instance method Public Method Get DIR IDs by object and classification 20090727
21 GET_DIR_FOR_ORDER_BY_PRT Instance method Public Method Get DIR IDs for an order (via PRT) 20090127
22 GET_DIR_FOR_TASKLIST_BY_PRT Instance method Public Method Get DIR IDs for a tasklist (via PRT) 20090127
23 GET_DIR_HEADER Instance method Public Method Get the header structure for Functional Location 20081120
24 GET_DIR_LINK_BY_OBJECT Instance method Public Method Get Document-Object Links by object 20091115
25 GET_DIR_ORIG_BY_HEADER Instance method Public Method Get all originals associated to the given DIR 20090416
26 GET_LINKED_EQUIPMENTS Instance method Public Method Get Equipments assigned to DIR 20081216
27 GET_LINKED_FUNCTIONAL_LOCATINS Instance method Public Method Get Functional Locations assigned to DIR 20081216
28 GET_LINKED_MATERIALS Instance method Public Method Get Materials assigned to DIR 20081211
29 GET_LINKED_NOTIFICATIONS Instance method Public Method Get Notifications assigned to DIR 20090121
30 GET_LINKED_OBJECTS Instance method Private Method Get Objects of certain type assigned to DIR 20090610
31 GET_LINKED_ORDERS Instance method Public Method Get orders assigned to DIR (via PRT) 20090119
32 GET_LINKED_TASKLISTS Instance method Public Method Get tasklists assigned to DIR (via PRT) 20090120
33 GET_ORIGINALS_ID Instance method Public Method Get original IDs of DIR 20100401
34 GET_ORIG_HEADER Instance method Public Method Get URL for Application ID and File ID 20081125
35 GET_PRT_DIR_BY_OBJID Instance method Private Method Get document ID from table CRVD_A 20090127
36 REMOVE_DIR_FROM_OBJECT Instance method Public Method WILL BE OBSOLETE!!!! Remove Document from an Object 20090304
37 REMOVE_DIR_LINK Instance method Private Method 20090304
38 SAVE_DIR_LINK Instance method Private Method 20090302
39 S_GET_INSTANCE Static method Public Method 20081120
40 VALIDATE_DIR Instance method Private Method 20090302
Events
Class CL_EAMS_BO_DIR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_MCDOKOB Public See coding 20090610 tt_mcdokob TYPE STANDARD TABLE OF mcdokob
2 TY_S_APPL Public See coding 20121130 BEGIN OF ty_s_appl, appl TYPE dms_vappl. TYPES: END OF ty_s_appl
3 TY_T_APPL Public See coding 20121130 ty_t_appl TYPE TABLE OF ty_s_appl
Method Signatures

Method ADD_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 no data is available 20091115
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091115
3 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_DIR_LINK_DOC Message 20091115
4 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Severity 20091115
5 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Document-Object Link 20091115
6 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20091115
7 Importing IS_NODE_ID Call by reference Type reference (TYPE) EAMS_S_BO_DIR_LINK_ID Document management object key 20091115
8 Importing IT_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_DIR_LINK_DOC Document-Object Link 20091115

Method ADD_DIR_LINK on class CL_EAMS_BO_DIR has no exception.

Method ADD_DIR_TO_OBJECT 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 20090228
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090228
3 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_DIR_DOC Message 20090228
4 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Severity 20090228
5 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Document-Object Link 20090228
6 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090302
7 Importing IS_NODE_ID Call by reference Type reference (TYPE) DRAD-OBJKY Document management object key 20090302
8 Importing IS_NODE_TYPE Call by reference Type reference (TYPE) DRAD-DOKOB Linked SAP Object 20090302
9 Importing IT_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_DIR_DOC Document-Object Link 20090228

Method ADD_DIR_TO_OBJECT on class CL_EAMS_BO_DIR has no exception.

Method CHECK_CHANGEABILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CHANGEABLE Call by reference Type reference (TYPE) ABAP_BOOL Indicator: Data is Changeable = X 20130130
2 Importing IV_AKTYP Call by reference Type reference (TYPE) T365-AKTYP Activity type 20130130
3 Importing IV_DOKOB Call by reference Type reference (TYPE) DOKOB Linked SAP Object 20130130
4 Importing IV_OBJKY Call by reference Type reference (TYPE) OBJKY Document management object key 20130130

Method CHECK_CHANGEABILITY on class CL_EAMS_BO_DIR has no exception.

Method CHECK_DOCTYPE_VALID_FOR_ORDER 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 20121228
2 Importing IT_DRAD Call by reference Type reference (TYPE) DMS_TBL_DRAD Table Type for DRAD 20130102
3 Importing IV_OBJKEY Call by reference Type reference (TYPE) OBJKY Document management object key 20121228
4 Importing IV_OBJKEY_HDR Call by reference Type reference (TYPE) OBJKY Document management object key header 20130508
5 Importing IV_OBJTYPE Call by reference Type reference (TYPE) DOKOB Linked SAP Object 20121228
6 Importing IV_PLNAL Call by reference Type reference (TYPE) PLNAL Group Counter 20121228
7 Importing IV_PLNKN Call by reference Type reference (TYPE) PLNKN Number of the task list node 20121228
8 Importing IV_PLNNR Call by reference Type reference (TYPE) PLNNR Key for Task List Group 20121228
9 Importing IV_PLNTY Call by reference Type reference (TYPE) PLNTY Task List Type 20121228
10 Importing IV_STATU Call by reference Type reference (TYPE) PLNST Status 20130508

Method CHECK_DOCTYPE_VALID_FOR_ORDER on class CL_EAMS_BO_DIR has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method CLEAR_DIR_BUF Signature

Method CLEAR_DIR_BUF on class CL_EAMS_BO_DIR has no parameter.
Method CLEAR_DIR_BUF on class CL_EAMS_BO_DIR has no exception.

Method CONSTRUCTOR Signature

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

Method CREATE_DIR_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DRAD Call by reference Type reference (TYPE) DRAD Table Type for DRAD 20090302
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090302
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 20090302
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090302
5 Importing IV_KEY Call by reference Type reference (TYPE) DRAD-OBJKY Document management object key 20090302
6 Importing IV_OBJECT Call by reference Type reference (TYPE) DRAD-DOKOB Linked SAP Object 20090302

Method CREATE_DIR_LINK on class CL_EAMS_BO_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 no data is available 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_BO_DIR_LINK_DOC_ID Document-Object Link 20091115

Method DELETE_DIR_LINK on class CL_EAMS_BO_DIR has no exception.

Method DEQUEUE 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 20100624
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20100624
3 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_DIR_ID Business Object Document Info Record - Identification 20100624

Method DEQUEUE on class CL_EAMS_BO_DIR has no exception.

Method ENQUEUE 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 20100624
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20100624
3 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_DIR_ID Business Object Document Info Record - Identification 20100624

Method ENQUEUE on class CL_EAMS_BO_DIR 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 20090319
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20081120
3 Importing IS_CHECK_OPTIONS Call by reference Type reference (TYPE) EAMS_S_GOSX_CHECK_OPTIONS not used 20081120
4 Importing IT_EXT_KEY Call by reference Type reference (TYPE) INDEX TABLE Internal key 20090319

Method EXISTENCE_CHECK on class CL_EAMS_BO_DIR has no exception.

Method EXTRACT_FILENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FILENAME Call by reference Type reference (TYPE) FILEP Original of document 20090427
2 Returning RV_FILENAME Value transfer Type reference (TYPE) FILEP Original of document 20090427

Method EXTRACT_FILENAME on class CL_EAMS_BO_DIR has no exception.

Method FILTER_DIR_TABLE_BY_DOKOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DIR_HEADER Call by reference Type reference (TYPE) EAMS_T_BO_DIR_HEADER Business Object Document Info Record - Header Data 20100728
2 Changing CT_DIR_ID Call by reference Type reference (TYPE) EAMS_T_BO_DIR_ID Business Object Document Info Record - Identification 20100728
3 Importing IV_DOKOB Call by reference Type reference (TYPE) DOKOB Linked SAP Object 20100728

Method FILTER_DIR_TABLE_BY_DOKOB on class CL_EAMS_BO_DIR has no exception.

Method GET_ADDITIONAL_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LAB_NAME Call by reference Type reference (TYPE) LBTXT Description of the laboratory/engineering office 20100113
2 Exporting EV_STATUS_TEXT Call by reference Type reference (TYPE) DOSTX Description of document status 20100113
3 Exporting EV_USER_DEPARTMENT Call by reference Type reference (TYPE) XUABTEI Department 20100113
4 Exporting EV_USER_NAME Call by reference Type reference (TYPE) AD_NAMTEXT Full Name of Person 20100113
5 Importing IV_DOCTYPE Call by reference Type reference (TYPE) DOKAR Document Type 20100113
6 Importing IV_LAB Call by reference Type reference (TYPE) LABOR Laboratory/design office 20100113
7 Importing IV_STATUS Call by reference Type reference (TYPE) DOKST Document Status 20100113
8 Importing IV_USER Call by reference Type reference (TYPE) DWNAM Name of person responsible 20100113

Method GET_ADDITIONAL_DESCRIPTION on class CL_EAMS_BO_DIR 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 Message 20081120
2 Exporting ET_OBJ_ADMIN Call by reference Type reference (TYPE) EAMS_T_GOSX_ADMIN_DATA Administrative data of Business Object 20081120
3 Exporting ET_OBJ_STATUS Call by reference Type reference (TYPE) EAMS_T_GOSX_BO_STATUS Status data of Business Object 20081120
4 Importing IT_EXT_KEY Call by reference Type reference (TYPE) STANDARD TABLE Internal key 20090319

Method GET_BASIC_DATA on class CL_EAMS_BO_DIR 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 20081120
2 Exporting ET_OBJ_DESCR Call by reference Type reference (TYPE) EAMS_T_GOSX_OBJ_DESCR_ATTR Object description data 20081120
3 Importing IT_EXT_KEY Call by reference Type reference (TYPE) STANDARD TABLE Internal key 20090319

Method GET_DESCR on class CL_EAMS_BO_DIR has no exception.

Method GET_DIR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DRAD Call by reference Type reference (TYPE) DMS_TBL_DRAD Document-Object Link 20090302
2 Exporting ET_DRAD_CHANGED Call by reference Type reference (TYPE) DMS_TBL_DRAD Table Type for DRAD 20090309
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090302
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 20090302
5 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090302
6 Importing IV_KEY Call by reference Type reference (TYPE) DRAD-OBJKY Document-Object Link 20090302
7 Importing IV_OBJECT Call by reference Type reference (TYPE) DRAD-DOKOB Document-Object Link 20090302

Method GET_DIR on class CL_EAMS_BO_DIR has no exception.

Method GET_DIR_BY_OBJECT 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 20081124
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_DIR_ID Business Object Document Info Record - Identification 20090108
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 20090108
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20081124
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_DIR_LINK_ID DIR: keys of linked objects 20090108
6 Importing IV_CURRENTVERSIONSONLY Call by reference Type reference (TYPE) CVFLAG SPACE Document Management Flag 20081124
7 Importing IV_FORCE_REFRESH Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20090608

Method GET_DIR_BY_OBJECT on class CL_EAMS_BO_DIR has no exception.

Method GET_DIR_BY_OBJECT_AND_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DRAW Call by reference Type reference (TYPE) DMS_TBL_DRAW Table Type for DRAW 20090727
2 Importing IT_CLASS_SELECTION Call by reference Type reference (TYPE) DMS_TBL_CLSC_CLASS_SELECTION Table Type for Classification Search 20090727
3 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_DIR_LINK_ID DIR: keys of linked objects 20090727
4 Importing IV_CLASSETYPE Call by reference Type reference (TYPE) KLASSENART Class Type 20090803
5 Importing IV_CLASSNO Call by reference Type reference (TYPE) KLASSE_D Class number 20090803
6 Importing IV_MAX_ROWS Call by reference Type reference (TYPE) I 20090727

Method GET_DIR_BY_OBJECT_AND_CLASS on class CL_EAMS_BO_DIR has no exception.

Method GET_DIR_FOR_ORDER_BY_PRT 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 20090127
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_DIR_ID Business Object Document Info Record - Identification 20090127
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 20090127
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090127
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_ORD_ID DIR: keys of linked objects 20090127

Method GET_DIR_FOR_ORDER_BY_PRT on class CL_EAMS_BO_DIR has no exception.

Method GET_DIR_FOR_TASKLIST_BY_PRT 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 20090127
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_DIR_ID Business Object Document Info Record - Identification 20090127
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 20090127
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090127
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_TL_ID DIR: keys of linked objects 20090127

Method GET_DIR_FOR_TASKLIST_BY_PRT on class CL_EAMS_BO_DIR has no exception.

Method GET_DIR_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 20081120
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_DIR_HEADER Business Object Functional Location - Header Data 20081120
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 20081120
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_DIR_ID Business Object Functional Location - Identification 20081120

Method GET_DIR_HEADER on class CL_EAMS_BO_DIR has no exception.

Method GET_DIR_LINK_BY_OBJECT 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 20091115
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_DIR_LINK_DOC Business Object Document Info Record - Identification 20091115
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 20091115
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20091115
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_DIR_LINK_ID DIR: keys of linked objects 20091115
6 Importing IV_CURRENTVERSIONSONLY Call by reference Type reference (TYPE) CVFLAG SPACE Document Management Flag 20091115
7 Importing IV_FORCE_REFRESH Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091115

Method GET_DIR_LINK_BY_OBJECT on class CL_EAMS_BO_DIR has no exception.

Method GET_DIR_ORIG_BY_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 20090416
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_DIR_ORIG_LI Business Object Document Info Record - Orig Doc List Format 20090416
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 20090416
4 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_DIR_ID Business Object Document Info Record - Identification 20090416

Method GET_DIR_ORIG_BY_HEADER on class CL_EAMS_BO_DIR has no exception.

Method GET_LINKED_EQUIPMENTS 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_EQUI_ID Business Object Equipment 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_DIR_ID Business Object Document Info Record - Identification 20081216

Method GET_LINKED_EQUIPMENTS on class CL_EAMS_BO_DIR has no exception.

Method GET_LINKED_FUNCTIONAL_LOCATINS 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_FL_ID Business Object Functional Location 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_DIR_ID Business Object Document Info Record - Identification 20081216

Method GET_LINKED_FUNCTIONAL_LOCATINS on class CL_EAMS_BO_DIR has no exception.

Method GET_LINKED_MATERIALS 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 20081211
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_MAT_ID Business Object Material - Identification 20081211
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 20081211
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_DIR_ID Business Object Document Info Record - Identification 20081211

Method GET_LINKED_MATERIALS on class CL_EAMS_BO_DIR has no exception.

Method GET_LINKED_NOTIFICATIONS 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 20090121
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_NTF_ID Business Object Notification 20090121
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 20090121
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090121
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_DIR_ID Business Object Document Info Record - Identification 20090121

Method GET_LINKED_NOTIFICATIONS on class CL_EAMS_BO_DIR has no exception.

Method GET_LINKED_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MCDOKOB Call by reference Type reference (TYPE) TT_MCDOKOB 20090610
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090610
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 20090610
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090610
5 Importing IT_DIR_ID Call by reference Type reference (TYPE) EAMS_T_BO_DIR_ID Business Object Document Info Record - Identification 20090610
6 Importing IV_OBJECTTYPE Call by reference Type reference (TYPE) DOKOB Linked SAP Object 20090610

Method GET_LINKED_OBJECTS on class CL_EAMS_BO_DIR has no exception.

Method GET_LINKED_ORDERS 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 20090119
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_ORD_ID Business Object Order - Identification 20090119
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 20090119
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090119
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_DIR_ID Business Object Document Info Record - Identification 20090119

Method GET_LINKED_ORDERS on class CL_EAMS_BO_DIR has no exception.

Method GET_LINKED_TASKLISTS 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 20090120
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_TL_ID Business Object Tasklist - Identification 20090120
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 20090120
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090120
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_DIR_ID Business Object Document Info Record - Identification 20090120

Method GET_LINKED_TASKLISTS on class CL_EAMS_BO_DIR has no exception.

Method GET_ORIGINALS_ID 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 20100401
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_DIR_ORIG_ID DIR: key of originals 20100401
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 20100401
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20100401
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_DIR_ID Business Object Document Info Record - Identification 20100401

Method GET_ORIGINALS_ID on class CL_EAMS_BO_DIR has no exception.

Method GET_ORIG_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 20081125
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_DIR_ORIG_HEADER Business Object Document Info Record - Original Document 20081125
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 20081125
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_DIR_ORIG_ID Business Object Document Info Record - Original Document ID 20081125

Method GET_ORIG_HEADER on class CL_EAMS_BO_DIR has no exception.

Method GET_PRT_DIR_BY_OBJID 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_DIR_ID Business Object Document Info Record - Identification 20090127
2 Importing IV_OBJID Call by reference Type reference (TYPE) CR_OBJID Object ID of the resource 20090127
3 Importing IV_OBJTY Call by reference Type reference (TYPE) CR_OBJTY Object types of the CIM resource 20090127

Method GET_PRT_DIR_BY_OBJID on class CL_EAMS_BO_DIR has no exception.

Method REMOVE_DIR_FROM_OBJECT 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 20090304
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_DIR_ID Message 20090304
3 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Severity 20090304
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090304
5 Importing IS_NODE_ID Call by reference Type reference (TYPE) DRAD-OBJKY Document management object key 20090304
6 Importing IS_NODE_TYPE Call by reference Type reference (TYPE) DRAD-DOKOB Linked SAP Object 20090304
7 Importing IT_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_DIR_ID Document-Object Link 20090304

Method REMOVE_DIR_FROM_OBJECT on class CL_EAMS_BO_DIR has no exception.

Method REMOVE_DIR_LINK 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 20090304
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 20090304
3 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090304
4 Importing IT_DRAD Call by reference Type reference (TYPE) DMS_TBL_DRAD Document-Object Link 20090304

Method REMOVE_DIR_LINK on class CL_EAMS_BO_DIR has no exception.

Method SAVE_DIR_LINK 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 20090302
2 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090302

Method SAVE_DIR_LINK on class CL_EAMS_BO_DIR 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_DIR 20081120

Method S_GET_INSTANCE on class CL_EAMS_BO_DIR has no exception.

Method VALIDATE_DIR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DRAD Call by reference Type reference (TYPE) DRAD Document-Object Link 20090302
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090302
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 20090302
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090302
5 Importing IV_MSG_INDEX Call by reference Type reference (TYPE) SYTABIX Loop Index 20090420

Method VALIDATE_DIR on class CL_EAMS_BO_DIR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 605