SAP ABAP Class CL_SCREEN_CONTROLLER_POC (Process Operator Cockpit: Controller)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PP-PI-PMA-PMC (Application Component) Browser-Based PI Sheet / Cockpit
     CMX_POC (Package) Manufacturing Execution: Browser-Based PI Sheet
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_SERVICE_POC Domain Model: Persistence Services 19991109
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SY_MESS_POC POC: System Message Processing 19991123
Properties
Class CL_SCREEN_CONTROLLER_POC  
Short Description Process Operator Cockpit: Controller    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package CMX_POC   Manufacturing Execution: Browser-Based PI Sheet 
Created 19990826   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SCREEN_CONTROLLER_POC has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_OS_SERVICE_POC Domain Model: Persistence Services 19991109
2 IF_SY_MESS_POC POC: System Message Processing 19991123
Friends
Class CL_SCREEN_CONTROLLER_POC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_PFSTATUS_EXCL_TAB Instance attribute Private Type reference (TYPE) POC_FCODE_TAB Excluding Table for PF Status 19990920
2 M_START_DOC_NAME Instance attribute Private Type reference (TYPE) POC_OBJ_ID Name of Start Document 19990826
3 M_SUPPRESS_DIALOG Instance attribute Private Type reference (TYPE) FLAG 20040820
4 M_UNIQUEINSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_SCREEN_CONTROLLER_POC Reference to Singleton Instance 19990826
5 M_URL_TEMP Instance attribute Private Type reference (TYPE) POC_URL Temporary Storage for Start URL 19991123
6 O_HTML_CONTROL Instance attribute Private Object reference (TYPE REF TO) CL_GUI_HTML_VIEWER Reference to HTML Control 19991111
7 O_VIEWCHANNEL Instance attribute Private Object reference (TYPE REF TO) CL_BFW_CHANNEL_POC Reference to View Channel 19990826
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 19990906
2 EXCLUDE_FCODE Instance method Public Method Excluding OK Code 19990920
3 GET_INSTANCE Static method Public Method Get Object Reference (Singleton! -> No Create!) 19990826
4 GET_PFSTATUS_EXCL_TAB Instance method Public Method Internal: Get PF Status Excluding Table 19990920
5 INCLUDE_FCODE Instance method Public Method Including OK Code 19990920
6 ON_DA_DISPATCH_COMPLETED Instance method Private Event handling method Manufacturing Data Access: Distribution Completed 20020503
7 ON_PAI Instance method Public Method PAI processing 19990826
8 ON_PBO Instance method Public Method PBO Processing 19990826
9 ON_SCREEN_INITIALIZED Instance method Public Method @b_were@ Internal: Screen was Initialized 19990901
10 ON_SYMESS_OCCURED Instance method Private Event handling method System Message Issued 19990906
11 ON_USER_CHANGED Instance method Private Event handling method User Change 20011010
12 SHOW_SCREEN Instance method Public Method Initialization and Starting Subscreen Container 19990827
Events
# Event Type Visibility Description Created on
1 SCREEN_LEAVING Instance Event
(0)
Public
(2)
Exiting Screen 19990913
Types
Class CL_SCREEN_CONTROLLER_POC has no local type.
Method Signatures

Method CONSTRUCTOR Signature

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

Method EXCLUDE_FCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Type reference (TYPE) GUI_CODE OkCode 19990920

Method EXCLUDE_FCODE on class CL_SCREEN_CONTROLLER_POC has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INSTANCE Value transfer Object reference (TYPE REF TO) CL_SCREEN_CONTROLLER_POC Referenz auf die (einzige) Instanz des Controllers 19990826

Method GET_INSTANCE on class CL_SCREEN_CONTROLLER_POC has no exception.

Method GET_PFSTATUS_EXCL_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXCL_TAB Value transfer Type reference (TYPE) POC_FCODE_TAB Excluding-Tabelle 19990920

Method GET_PFSTATUS_EXCL_TAB on class CL_SCREEN_CONTROLLER_POC has no exception.

Method INCLUDE_FCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Type reference (TYPE) GUI_CODE OkCode 19990920

Method INCLUDE_FCODE on class CL_SCREEN_CONTROLLER_POC has no exception.

Method ON_DA_DISPATCH_COMPLETED Signature

Method ON_DA_DISPATCH_COMPLETED on class CL_SCREEN_CONTROLLER_POC has no parameter.
Method ON_DA_DISPATCH_COMPLETED on class CL_SCREEN_CONTROLLER_POC has no exception.

Method ON_PAI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OKCODE Call by reference Type reference (TYPE) SYUCOMM OkCode des Dynpros 19990826

Method ON_PAI on class CL_SCREEN_CONTROLLER_POC has no exception.

Method ON_PBO Signature

Method ON_PBO on class CL_SCREEN_CONTROLLER_POC has no parameter.
Method ON_PBO on class CL_SCREEN_CONTROLLER_POC has no exception.

Method ON_SCREEN_INITIALIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing O_HTML_CONTROL Call by reference Object reference (TYPE REF TO) CL_BFW_HTML_VIEWER_POC Referenz auf HTML-Control auf dem Dynpro 19990901
2 Importing O_VIEWCHANNEL Call by reference Object reference (TYPE REF TO) CL_BFW_CHANNEL_POC Referenz auf BFW-Viewchannel 19991123

Method ON_SCREEN_INITIALIZED on class CL_SCREEN_CONTROLLER_POC has no exception.

Method ON_SYMESS_OCCURED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MSGID Value transfer Attribute reference (LIKE) 19990906
2 Importing MSGNO Value transfer Attribute reference (LIKE) 19990906
3 Importing MSGTEXT Value transfer Attribute reference (LIKE) 19991117
4 Importing MSGTY Value transfer Attribute reference (LIKE) 19990906
5 Importing MSGV1 Value transfer Attribute reference (LIKE) 19990906
6 Importing MSGV2 Value transfer Attribute reference (LIKE) 19990906
7 Importing MSGV3 Value transfer Attribute reference (LIKE) 19990906
8 Importing MSGV4 Value transfer Attribute reference (LIKE) 19990906
9 Importing VISIBILITY Value transfer Attribute reference (LIKE) 19990906

Method ON_SYMESS_OCCURED on class CL_SCREEN_CONTROLLER_POC has no exception.

Method ON_USER_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing USER Value transfer Attribute reference (LIKE) 20011010

Method ON_USER_CHANGED on class CL_SCREEN_CONTROLLER_POC has no exception.

Method SHOW_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing URL Call by reference Type reference (TYPE) POC_URL Start-URL 19991123
# Exception Resumable Description Created on
1 FAILED Fehlgeschlagen 20000103
Event Signatures

Event SCREEN_LEAVING Signature
Event SCREEN_LEAVING on class CL_SCREEN_CONTROLLER_POC has no parameter.
History
Last changed by/on SAP  20130531 
SAP Release Created in