SAP ABAP Class CL_UAC_COMMAND (abstract: Command)
Hierarchy
FINBASIS (Software Component) Fin. Basis
   FIN-FB (Application Component) Financials Basis
     UAC_COMMAND (Package) Commands for UAC Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UAC_COMMAND Command 20020912
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UAC_CMD_SET_EXPAND_LEVEL View: Expand Hierarchy to Level n 20041022
2 Inheritance (c INHERITING FROM c_ref)  CL_UA_CMD_TECHMODE Switch Technical Mode 20031215
3 Inheritance (c INHERITING FROM c_ref)  CL_UA_CMD_PDWEB Start iPPE Product Designer 20031215
4 Inheritance (c INHERITING FROM c_ref)  CL_UA_CMD_DISPLAY_VALUES 20040224
5 Inheritance (c INHERITING FROM c_ref)  CL_UA_CMD_CALCULATION_TRACE Create and Display Formula Trace 20040928
6 Inheritance (c INHERITING FROM c_ref)  CL_UAC_UNDO_COMMAND Command with Undo/Redo 20031215
7 Inheritance (c INHERITING FROM c_ref)  CL_UAC_CMD_SWITCH_EDITABLE View: Switch Edit Mode of Control 20031215
8 Inheritance (c INHERITING FROM c_ref)  CL_UAC_CMD_SPREADSHEET View: Show Tree in Spreadsheet (Office Integration) 20031215
9 Inheritance (c INHERITING FROM c_ref)  CL_UAC_CMD_SET_VALUE Model: Set Value of Node or Cell 20031215
10 Inheritance (c INHERITING FROM c_ref)  CL_UAC_CMD_COLLAPSE_NODE View: Collapse Node 20031215
... Click here to see Used By full list (17 items)
Properties
Class CL_UAC_COMMAND  
Short Description abstract: Command    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UAC_COMMAND   Commands for UAC Framework 
Created 20020124   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_UAC_ASSIGNMENT_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_UAC_COMMAND Command 20020912
Friends
Class CL_UAC_COMMAND has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MD_CHECKED Instance attribute Protected Type reference (TYPE) UAC_FLAG Analytical Cost Management: Indicator (0 = FALSE, 1 = TRUE) 20031215
2 MD_DESCRIPTION Instance attribute Protected Type reference (TYPE) UAC_COMMAND_DESCRIPTION Analytical Cost Management: Command Description 20031215
3 MD_DISABLED Instance attribute Protected Type reference (TYPE) UAC_FLAG Analytical Cost Management: Indicator (0 = FALSE, 1 = TRUE) 20031215
4 MD_ICON Instance attribute Protected Type reference (TYPE) UAC_ICON Analytical Cost Management: Icon 20031215
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20031215
2 EXECUTE Instance method Public Method 20030228
3 GET_DESCRIPTION Instance method Public Method 20020913
4 GET_ICON Instance method Public Method 20020913
5 IS_CHECKED Instance method Public Method 20020913
6 IS_DISABLED Instance method Public Method 20020913
7 SET_DESCRIPTION Instance method Protected Method 20020912
8 SET_DISABLED Instance method Public Method 20020913
9 SET_ICON Instance method Protected Method 20020912
Events
# Event Type Visibility Description Created on
1 CLICKED Instance Event
(0)
Public
(2)
CLICKED 20031215
Types
Class CL_UAC_COMMAND has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_CHECKED Value transfer Type reference (TYPE) UAC_FLAG IF_UAC_ASSIGNMENT_CONSTANTS=>FALSE Analytical Cost Management: Flag (0 = FALSCH, 1 = WAHR) 20031215
2 Importing ID_DESCRIPTION Value transfer Type reference (TYPE) UAC_COMMAND_DESCRIPTION Analytical Cost Management: Beschreibung für Command 20031215
3 Importing ID_DISABLED Value transfer Type reference (TYPE) UAC_FLAG IF_UAC_ASSIGNMENT_CONSTANTS=>FALSE Analytical Cost Management: Flag (0 = FALSCH, 1 = WAHR) 20031215
4 Importing ID_ICON Value transfer Type reference (TYPE) UAC_ICON Analytical Cost Management: Icon 20031215

Method CONSTRUCTOR on class CL_UAC_COMMAND has no exception.

Method EXECUTE Signature

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

Method GET_DESCRIPTION Signature

Method GET_DESCRIPTION on class CL_UAC_COMMAND has no parameter.
Method GET_DESCRIPTION on class CL_UAC_COMMAND has no exception.

Method GET_ICON Signature

Method GET_ICON on class CL_UAC_COMMAND has no parameter.
Method GET_ICON on class CL_UAC_COMMAND has no exception.

Method IS_CHECKED Signature

Method IS_CHECKED on class CL_UAC_COMMAND has no parameter.
Method IS_CHECKED on class CL_UAC_COMMAND has no exception.

Method IS_DISABLED Signature

Method IS_DISABLED on class CL_UAC_COMMAND has no parameter.
Method IS_DISABLED on class CL_UAC_COMMAND has no exception.

Method SET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_DESCRIPTION Call by reference Type reference (TYPE) UAC_COMMAND_DESCRIPTION Analytical Cost Management: Beschreibung für Command 20020912

Method SET_DESCRIPTION on class CL_UAC_COMMAND has no exception.

Method SET_DISABLED Signature

Method SET_DISABLED on class CL_UAC_COMMAND has no parameter.
Method SET_DISABLED on class CL_UAC_COMMAND has no exception.

Method SET_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ICON Call by reference Type reference (TYPE) UAC_ICON Analytical Cost Management: Icon 20020912

Method SET_ICON on class CL_UAC_COMMAND has no exception.
Event Signatures

Event CLICKED Signature
Event CLICKED on class CL_UAC_COMMAND has no parameter.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UAC_CMD_SET_EXPAND_LEVEL View: Expand Hierarchy to Level n 20041022
2 Inheritance (c INHERITING FROM c_ref)  CL_UA_CMD_TECHMODE Switch Technical Mode 20031215
3 Inheritance (c INHERITING FROM c_ref)  CL_UA_CMD_PDWEB Start iPPE Product Designer 20031215
4 Inheritance (c INHERITING FROM c_ref)  CL_UA_CMD_DISPLAY_VALUES 20040224
5 Inheritance (c INHERITING FROM c_ref)  CL_UA_CMD_CALCULATION_TRACE Create and Display Formula Trace 20040928
6 Inheritance (c INHERITING FROM c_ref)  CL_UAC_UNDO_COMMAND Command with Undo/Redo 20031215
7 Inheritance (c INHERITING FROM c_ref)  CL_UAC_CMD_SWITCH_EDITABLE View: Switch Edit Mode of Control 20031215
8 Inheritance (c INHERITING FROM c_ref)  CL_UAC_CMD_SPREADSHEET View: Show Tree in Spreadsheet (Office Integration) 20031215
9 Inheritance (c INHERITING FROM c_ref)  CL_UAC_CMD_SET_VALUE Model: Set Value of Node or Cell 20031215
10 Inheritance (c INHERITING FROM c_ref)  CL_UAC_CMD_COLLAPSE_NODE View: Collapse Node 20031215
11 Inheritance (c INHERITING FROM c_ref)  CL_UAC_CMD_SET_ASSIGNMENT_NODE View: Set Assignment Node 20031215
12 Inheritance (c INHERITING FROM c_ref)  CL_UAC_CMD_PRINT View: Print (Preview) via ALV Tree 20031215
13 Inheritance (c INHERITING FROM c_ref)  CL_UAC_CMD_OPTIMIZE_COLUMN View: Optimize Column(s) 20031215
14 Inheritance (c INHERITING FROM c_ref)  CL_UAC_CMD_HIDE_COLUMN View: Hide (Do Not Delete!) Column 20031215
15 Inheritance (c INHERITING FROM c_ref)  CL_UAC_CMD_GROUP_BOX View: show/hide grouping box 20031215
16 Inheritance (c INHERITING FROM c_ref)  CL_UAC_CMD_FCODE F Code 20040224
17 Inheritance (c INHERITING FROM c_ref)  CL_UAC_CMD_EXPAND_NODE View: Open/Expand Folder n Levels 20031215
History
Last changed by/on SAP  20041006 
SAP Release Created in 3.1B