SAP ABAP Class CL_EAMS_UI_EI_JOBPC_FRW_APPCC (Class for APPCC of Planned Confirmation OIF)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PM (Application Component) Plant Maintenance
     EAMS_UI_JOB (Package) User Interface for Job (Display, Change, Confirm Job)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_EX_FRW_CONSUMER_APPCC OIF Application Controller 20091008
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BADI_INTERFACE Tag Interface for BAdIs 20091008
Properties
Class CL_EAMS_UI_EI_JOBPC_FRW_APPCC  
Short Description Class for APPCC of Planned Confirmation OIF    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package EAMS_UI_JOB   User Interface for Job (Display, Change, Confirm Job) 
Created 20091008   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /PLMU/IF_EX_FRW_CONSUMER_APPCC OIF Application Controller 20091008
2 IF_BADI_INTERFACE Tag Interface for BAdIs 20091008
Friends
Class CL_EAMS_UI_EI_JOBPC_FRW_APPCC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_EVENT Constant Private See coding 20091021
2 GO_INSTANCE Static Attribute Protected Object reference (TYPE REF TO) CL_EAMS_UI_EI_JOBPC_FRW_APPCC Class for APPCC of Planned Confirmation OIF 20091012
3 MO_ACTION_UTIL Instance attribute Protected Object reference (TYPE REF TO) /PLMU/IF_FRW_ACTION_UTIL Action utilities for applications 20091012
4 MO_APPL_MODEL_JOB Instance attribute Protected Object reference (TYPE REF TO) /PLMU/IF_FRW_BASIC_APPL_MODEL UI Framework - GUIBB application model 20091012
5 MO_APPL_MODEL_NTF Instance attribute Protected Object reference (TYPE REF TO) /PLMU/IF_FRW_BASIC_APPL_MODEL UI Framework - GUIBB application model 20091012
6 MO_APPL_MODEL_ORDER Instance attribute Protected Object reference (TYPE REF TO) /PLMU/IF_FRW_BASIC_APPL_MODEL UI Framework - GUIBB application model 20091012
7 MO_APPL_MODEL_STATUS Instance attribute Protected Object reference (TYPE REF TO) /PLMU/IF_FRW_BASIC_APPL_MODEL UI Framework - GUIBB application model 20091012
8 MO_FPM Instance attribute Protected Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20091012
9 MO_FPM_CNR Instance attribute Private Object reference (TYPE REF TO) IF_FPM_CNR_OIF Interface for CNR in OIF 20100727
10 MO_IDR_OIF Instance attribute Protected Object reference (TYPE REF TO) IF_FPM_IDR 20091012
11 MO_SERVICE Instance attribute Protected Object reference (TYPE REF TO) CL_EAMS_UI_SERVICE Service and convertion methods 20091012
12 MS_JOB_INITIAL Instance attribute Protected Type reference (TYPE) EAMS_S_SP_JOB_INITIAL Business Object Job - Initial Screen 20091117
13 MS_NTF_HEADER Instance attribute Protected Type reference (TYPE) EAMS_S_SP_NTF_HEADER Business Object Notification - Header Data 20091118
14 MS_ORD_HEADER Instance attribute Protected Type reference (TYPE) EAMS_S_SP_ORD_HEADER Business Object Order - Header Data 20091118
15 MV_ORDER_OPER_EXIST Instance attribute Private Type reference (TYPE) FLAG General Flag 20091217
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_INITIAL_DATA_COMPLETE Instance method Protected Method Checks if the initial data is complete 20091022
2 CONSTRUCTOR Instance method Public Constructor 20091012
3 CREATE_NAV_TO_NTF_EVENT Instance method Private Method 20091026
4 CREATE_SWITCH_MAINVIEW_EVENT Instance method Private Method 20100114
5 DEFINE_CONF_MAIN_BUTTONS Instance method Protected Method Create buttons dynamically 20100116
6 DEFINE_NTF_BUTTONS Instance method Protected Method Create buttons dynamically 20091023
7 GET_NTF_HEADER Instance method Private Method Get the header data of a single Notif Header 20091118
8 GET_ORD_HEADER Instance method Private Method Get the header data of a single Order Header 20091118
9 HANDLE_REMOVE_NTF_EVENT Instance method Protected Method Remove notification and switch to order tab 20091119
10 JOB_LOCK_CHECK Instance method Protected Method Check if job is locked (Order and/or Notification) 20100113
11 SET_BUTTON_DIR_ATTACH Instance method Private Method 20100727
12 SET_HIDDEN_MAINVIEWS Instance method Protected Method Set visibility of mainviews 20091020
13 SET_NOTIF_MAINVIEW Instance method Protected Method Set visibility of mainviews 20091028
14 SET_UIBB_VISIBILITY Instance method Private Method Set visibility of UIBBs 20091203
15 UPDATE_CREATE_NTF_BUTTONS Instance method Protected Method updates the visibility of create/remove notification buttons 20091030
16 UPDATE_VISIBILITY_NTF_BUTTONS Instance method Protected Method updates the visibility of create/remove notification buttons 20091020
Events
Class CL_EAMS_UI_EI_JOBPC_FRW_APPCC has no event.
Types
Class CL_EAMS_UI_EI_JOBPC_FRW_APPCC has no local type.
Method Signatures

Method CHECK_INITIAL_DATA_COMPLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FLG_DATA_COMPLETE Call by reference Type reference (TYPE) ABAP_BOOL 20091022

Method CHECK_INITIAL_DATA_COMPLETE on class CL_EAMS_UI_EI_JOBPC_FRW_APPCC has no exception.

Method CONSTRUCTOR Signature

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

Method CREATE_NAV_TO_NTF_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EO_EVENT Value transfer Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20091026
2 Importing IV_MAINVIEW_ID Call by reference Type reference (TYPE) STRING Mainview ID 20091029

Method CREATE_NAV_TO_NTF_EVENT on class CL_EAMS_UI_EI_JOBPC_FRW_APPCC has no exception.

Method CREATE_SWITCH_MAINVIEW_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EO_EVENT Value transfer Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20100114
2 Importing IV_MAINVIEW_ID Call by reference Type reference (TYPE) STRING Mainview ID 20100114

Method CREATE_SWITCH_MAINVIEW_EVENT on class CL_EAMS_UI_EI_JOBPC_FRW_APPCC has no exception.

Method DEFINE_CONF_MAIN_BUTTONS Signature

Method DEFINE_CONF_MAIN_BUTTONS on class CL_EAMS_UI_EI_JOBPC_FRW_APPCC has no parameter.
Method DEFINE_CONF_MAIN_BUTTONS on class CL_EAMS_UI_EI_JOBPC_FRW_APPCC has no exception.

Method DEFINE_NTF_BUTTONS 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) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20091023
2 Importing IV_ENABLING_CREATE Call by reference Type reference (TYPE) ABAP_BOOL 20091023
3 Importing IV_ENABLING_REMOVE Call by reference Type reference (TYPE) ABAP_BOOL 20091023
4 Importing IV_VISIBILITY_CREATE Call by reference Type reference (TYPE) WDUI_VISIBILITY Web Dynpro: Visibility 20091023
5 Importing IV_VISIBILITY_REMOVE Call by reference Type reference (TYPE) WDUI_VISIBILITY Web Dynpro: Visibility 20091023

Method DEFINE_NTF_BUTTONS on class CL_EAMS_UI_EI_JOBPC_FRW_APPCC has no exception.

Method GET_NTF_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NTF_HEADER Call by reference Type reference (TYPE) EAMS_S_SP_NTF_HEADER Business Object Notification - Header Data 20091118
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 20091118

Method GET_NTF_HEADER on class CL_EAMS_UI_EI_JOBPC_FRW_APPCC has no exception.

Method GET_ORD_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ORD_HEADER Call by reference Type reference (TYPE) EAMS_S_SP_ORD_HEADER Business Object Order - Header Data 20091118
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 20091118

Method GET_ORD_HEADER on class CL_EAMS_UI_EI_JOBPC_FRW_APPCC has no exception.

Method HANDLE_REMOVE_NTF_EVENT 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) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20091119
2 Importing IO_OIF Call by reference Object reference (TYPE REF TO) IF_FPM_OIF Interface for Communication FPM App CC 20091119

Method HANDLE_REMOVE_NTF_EVENT on class CL_EAMS_UI_EI_JOBPC_FRW_APPCC has no exception.

Method JOB_LOCK_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FAILED Call by reference Type reference (TYPE) ABAP_BOOL 20100113

Method JOB_LOCK_CHECK on class CL_EAMS_UI_EI_JOBPC_FRW_APPCC has no exception.

Method SET_BUTTON_DIR_ATTACH Signature

Method SET_BUTTON_DIR_ATTACH on class CL_EAMS_UI_EI_JOBPC_FRW_APPCC has no parameter.
Method SET_BUTTON_DIR_ATTACH on class CL_EAMS_UI_EI_JOBPC_FRW_APPCC has no exception.

Method SET_HIDDEN_MAINVIEWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OIF Call by reference Object reference (TYPE REF TO) IF_FPM_OIF Interface for Communication FPM App CC 20091020

Method SET_HIDDEN_MAINVIEWS on class CL_EAMS_UI_EI_JOBPC_FRW_APPCC has no exception.

Method SET_NOTIF_MAINVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OIF Call by reference Object reference (TYPE REF TO) IF_FPM_OIF Interface for Communication FPM App CC 20091028

Method SET_NOTIF_MAINVIEW on class CL_EAMS_UI_EI_JOBPC_FRW_APPCC has no exception.

Method SET_UIBB_VISIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OIF Call by reference Object reference (TYPE REF TO) IF_FPM_OIF Interface for Communication FPM App CC 20091203

Method SET_UIBB_VISIBILITY on class CL_EAMS_UI_EI_JOBPC_FRW_APPCC has no exception.

Method UPDATE_CREATE_NTF_BUTTONS Signature

Method UPDATE_CREATE_NTF_BUTTONS on class CL_EAMS_UI_EI_JOBPC_FRW_APPCC has no parameter.
Method UPDATE_CREATE_NTF_BUTTONS on class CL_EAMS_UI_EI_JOBPC_FRW_APPCC has no exception.

Method UPDATE_VISIBILITY_NTF_BUTTONS Signature

Method UPDATE_VISIBILITY_NTF_BUTTONS on class CL_EAMS_UI_EI_JOBPC_FRW_APPCC has no parameter.
Method UPDATE_VISIBILITY_NTF_BUTTONS on class CL_EAMS_UI_EI_JOBPC_FRW_APPCC has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 605