SAP ABAP Class CL_EAMS_SP_JOB (Service Provider Job)
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 20081024
Properties
Class CL_EAMS_SP_JOB  
Short Description Service Provider Job    
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 20081024   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 20081024
Friends
Class CL_EAMS_SP_JOB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_JOB_PARAMETER Constant Private Type reference (TYPE) STRING 'EAMS_JOB_PARAMETER_UI_LAYER' 20090403
2 GC_OTYPE_NAME Constant Private See coding 20090210
3 MO_BO_DIR Instance attribute Private Object reference (TYPE REF TO) CL_EAMS_BO_DIR Business Object Functional Location 20090210
4 MO_BO_JOB Instance attribute Private Object reference (TYPE REF TO) CL_EAMS_BO_JOB Business Object Job 20090107
5 MO_BO_NOTIF Instance attribute Protected Object reference (TYPE REF TO) CL_EAMS_BO_NOTIF To be deleted! 20081024
6 MO_BO_ORDER Instance attribute Private Object reference (TYPE REF TO) CL_EAMS_BO_ORDER To be deleted! 20081024
7 MO_BO_PERSON Instance attribute Private Object reference (TYPE REF TO) CL_EAMS_BO_PERSON Read Functions for BO Persons 20081114
8 MO_BO_SRV Instance attribute Private Object reference (TYPE REF TO) CL_EAMS_BO_SRV 20081128
9 MO_COLLECTOR Instance attribute Protected Object reference (TYPE REF TO) /PLMB/IF_SPI_COLLECTOR Collector 20081024
10 MO_SP_SRV Instance attribute Private Object reference (TYPE REF TO) CL_EAMS_SP_SRV 20090107
Methods
# Method Level Visibility Method type Description Created on
1 ACTION Instance method Public Method 20081024
2 ACTION_COMPLETE_AS_PLANNED Instance method Protected Method Complete Job as Planned 20090204
3 ACTION_EDIT_ASSIGNMENT Instance method Protected Method Change assignment for given Workitems 20090220
4 ACTION_RESET_JOB_BUFFER Instance method Protected Method Resets the buffer for Order and Notification 20091117
5 ACTION_SET_JOB_IS_LEADING Instance method Protected Method Sets the Job as the leading object type 20091201
6 ACTION_SET_JOB_PARAMETER Instance method Protected Method Set Job Parameters 20090204
7 ACTION_UNLOCK Instance method Private Method 20090805
8 ACTION_VALIDATE_INITIAL_SCREEN Instance method Protected Method 20091012
9 ACTION_VALIDATE_WORKCENTER Instance method Protected Method Check whether a Job's Workcenter / Wkcnt-Plant is valid 20091120
10 BUILD_JOBPC_LTEXT_PROPERTIES Instance method Protected Method Build Field Property List for Order Header 20091218
11 CHECK_BEFORE_SAVE Instance method Public Method 20081024
12 CLEAN_UP Instance method Public Method 20081024
13 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20081024
14 DELETE Instance method Public Method 20081024
15 GET_JOB_SUB_IDS_BY_HEADER Instance method Protected Method Get the work items of jobs by the job key 20090204
16 INSERT Instance method Public Method 20081024
17 MAP_LTXT_JOB_IDS_BY_CUST Instance method Private Method Change Current Job IDs to Job IDs in Line with Customizing 20090211
18 QUERY Instance method Public Method 20081024
19 QUERY_FOR_TEAMS_PERSONS Instance method Private Method To be deleted? - Replace by a New PERSON SP Class? 20081114
20 QUERY_JOBS_POWL Instance method Protected Method Execute a Query 20090107
21 RESTRICT_JOB_HITS Instance method Private Method Restrict Number of Jobs to MaxHits 20101001
22 RETRIEVE Instance method Public Method 20081024
23 RETRIEVE_DIRS_BY_HEADER Instance method Protected Method Retrieve the Doc.Info Records by Job Header 20090504
24 RETRIEVE_DIR_ORIGS_BY_HEADER Instance method Protected Method 20090504
25 RETRIEVE_JOB_HEADER Instance method Protected Method 20090107
26 RETRIEVE_JOB_LOBJ_LI_BY_HEADER Instance method Private Method Get Linked Objects for Job 20090210
27 RETRIEVE_JOB_LTXT Instance method Protected Method 20090310
28 RETRIEVE_JOB_PDFS Instance method Protected Method Retrieve by Association 0:n 20090519
29 RETRIEVE_JOB_STATUS_STATE Instance method Protected Method Retrieve Info Whether Status Is Set 20090529
30 RETRIEVE_LTXT_BY_HEADER Instance method Protected Method Retrieve by association - Longtext by Job Header 20090202
31 RETRIEVE_WORKITEM_LI_BY_HEADER Instance method Private Method Retrieve by association: Workitem List by Job Header 20100329
32 SAVE Instance method Public Method 20081024
33 UPDATE Instance method Public Method 20081024
34 UPDATE_JOB_LTXT_BUFFER Instance method Protected Method Update the Job longtext in the buffer 20090206
35 UPDATE_JOB_STATUS_STATE Instance method Protected Method Update Job 20090605
Events
Class CL_EAMS_SP_JOB has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_MULTIRANGE_TYPE Public See coding 20081112 tt_multirange_type TYPE STANDARD TABLE OF multirange
2 TT_NOTIF_MULT Public See coding 20081024 tt_notif_mult TYPE STANDARD TABLE OF ty_notif_mult
3 TT_ORDER_MULT Public See coding 20081024 tt_order_mult TYPE STANDARD TABLE OF ty_order_mult
4 TT_TEAMS_PERSONS Public See coding 20081114 tt_teams_persons TYPE STANDARD TABLE OF ty_teams_persons
5 TY_NOTIF_MULT Public See coding 20081024 BEGIN OF ty_notif_mult. include type EAMS_S_BO_ORD_ID. types: notifheader_export TYPE bapi2080_nothdre, notifhdtext TYPE bapi2080_nothdtxte, notlongtxt TYPE alm_me_bapi2080_notfulltxte_t, notitem TYPE alm_me_bapi2080_notiteme_t, notifcaus TYPE alm_me_bapi2080_notcause_t, notifactv TYPE alm_me_bapi2080_notactve_t, notiftask TYPE alm_me_bapi2080_nottaske_t, notifpartnr TYPE alm_me_bapi2080_notpartnre_t, return TYPE alm_me_bapiret2_t, END OF ty_notif_mult
6 TY_ORDER_MULT Public See coding 20081024 BEGIN OF ty_order_mult. include type EAMS_S_BO_ORD_ID. types: header TYPE bapi_alm_order_header_e, srvdata TYPE bapi_alm_order_srvdat_e, partners TYPE bapi_alm_order_partner_t, operations TYPE bapi_alm_order_operation_et, components TYPE bapi_alm_order_component_et, relations TYPE bapi_alm_order_relation_et, srules TYPE bapi_alm_order_srule_et, olist TYPE bapi_alm_order_objectlist_t, oprol TYPE bapi_alm_order_olst_relation_t, texts TYPE bapi_alm_text_t, text_lines TYPE emty_bapi_alm_text_lines, prts TYPE bapi_alm_order_prt_e_t, costs_sum TYPE bapi_alm_order_costs_sum_et, costs_details TYPE bapi_alm_order_costs_detail_et, return_tab TYPE alm_me_bapiret2_t, extension_in TYPE alm_bapiparex_t, extension_out TYPE alm_bapiparex_t, END OF ty_order_mult
7 TY_TEAMS_PERSONS Public See coding 20081114 BEGIN OF ty_teams_persons, pernr TYPE pernr_d, begda TYPE begdatum, endda TYPE enddatum, arbid TYPE cr_objid, short TYPE short_d, stext TYPE stext, arbpl TYPE arbpl, werks TYPE werks_d, END OF ty_teams_persons
Method Signatures

Method ACTION Signature

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

Method ACTION_COMPLETE_AS_PLANNED 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 20091125
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090204
3 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_JOB_WORKITEM_CONF Work Item of Job to be confirmed 20090204

Method ACTION_COMPLETE_AS_PLANNED on class CL_EAMS_SP_JOB has no exception.

Method ACTION_EDIT_ASSIGNMENT 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 20090220
2 Importing IS_PARAM Call by reference Type reference (TYPE) ANY 20090220
3 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_JOB_WORKITEM_KEY Workitem of Job - Identification 20090220

Method ACTION_EDIT_ASSIGNMENT on class CL_EAMS_SP_JOB has no exception.

Method ACTION_RESET_JOB_BUFFER Signature

Method ACTION_RESET_JOB_BUFFER on class CL_EAMS_SP_JOB has no parameter.
Method ACTION_RESET_JOB_BUFFER on class CL_EAMS_SP_JOB has no exception.

Method ACTION_SET_JOB_IS_LEADING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PARAM Call by reference Type reference (TYPE) ABAP_BOOL 20091201

Method ACTION_SET_JOB_IS_LEADING on class CL_EAMS_SP_JOB has no exception.

Method ACTION_SET_JOB_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_JOB_PARAMETER Call by reference Type reference (TYPE) EAMS_S_SP_JOB_PARAM Parameters for Job 20090204

Method ACTION_SET_JOB_PARAMETER on class CL_EAMS_SP_JOB has no exception.

Method ACTION_UNLOCK Signature

Method ACTION_UNLOCK on class CL_EAMS_SP_JOB has no parameter.
Method ACTION_UNLOCK on class CL_EAMS_SP_JOB has no exception.

Method ACTION_VALIDATE_INITIAL_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 20091012
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20091012
3 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE 20091013
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20091012
5 Importing IS_PARAM Call by reference Type reference (TYPE) ANY 20091012
6 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_JOB_INITIAL Business Object Job - Initial Screen 20091012
7 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20091012

Method ACTION_VALIDATE_INITIAL_SCREEN on class CL_EAMS_SP_JOB has no exception.

Method ACTION_VALIDATE_WORKCENTER 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 20091120
2 Importing IS_WORKCENTER_ID Call by reference Type reference (TYPE) EAMS_S_SP_JOB_WORKCENTER_ID Workcenter of Job - Identification 20091120

Method ACTION_VALIDATE_WORKCENTER on class CL_EAMS_SP_JOB has no exception.

Method BUILD_JOBPC_LTEXT_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACTION_PROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_ACTIONPROPERTIES Action properties 20091218
2 Exporting ET_FIELD_PROPERTIES Call by reference Type reference (TYPE) EAMS_T_SP_FLDPROPERTIES Field property profile 20091218
3 Importing IT_BO_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_OPER_CONF_LTXT Business Object Notification - Header Data 20091218

Method BUILD_JOBPC_LTEXT_PROPERTIES on class CL_EAMS_SP_JOB has no exception.

Method CHECK_BEFORE_SAVE Signature

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

Method CLEAN_UP Signature

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

Method CONSTRUCTOR on class CL_EAMS_SP_JOB has no exception.

Method DELETE Signature

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

Method GET_JOB_SUB_IDS_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 20090204
2 Exporting ET_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_JOB_WORKITEM_KEY Key which defines a Job Work Item precisely 20090204
3 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_JOB_KEY Key which identifies a single Job 20090204

Method GET_JOB_SUB_IDS_BY_HEADER on class CL_EAMS_SP_JOB has no exception.

Method INSERT Signature

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

Method MAP_LTXT_JOB_IDS_BY_CUST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_JOB_ID Call by reference Type reference (TYPE) EAMS_T_SP_JOB_KEY Key which identifies a single Job 20090211

Method MAP_LTXT_JOB_IDS_BY_CUST on class CL_EAMS_SP_JOB has no exception.

Method QUERY Signature

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

Method QUERY_FOR_TEAMS_PERSONS 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 20081114
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20081114
3 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20081114
4 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_TEAMS_PERSONS Table Type for Joblist POWL 20081114
5 Exporting ET_TEAMS_PERSONS Call by reference Type reference (TYPE) EAMS_T_SP_TEAMS_PERSONS Table Type for Joblist POWL 20081114
6 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20081114
7 Importing IT_SEL_CRIT Call by reference Type reference (TYPE) TT_MULTIRANGE_TYPE 20081114
8 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20090309

Method QUERY_FOR_TEAMS_PERSONS on class CL_EAMS_SP_JOB has no exception.

Method QUERY_JOBS_POWL 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 20090107
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_JOB_WORKITEM_POWL POWL structure for joblist/conflist on Job Work Item level 20090107
3 Exporting ET_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_JOB_WORKITEM_KEY Key which defines a Job Work Item precisely 20090729
4 Importing IT_SEL_PARAM Call by reference Type reference (TYPE) /PLMB/T_SPI_SELECTION_PARAM Selection parameters 20090107

Method QUERY_JOBS_POWL on class CL_EAMS_SP_JOB has no exception.

Method RESTRICT_JOB_HITS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_BO_WI_DATA Call by reference Type reference (TYPE) EAMS_T_BO_JOB_WORKITEM_POWL POWL structure for joblist/conflist on Job Work Item level 20101001
2 Changing CT_BO_WI_ID Call by reference Type reference (TYPE) EAMS_T_BO_JOB_WORKITEM_KEY Key which defines a Job Work Item precisely 20101001
3 Changing CT_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20101001
4 Importing IV_MAXHITS Call by reference Type reference (TYPE) EAMS_MAXHITS Maximum Number of Hits to Display 20101001

Method RESTRICT_JOB_HITS on class CL_EAMS_SP_JOB has no exception.

Method RETRIEVE Signature

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

Method RETRIEVE_DIRS_BY_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 20090504
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090504
3 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090504
4 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_DIR_DOC Document-Object Link 20090504
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 20090504
6 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20090504
7 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_JOB_KEY Key which identifies a single Job 20090504
8 Importing IV_LOCK Call by reference Type reference (TYPE) /PLMB/SPI_LOCK_IND Locking Indicator 20090504

Method RETRIEVE_DIRS_BY_HEADER on class CL_EAMS_SP_JOB has no exception.

Method RETRIEVE_DIR_ORIGS_BY_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 20090504
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090504
3 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090504
4 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_DIR_ORIG_HEADER Business Object Document Info Record - Original Document 20090504
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 20090504
6 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20090504
7 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_JOB_KEY Key which identifies a single Job 20090504
8 Importing IV_LOCK Call by reference Type reference (TYPE) /PLMB/SPI_LOCK_IND Locking Indicator 20090504

Method RETRIEVE_DIR_ORIGS_BY_HEADER on class CL_EAMS_SP_JOB has no exception.

Method RETRIEVE_JOB_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 20090107
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090107
3 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090107
4 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_JOB_HEADER Business Object Equipment - Header Data 20090107
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 20090107
6 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20090107
7 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_JOB_KEY Key which identifies a single Job 20090107
8 Importing IV_LOCK Call by reference Type reference (TYPE) /PLMB/SPI_LOCK_IND Locking Indicator 20090107

Method RETRIEVE_JOB_HEADER on class CL_EAMS_SP_JOB has no exception.

Method RETRIEVE_JOB_LOBJ_LI_BY_HEADER 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_JOB_LOBJ_LI EAMS - Joblist Fields for linked object list 20090210
2 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_JOB_KEY Key which identifies a single Job 20090210
3 Importing IV_LOCK Call by reference Type reference (TYPE) /PLMB/SPI_LOCK_IND Locking Indicator 20090210

Method RETRIEVE_JOB_LOBJ_LI_BY_HEADER on class CL_EAMS_SP_JOB has no exception.

Method RETRIEVE_JOB_LTXT 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 20091218
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 20090325
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090310
4 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090310
5 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_JOB_HEADER_LTXT Job header longtext data 20090310
6 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_JOB_HEADER_LTXT_ID Job header longtext ID 20090310
7 Importing IV_LOCK Call by reference Type reference (TYPE) /PLMB/SPI_LOCK_IND Locking Indicator 20090310

Method RETRIEVE_JOB_LTXT on class CL_EAMS_SP_JOB has no exception.

Method RETRIEVE_JOB_PDFS 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 20090519
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG 20090519
3 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG 20090519
4 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_JOBCARD_DOC 20090519
5 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL 20090519
6 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND 20090519
7 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_JOB_KEY Key which identifies a single Job 20090519
8 Importing IV_LOCK Call by reference Type reference (TYPE) /PLMB/SPI_LOCK_IND 20090519

Method RETRIEVE_JOB_PDFS on class CL_EAMS_SP_JOB has no exception.

Method RETRIEVE_JOB_STATUS_STATE 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 20090529
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_JOB_SYS_STATUS_DATA Business Object Job - data structure incl. system status 20090529
3 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_JOB_SYS_STATUS_ID Business Object Job - Identification incl. system status 20090529

Method RETRIEVE_JOB_STATUS_STATE on class CL_EAMS_SP_JOB has no exception.

Method RETRIEVE_LTXT_BY_HEADER 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 20091218
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 20090202
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090202
4 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090202
5 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_JOB_HEADER_LTXT Business Object Equipment - Header Data 20090202
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 20090202
7 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20090202
8 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_JOB_KEY Key which identifies a single Job 20090202
9 Importing IV_LOCK Call by reference Type reference (TYPE) /PLMB/SPI_LOCK_IND Locking Indicator 20090202

Method RETRIEVE_LTXT_BY_HEADER on class CL_EAMS_SP_JOB has no exception.

Method RETRIEVE_WORKITEM_LI_BY_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 20100329
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20100329
3 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_JOB_WORKITEM Work Item of the Job 20100329
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 20100329
5 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20100329
6 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_SP_JOB_KEY Key which identifies a single Job 20100329
7 Importing IV_LOCK Call by reference Type reference (TYPE) /PLMB/SPI_LOCK_IND Locking Indicator 20100329

Method RETRIEVE_WORKITEM_LI_BY_HEADER on class CL_EAMS_SP_JOB has no exception.

Method SAVE Signature

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

Method UPDATE Signature

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

Method UPDATE_JOB_LTXT_BUFFER 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 20090206
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_JOB_HEADER_LTXT Business Object Equipment - Header Data 20090206
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 20090206
4 Importing IS_NODE_ID Call by reference Type reference (TYPE) EAMS_S_SP_JOB_KEY Business Object Job - Identification of Header 20091117
5 Importing IT_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_JOB_HEADER_LTXT Business Object Equipment - Identification 20090206

Method UPDATE_JOB_LTXT_BUFFER on class CL_EAMS_SP_JOB has no exception.

Method UPDATE_JOB_STATUS_STATE 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 20090605
2 Importing IT_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_SP_JOB_SYS_STATUS_DATA Node ID to which action refers 20090605
3 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20090605

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