SAP ABAP Class CL_EAMS_UI_EI_JOBUC_FRW_APPCC (Class for APPCC of Unplanned 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 20091001
2 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_MAP_HEADER Header Object Mapper 20111104
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BADI_INTERFACE Tag Interface for BAdIs 20091001
Properties
Class CL_EAMS_UI_EI_JOBUC_FRW_APPCC  
Short Description Class for APPCC of Unplanned 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 20091001   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_EAMS_UI_EI_JOBUC_FRW_APPCC has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /PLMU/IF_EX_FRW_CONSUMER_APPCC OIF Application Controller 20091001
2 /PLMU/IF_FRW_MAP_HEADER Header Object Mapper 20111104
3 IF_BADI_INTERFACE Tag Interface for BAdIs 20091001
Friends
Class CL_EAMS_UI_EI_JOBUC_FRW_APPCC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_ACTION_UTIL Instance attribute Protected Object reference (TYPE REF TO) /PLMU/IF_FRW_ACTION_UTIL Action utilities for applications 20091001
2 MO_APPL_MODEL_JOB Instance attribute Protected Object reference (TYPE REF TO) /PLMU/IF_FRW_BASIC_APPL_MODEL UI Framework - Application Model Interface 20091001
3 MO_APPL_MODEL_NTF Instance attribute Protected Object reference (TYPE REF TO) /PLMU/IF_FRW_BASIC_APPL_MODEL UI Framework - Application Model Interface 20091001
4 MO_APPL_MODEL_ORDER Instance attribute Protected Object reference (TYPE REF TO) /PLMU/IF_FRW_BASIC_APPL_MODEL UI Framework - Application Model Interface 20091001
5 MO_FPM Instance attribute Protected Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20091001
6 MO_FPM_CNR Instance attribute Private Object reference (TYPE REF TO) IF_FPM_CNR_OIF Interface for CNR in OIF 20100727
7 MO_IDR_OIF Instance attribute Protected Object reference (TYPE REF TO) IF_FPM_IDR 20091001
8 MO_SERVICE Instance attribute Protected Object reference (TYPE REF TO) CL_EAMS_UI_SERVICE Service and convertion methods 20091001
9 MS_APPL_DATA Instance attribute Protected Type reference (TYPE) JOB_UC_DATA 20091118
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20091001
2 CREATE_NAV_TO_NTF_EVENT Instance method Private Method 20091028
3 DEFINE_CONF_MAIN_BUTTONS Instance method Protected Method Create buttons dynamically 20100204
4 DEFINE_NTF_BUTTONS Instance method Protected Method Create buttons dynamically 20091028
5 HANDLE_CREATE_NTF_EVENT Instance method Protected Method Create notification and switch to notification tab 20091028
6 HANDLE_REMOVE_NTF_EVENT Instance method Protected Method Remove notification and switch to order tab 20091028
7 SET_BUTTON_DIR_ATTACH Instance method Private Method 20100727
8 SHOW_EXIT_SCREEN Instance method Protected Method Show exit screen 20091030
Events
Class CL_EAMS_UI_EI_JOBUC_FRW_APPCC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 JOB_UC_DATA Protected See coding 20091118 BEGIN OF job_uc_data, init_job_uc TYPE EAMS_S_SP_JOB_INITIAL, ord_header type eams_s_sp_ord_header, ntf_header type eams_s_sp_ntf_header, END OF job_uc_data
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_EAMS_UI_EI_JOBUC_FRW_APPCC has no parameter.
Method CONSTRUCTOR on class CL_EAMS_UI_EI_JOBUC_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 20091028
2 Importing IV_MAINVIEW_ID Call by reference Type reference (TYPE) STRING Mainview ID 20091028

Method CREATE_NAV_TO_NTF_EVENT on class CL_EAMS_UI_EI_JOBUC_FRW_APPCC has no exception.

Method DEFINE_CONF_MAIN_BUTTONS Signature

Method DEFINE_CONF_MAIN_BUTTONS on class CL_EAMS_UI_EI_JOBUC_FRW_APPCC has no parameter.
Method DEFINE_CONF_MAIN_BUTTONS on class CL_EAMS_UI_EI_JOBUC_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) 20091028
2 Importing IV_ENABLING_CREATE Call by reference Type reference (TYPE) ABAP_BOOL 20091028
3 Importing IV_ENABLING_REMOVE Call by reference Type reference (TYPE) ABAP_BOOL 20091028
4 Importing IV_VISIBILITY_CREATE Call by reference Type reference (TYPE) WDUI_VISIBILITY Web Dynpro: Visibility 20091028
5 Importing IV_VISIBILITY_REMOVE Call by reference Type reference (TYPE) WDUI_VISIBILITY Web Dynpro: Visibility 20091028

Method DEFINE_NTF_BUTTONS on class CL_EAMS_UI_EI_JOBUC_FRW_APPCC has no exception.

Method HANDLE_CREATE_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) 20091028
2 Importing IO_OIF Call by reference Object reference (TYPE REF TO) IF_FPM_OIF Interface for Communication FPM App CC 20091028

Method HANDLE_CREATE_NTF_EVENT on class CL_EAMS_UI_EI_JOBUC_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) 20091028
2 Importing IO_OIF Call by reference Object reference (TYPE REF TO) IF_FPM_OIF Interface for Communication FPM App CC 20091028

Method HANDLE_REMOVE_NTF_EVENT on class CL_EAMS_UI_EI_JOBUC_FRW_APPCC has no exception.

Method SET_BUTTON_DIR_ATTACH Signature

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

Method SHOW_EXIT_SCREEN 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 20091030

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