SAP ABAP Class CL_COMMAND_POC (Domain Model: Command)
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_ACTION_POC Dynamic PI Sheet: Action to Execute 20011221
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_SERVICE_POC Domain Model: Persistence Services 19991108
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_STATE State Management for a 'Managed Object' 19991018
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SY_MESS_POC POC: System Message Processing 19991108
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_STEP_COMMAND_POC Domain Model: Command for Step 19990203
Properties
Class CL_COMMAND_POC  
Short Description Domain Model: Command    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CMX_POC   Manufacturing Execution: Browser-Based PI Sheet 
Created 19990203   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_ACTION_DISPATCHER_POC Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_OS_SYSTEM Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_TRANSACTION_POC Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ACTION_POC Dynamic PI Sheet: Action to Execute 20011221
2 IF_OS_SERVICE_POC Domain Model: Persistence Services 19991108
3 IF_OS_STATE State Management for a 'Managed Object' 19991018
4 IF_SY_MESS_POC POC: System Message Processing 19991108
Friends
# Friend Modeled only Created on Description
1 CB_ACTIVATE_COMMAND_POC 20010511 Base Agent Domain Model: Activating Command
2 CB_ADD_LINE_COMMAND_POC 20010511 Base Agent Domain Model: Add Command Table Line
3 CB_BATCH_CHECK_COMMAND_POC 20010511 Base Agent Domain Model: Command for Batch Determination
4 CB_BATCH_DETERMINE_COMMAND_POC 20010511 Base Agent Domain Model: Command for Batch Determination
5 CB_COMMENT_GET_COMMAND_POC 20010511 Base Agent Domain Model: Command for Entering Comments
6 CB_COMMENT_SET_COMMAND_POC 20010511 Base Agent Domain Model: Command for Entering Comments
7 CB_COMPLETE_COMMAND_POC 20010511 Base Agent Domain Model: Complete Command for a Step
8 CB_DEACTIVATE_COMMAND_POC 20010511 Base Agent Domain Model: Deactivating Command for a Step
9 CB_DEVIATION_SHOW_COMMAND_POC 20010511 Base Agent Domain Model: Domain Model: Command for Deviatiom
10 CB_DISCARD_COMMAND_POC 20010511 Base Agent Domain Model: Command for Saving
11 CB_EDIT_COMMAND_POC 20010511 Base Agent Domain Model:Command f. Switching to Display Mode
12 CB_INITIALIZE_COMMAND_POC 20010511 Base Agent Domain Model: Command for Saving
13 CB_LOCK_COMMAND_POC 20010809 Base Agent Domain Model: Lock Command for a Step
14 CB_MESSAGE_SHOW_COMMAND_POC 20010511 Base Agent Domain Model: Command for a Step
15 CB_POSITION_SHOW_COMMAND_POC 20010511 Base Agent Domain Model: Command for a Step
16 CB_REPORT_COMMAND_POC 20010511 Base Agent Domain Model: Report Intermediate Status
17 CB_SAVE_COMMAND_POC 20010511 Base Agent Domain Model: Command for Saving
18 CB_SHOW_COMMAND_POC 20010511 Base Agent Domain Model:Command f. Switching to Display Mode
19 CB_SIGNATURE_SHOW_COMMAND_POC 20010511 Base Agent Domain Model: Domain Model: Command f. Signatures
20 CB_UNLOCK_COMMAND_POC 20010809 Base Agent Domain Model: Unlock Command
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_DESCRIPTION Instance attribute Public Type reference (TYPE) STRING Description 20000404
2 M_INACTIVE Instance attribute Protected Type reference (TYPE) I Deactivation Counter 19990729
3 M_INDEX Instance attribute Public Type reference (TYPE) I Sequence in context menu 20020702
4 M_INVISIBLE Instance attribute Protected Type reference (TYPE) I Counter: Visible/Invisible 20010814
5 M_IS_ACTIVE Instance attribute Public Type reference (TYPE) FLAG Indicator: Command is Active 20011116
6 M_IS_VISIBLE Instance attribute Public Type reference (TYPE) FLAG Indicator: Command Visible in Context Menu 20011116
7 M_NAME Instance attribute Public Type reference (TYPE) STRING Name of Command (CL__COMMAND_POC) 20000404
8 M_PERSISTENT Instance attribute Public Type reference (TYPE) FLAG Indicator if Persistent Example 20000110
9 STATE Instance attribute Private Object reference (TYPE REF TO) CL_COMMAND_POC State Object 19991018
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method Command will be Activated 19990203
2 CONSTRUCTOR Instance method Public Constructor Constructor 19991018
3 DEACTIVATE Instance method Public Method Command will be Deactivated 19990203
4 EXECUTE Instance method Public Method Template: Execution of the Command 19990203
5 EXECUTE_INTERNAL Instance method Protected Method Actual Execution 19990203
6 GET_DESCRIPTION Instance method Public Method Gets Description of Command 19990203
7 GET_NAME Instance method Public Method Gets External Name (CL__COMMAND_POC) 19990805
8 IS_ACTIVE Instance method Public Method Checks if Command is Active 19990203
9 IS_VISIBLE Instance method Public Method Checks if Command Is Visible in Context Menu 20011115
10 SET_INVISIBLE Instance method Public Method Hide Command in Context Menu 20010814
11 SET_PERSISTENT Instance method Public Method Sets Persistence Indicator 20000110
12 SET_VISIBLE Instance method Public Method Display Command in Context Menu 20010814
Events
# Event Type Visibility Description Created on
1 ACTIVATED Instance Event
(0)
Public
(2)
Command was Activated 19990203
2 DEACTIVATED Instance Event
(0)
Public
(2)
Command was Deactivated 19990203
3 INVISIBLE Instance Event
(0)
Public
(2)
Command is Hidden from Context Menu 20010814
4 STATE_CHANGED Instance Event
(0)
Public
(2)
Command Status (Active, Visible) has Changed 20011116
5 VISIBLE Instance Event
(0)
Public
(2)
Command Becomes Visible in Context Menu 20010814
Types
Class CL_COMMAND_POC has no local type.
Method Signatures

Method ACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_INITIALIZE Call by reference Type reference (TYPE) BOOLE_D Persistente Initialisierung 20000119
# Exception Resumable Description Created on
1 OS_EXCEPTION Object Services Exception 19991104

Method CONSTRUCTOR Signature

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

Method DEACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_INITIALIZE Call by reference Type reference (TYPE) BOOLE_D Persistente Initialisierung 20000119
# Exception Resumable Description Created on
1 OS_EXCEPTION Object Services Exception 19991104

Method EXECUTE Signature

Method EXECUTE on class CL_COMMAND_POC has no parameter.
# Exception Resumable Description Created on
1 NOT_ACTIVE Kommando ist nicht aktiv 19990203
2 NOT_POSSIBLE Ausführung nicht möglich 19990203

Method EXECUTE_INTERNAL Signature

Method EXECUTE_INTERNAL on class CL_COMMAND_POC has no parameter.
# Exception Resumable Description Created on
1 NOT_POSSIBLE Ausführung nicht möglich 19990203

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EX_DESCRIPTION Value transfer Type reference (TYPE) STRING Beschreibungsstring 19990203

Method GET_DESCRIPTION on class CL_COMMAND_POC has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_DESCRIPTION Value transfer Type reference (TYPE) STRING Textuelle Beschreibung 19990909
2 Exporting EX_NAME Value transfer Type reference (TYPE) STRING Name (CL__COMMAND_POC) 19990805

Method GET_NAME on class CL_COMMAND_POC has no exception.

Method IS_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BOOLE_D Boolescher Rückgabewert 19990203

Method IS_ACTIVE on class CL_COMMAND_POC has no exception.

Method IS_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20011115

Method IS_VISIBLE on class CL_COMMAND_POC has no exception.

Method SET_INVISIBLE Signature

Method SET_INVISIBLE on class CL_COMMAND_POC has no parameter.
Method SET_INVISIBLE on class CL_COMMAND_POC has no exception.

Method SET_PERSISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PERSISTENT Call by reference Type reference (TYPE) FLAG Flag, ob persistent 20000110

Method SET_PERSISTENT on class CL_COMMAND_POC has no exception.

Method SET_VISIBLE Signature

Method SET_VISIBLE on class CL_COMMAND_POC has no parameter.
Method SET_VISIBLE on class CL_COMMAND_POC has no exception.
Event Signatures

Event ACTIVATED Signature
Event ACTIVATED on class CL_COMMAND_POC has no parameter.
Event DEACTIVATED Signature
Event DEACTIVATED on class CL_COMMAND_POC has no parameter.
Event INVISIBLE Signature
Event INVISIBLE on class CL_COMMAND_POC has no parameter.
Event STATE_CHANGED Signature
Event STATE_CHANGED on class CL_COMMAND_POC has no parameter.
Event VISIBLE Signature
Event VISIBLE on class CL_COMMAND_POC has no parameter.
History
Last changed by/on SAP  20100310 
SAP Release Created in