SAP ABAP Class CL_FWWP_COMMAND (Abstract Command)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SBPT_FWWP (Package) Framework for Workplace
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FWWP_COMMAND_DECORATOR Decorator for Command Objects 20000204
2 Inheritance (c INHERITING FROM c_ref)  CL_FWWP_DYNAMIC_COMMAND Dynamic Singleton Command 20000204
3 Inheritance (c INHERITING FROM c_ref)  CL_FWWP_DYNAMIC_NAVIG_COMMAND Dynamic Singleton Command 20000208
4 Inheritance (c INHERITING FROM c_ref)  CL_FWWP_MASS_COMMAND Function Object for Mass Operation 19990218
5 Inheritance (c INHERITING FROM c_ref)  CL_FWWP_MENU_COMMAND Menu Command 20000203
6 Inheritance (c INHERITING FROM c_ref)  CL_FWWP_SINGLE_COMMAND Function Object for a Receiver 19990218
Properties
Class CL_FWWP_COMMAND  
Short Description Abstract Command    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBPT_FWWP   Framework for Workplace 
Created 19990216   SAP 
Last change 19991109   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FWWP_COMMAND has no forward declaration.
Interfaces
Class CL_FWWP_COMMAND has no interface implemented.
Friends
Class CL_FWWP_COMMAND has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONFIGURATION Instance attribute Protected Type reference (TYPE) SBPT_FCONF Configuration data 19990216
2 FIELDNAME Instance attribute Protected Type reference (TYPE) LVC_S_COL-FIELDNAME Field Name of the Front End 19990310
3 MC_ATTACHMENT Constant Public Type reference (TYPE) SBPT_FCONF-FGROUP 'A' Attachments Function 19990303
4 MC_CREATE Constant Public Type reference (TYPE) SBPT_FCONF-FGROUP 'C' Object Generating Function 19990303
5 MC_DATE Constant Public Type reference (TYPE) SBPT_FCONF-FGROUP 'D' Appointment Function 19990303
6 MC_NOTE Constant Public Type reference (TYPE) SBPT_FCONF-FGROUP 'N' Note function 19990303
7 MC_TYPE_DECORATOR Constant Public Type reference (TYPE) I 3 Decorator Command 20000204
8 MC_TYPE_MENU Constant Public Type reference (TYPE) I 2 Menu Command 20000203
9 MC_TYPE_SINGLE Constant Public Type reference (TYPE) I 1 Single Command 20000203
10 MT_SINGLETON Static Attribute Protected Type reference (TYPE) T_SINGLETON_TAB Table for Singletons 20000204
Methods
# Method Level Visibility Method type Description Created on
1 EXECUTE Instance method Public Method Execution of the Command Object 19990216
2 GET_CLASS_NAME Instance method Public Method Delivers the Class Name 19990308
3 GET_CONFIGURATION Instance method Public Method Configuration Data Reading 19990216
4 GET_RECEIVERS Instance method Public Method Gets current receiver of function 20000203
5 GET_TYPE Instance method Public Method Gets type of function object 20000203
6 SET_CONFIGURATION Instance method Public Method Configuration data Settings 19990216
7 SET_FIELDNAME Instance method Public Method Sets the field name of the front end for sensitive function 19990310
8 SET_RECEIVERS Instance method Public Method Sets the receiver of the function 20000203
9 SINGLETON Static method Public Method SINGLETON 20000203
Events
Class CL_FWWP_COMMAND has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_SINGLETON Protected See coding Type for Singletons 20000204
2 T_SINGLETON_TAB Protected See coding Table for Singletons 20000204
Method Signatures

Method EXECUTE Signature

Method EXECUTE on class CL_FWWP_COMMAND has no parameter.
Method EXECUTE on class CL_FWWP_COMMAND has no exception.

Method GET_CLASS_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CLASS_NAME Value transfer Type reference (TYPE) SEOCLASS-CLSNAME Klassenname 19990308

Method GET_CLASS_NAME on class CL_FWWP_COMMAND has no exception.

Method GET_CONFIGURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CONFIG Call by reference Type reference (TYPE) SBPT_FCONF Konfigurationsdaten 19990223

Method GET_CONFIGURATION on class CL_FWWP_COMMAND has no exception.

Method GET_RECEIVERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RECEIVERS Call by reference Type reference (TYPE) SBPT_TDESKI Tabelle mit Referenzen vom Typ CL_FWWP_DESKTOP_ITEM 20000203

Method GET_RECEIVERS on class CL_FWWP_COMMAND has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TYPE Value transfer Type reference (TYPE) I Typ 20000203

Method GET_TYPE on class CL_FWWP_COMMAND has no exception.

Method SET_CONFIGURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONFIG Call by reference Type reference (TYPE) SBPT_FCONF Konfigurationsdaten 19990223

Method SET_CONFIGURATION on class CL_FWWP_COMMAND has no exception.

Method SET_FIELDNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Call by reference Type reference (TYPE) LVC_S_COL-FIELDNAME space Feldname 19990310

Method SET_FIELDNAME on class CL_FWWP_COMMAND has no exception.

Method SET_RECEIVERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RECEIVERS Call by reference Type reference (TYPE) SBPT_TDESKI Tabelle mit Referenzen vom Typ CL_FWWP_DESKTOP_ITEM 20000203
# Exception Resumable Description Created on
1 UNKNOWN_RECEIVER Ein Empfängerobjekt ist nicht bekannt (falscher Typ) 20000203

Method SINGLETON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLASSNAME Call by reference Type reference (TYPE) SEOCLASS-CLSNAME Klassenname 20000204
2 Returning R_COMMAND Value transfer Object reference (TYPE REF TO) CL_FWWP_COMMAND abstraktes Command 20000203

Method SINGLETON on class CL_FWWP_COMMAND has no exception.
History
Last changed by/on SAP  19991109 
SAP Release Created in