SAP ABAP Class CL_EAMS_UI_FD_ORD_WORK_PERMIT (List of WCM work permits)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PM (Application Component) Plant Maintenance
     EAMS_UI_ORD (Package) User Interface for Maintenance Order
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /PLMU/CL_FRW_G_FEEDER_LIST List Feeder 20100907
2 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_G_ACTIONS Feeder Callback - Define and Process Actions 20100909
3 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_G_AFTER_GET_DATA Feeder Callback - After GET_DATA 20101116
4 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_G_FIELD_DEF Feeder Callback - Field Definition (Form/List/Tree) 20101005
5 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/IF_FRW_G_GLOBAL_EVENTS Feeder Callback - Global Event Processing 20100928
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_EAMS_UI_FD_ORD_WORK_PRMT_LI List of WCM work permits, for list appl.s in display mode 20101129
Properties
Class CL_EAMS_UI_FD_ORD_WORK_PERMIT  
Short Description List of WCM work permits    
Super Class /PLMU/CL_FRW_G_FEEDER_LIST List Feeder 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package EAMS_UI_ORD   User Interface for Maintenance Order 
Created 20100907   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 WCTP1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /PLMU/IF_FRW_G_ACTIONS Feeder Callback - Define and Process Actions 20100909
2 /PLMU/IF_FRW_G_AFTER_GET_DATA Feeder Callback - After GET_DATA 20101116
3 /PLMU/IF_FRW_G_FIELD_DEF Feeder Callback - Field Definition (Form/List/Tree) 20101005
4 /PLMU/IF_FRW_G_GLOBAL_EVENTS Feeder Callback - Global Event Processing 20100928
Friends
Class CL_EAMS_UI_FD_ORD_WORK_PERMIT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_PREFIX_WCM_REQUEST_NEW Constant Private Type reference (TYPE) STRING 'WCM_REQUEST_NEW_LEVEL_' 20101118
2 MO_ACTION_UTIL Instance attribute Private Object reference (TYPE REF TO) /PLMU/IF_FRW_ACTION_UTIL Use GET_ACTION_UTIL! 20100928
3 MO_APPL_MODEL_WCM_WP Instance attribute Private Object reference (TYPE REF TO) /PLMU/IF_FRW_BASIC_APPL_MODEL Basic Application Model 20101229
4 MS_ACTION_ID Constant Private See coding 20100923
5 MS_WP_ACTION_TEXT Instance attribute Private Type reference (TYPE) EAMS_S_SP_WCM_WP_ACTION_TEXT Texts for WCM Work Permit actions 20101229
6 MT_ORD_HEADER Instance attribute Private Type reference (TYPE) EAMS_T_SP_ORD_HEADER Business Object Order - Header Data 20101229
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_BUTTONS_ACTIVE Instance method Protected Method 20101129
2 CONSTRUCTOR Instance method Public Constructor 20101229
3 GET_ACTION_UTIL Instance method Private Method Return instance of Action Utility 20100928
4 GET_ORDER_HEADER Instance method Protected Method Get buffered order header data 20101201
5 SET_WCM_ACTION_USAGE Instance method Private Method Set the usage of WCM actions 20101229
Events
Class CL_EAMS_UI_FD_ORD_WORK_PERMIT has no event.
Types
Class CL_EAMS_UI_FD_ORD_WORK_PERMIT has no local type.
Method Signatures

Method CHANGE_BUTTONS_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_BUTTONS_ACTIVE Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101129

Method CHANGE_BUTTONS_ACTIVE on class CL_EAMS_UI_FD_ORD_WORK_PERMIT has no exception.

Method CONSTRUCTOR Signature

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

Method GET_ACTION_UTIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_ACTION_UTIL Value transfer Object reference (TYPE REF TO) /PLMU/IF_FRW_ACTION_UTIL Action utilities for applications 20100928

Method GET_ACTION_UTIL on class CL_EAMS_UI_FD_ORD_WORK_PERMIT has no exception.

Method GET_ORDER_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 20101201
2 Importing IV_FORCE_RETRIEVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110112

Method GET_ORDER_HEADER on class CL_EAMS_UI_FD_ORD_WORK_PERMIT has no exception.

Method SET_WCM_ACTION_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ENABLED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101230
2 Exporting EV_TEXT Call by reference Type reference (TYPE) STRING 20101230
3 Exporting EV_VISIBLE Call by reference Type reference (TYPE) WDUI_VISIBILITY Web Dynpro: Visibility 20101230
4 Importing IT_WCM_ACTION_EXCLUDE Call by reference Type reference (TYPE) /PLMB/T_SPI_ACTION_NAME Action name 20101229
5 Importing IV_ADDITIONAL_ENABLE_COND Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Additional condition for enabling action 20110112
6 Importing IV_DYNTXT Call by reference Type reference (TYPE) SMP_DYNTXT Menu Painter: Function or menu text (4.0) 20101230
7 Importing IV_ID Call by reference Type reference (TYPE) FPM_EVENT_ID ID of the FPM Event 20101230

Method SET_WCM_ACTION_USAGE on class CL_EAMS_UI_FD_ORD_WORK_PERMIT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 606