SAP ABAP Class CL_STEP_COMMAND_POC (Domain Model: Command for Step)
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 Inheritance (c INHERITING FROM c_ref)  CL_COMMAND_POC Domain Model: Command 19990203
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_EDIT_COMMAND_POC Domain Model: Command for Switching to Display Mode 19991123
2 Inheritance (c INHERITING FROM c_ref)  CL_UNLOCK_COMMAND_POC Domain Model: Unlock Command for One Step 20010808
3 Inheritance (c INHERITING FROM c_ref)  CL_SIGNATURE_SHOW_COMMAND_POC Domain Model: Command for Signature Display 20000125
4 Inheritance (c INHERITING FROM c_ref)  CL_SHOW_COMMAND_POC Domain Model: Command for Switching to Display Mode 19991123
5 Inheritance (c INHERITING FROM c_ref)  CL_SAVE_COMMAND_POC Domain Model: Command for Saving 19991125
6 Inheritance (c INHERITING FROM c_ref)  CL_REPORT_COMMAND_POC Domain Model: Reports Data 19991123
7 Inheritance (c INHERITING FROM c_ref)  CL_PRINT_PDF_COMMAND_POC Print PI Sheet as PDF 20070702
8 Inheritance (c INHERITING FROM c_ref)  CL_POSITION_SHOW_COMMAND_POC Domain Model: Command for Step 19991123
9 Inheritance (c INHERITING FROM c_ref)  CL_MESSAGE_SHOW_COMMAND_POC Domain Model: Command for Step 19991123
10 Inheritance (c INHERITING FROM c_ref)  CL_LOCK_COMMAND_POC Domain Model: Lock Command for One Step 20010808
... Click here to see Used By full list (21 items)
Properties
Class CL_STEP_COMMAND_POC  
Short Description Domain Model: Command for Step    
Super Class CL_COMMAND_POC Domain Model: Command 
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_OS_SYSTEM Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_STEP_COMMAND_POC has no interface implemented.
Friends
Class CL_STEP_COMMAND_POC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_STEP Instance attribute Protected Object reference (TYPE REF TO) CL_STEP_POC Step 19990203
2 STATE Instance attribute Private Object reference (TYPE REF TO) CL_STEP_COMMAND_POC State Object 19991018
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 19991018
2 ON_ACTIVATED Instance method Public Event handling method Event Handler for Step Activation 19990203
3 ON_CHANGEABLE Instance method Public Event handling method Event Handler for Removing Write Protection 19990507
4 ON_COMPLETED Instance method Public Event handling method Event Handler for Completion 19990203
5 ON_DEACTIVATED Instance method Public Event handling method Event Handler for Step Deactivation 19990203
6 ON_INITIALIZED Instance method Public Event handling method Event Handler for Initialization 20000615
7 ON_LOCKED Instance method Public Event handling method Event Handler for Locking 19990203
8 ON_READONLY Instance method Public Event handling method Event Handler for Write Protection 19990507
9 ON_REPORTED Instance method Public Event handling method Event Handler for Confirmation 19990203
10 ON_UNLOCKED Instance method Public Event handling method Event Handler for Unlocking 19990203
11 REGISTER_ON_STEP Instance method Protected Method Sets Event Handler to Step 19991125
12 SET_STEP Instance method Public Method Sets Reference Step 19990726
Events
Class CL_STEP_COMMAND_POC has no event.
Types
Class CL_STEP_COMMAND_POC has no local type.
Method Signatures

Method CONSTRUCTOR Signature

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

Method ON_ACTIVATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Type reference (TYPE) 19990908

Method ON_ACTIVATED on class CL_STEP_COMMAND_POC has no exception.

Method ON_CHANGEABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Type reference (TYPE) 19990908

Method ON_CHANGEABLE on class CL_STEP_COMMAND_POC has no exception.

Method ON_COMPLETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Type reference (TYPE) 19990908

Method ON_COMPLETED on class CL_STEP_COMMAND_POC has no exception.

Method ON_DEACTIVATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Type reference (TYPE) 19990908

Method ON_DEACTIVATED on class CL_STEP_COMMAND_POC has no exception.

Method ON_INITIALIZED Signature

Method ON_INITIALIZED on class CL_STEP_COMMAND_POC has no parameter.
Method ON_INITIALIZED on class CL_STEP_COMMAND_POC has no exception.

Method ON_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Type reference (TYPE) 19990908

Method ON_LOCKED on class CL_STEP_COMMAND_POC has no exception.

Method ON_READONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Type reference (TYPE) 19990908

Method ON_READONLY on class CL_STEP_COMMAND_POC has no exception.

Method ON_REPORTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Type reference (TYPE) 19990908

Method ON_REPORTED on class CL_STEP_COMMAND_POC has no exception.

Method ON_UNLOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Type reference (TYPE) 19990908

Method ON_UNLOCKED on class CL_STEP_COMMAND_POC has no exception.

Method REGISTER_ON_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACTIVATION Call by reference Type reference (TYPE) FLAG 'X' Aktivierung 20000110
2 Importing IM_STEP Call by reference Object reference (TYPE REF TO) CL_STEP_POC Schritt auf den registriert wird 19991125

Method REGISTER_ON_STEP on class CL_STEP_COMMAND_POC has no exception.

Method SET_STEP 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
2 Importing IM_STEP_REF Call by reference Object reference (TYPE REF TO) CL_STEP_POC Bezugsschritt 19990726
# Exception Resumable Description Created on
1 OS_EXCEPTION Object Services Exception 19991104
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_EDIT_COMMAND_POC Domain Model: Command for Switching to Display Mode 19991123
2 Inheritance (c INHERITING FROM c_ref)  CL_UNLOCK_COMMAND_POC Domain Model: Unlock Command for One Step 20010808
3 Inheritance (c INHERITING FROM c_ref)  CL_SIGNATURE_SHOW_COMMAND_POC Domain Model: Command for Signature Display 20000125
4 Inheritance (c INHERITING FROM c_ref)  CL_SHOW_COMMAND_POC Domain Model: Command for Switching to Display Mode 19991123
5 Inheritance (c INHERITING FROM c_ref)  CL_SAVE_COMMAND_POC Domain Model: Command for Saving 19991125
6 Inheritance (c INHERITING FROM c_ref)  CL_REPORT_COMMAND_POC Domain Model: Reports Data 19991123
7 Inheritance (c INHERITING FROM c_ref)  CL_PRINT_PDF_COMMAND_POC Print PI Sheet as PDF 20070702
8 Inheritance (c INHERITING FROM c_ref)  CL_POSITION_SHOW_COMMAND_POC Domain Model: Command for Step 19991123
9 Inheritance (c INHERITING FROM c_ref)  CL_MESSAGE_SHOW_COMMAND_POC Domain Model: Command for Step 19991123
10 Inheritance (c INHERITING FROM c_ref)  CL_LOCK_COMMAND_POC Domain Model: Lock Command for One Step 20010808
11 Inheritance (c INHERITING FROM c_ref)  CL_INITIALIZE_COMMAND_POC Domain Model: Command for Saving 20000614
12 Inheritance (c INHERITING FROM c_ref)  CL_ACTIVATE_COMMAND_POC Domaim Model: Activation Command for a Step 19990203
13 Inheritance (c INHERITING FROM c_ref)  CL_DISCARD_COMMAND_POC Domain Model: Command for Saving 20000105
14 Inheritance (c INHERITING FROM c_ref)  CL_DEVIATION_SHOW_COMMAND_POC Domain Model: Command for Deviations 19991118
15 Inheritance (c INHERITING FROM c_ref)  CL_DEACTIVATE_COMMAND_POC Domain Model: Deactivation Command for a Step 19991220
16 Inheritance (c INHERITING FROM c_ref)  CL_COMPLETE_COMMAND_POC Domain Model: Completion Command for a Step 19991220
17 Inheritance (c INHERITING FROM c_ref)  CL_COMMENT_SET_COMMAND_POC Domain Model: Command for Entering Comments 20000127
18 Inheritance (c INHERITING FROM c_ref)  CL_COMMENT_GET_COMMAND_POC Domain Model: Command for Entering Comments 19991123
19 Inheritance (c INHERITING FROM c_ref)  CL_BATCH_DETERMINE_COMMAND_POC Domain Model: Command for Batch Determination 19990806
20 Inheritance (c INHERITING FROM c_ref)  CL_BATCH_CHECK_COMMAND_POC Domain Model: Command for Batch Determination 20000615
21 Inheritance (c INHERITING FROM c_ref)  CL_ADD_LINE_COMMAND_POC Domain Model: Add Command Table Line 19991202
History
Last changed by/on SAP  20100310 
SAP Release Created in