SAP ABAP Class CL_UAC_MENU_ITEM (Command Class)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB (Application Component) Financials Basis
⤷
UAC_MENU (Package) Context, Toolbar, and Dropdown Menus with Commands
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_UAC_MENU | Context Menu | 20020201 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_UAC_MENU_ITEM_SEPARATOR | CL_MENU_ITEM_SEPARATOR | 20020201 |
Properties
| Class | CL_UAC_MENU_ITEM | |
| Short Description | Command Class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UAC_MENU | Context, Toolbar, and Dropdown Menus with Commands |
| Created | 20020131 | SAP |
| Last change | 20041006 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_UAC_MENU_ITEM has no interface implemented.
Friends
Class CL_UAC_MENU_ITEM has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Indicator | 20020201 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | UAC_MENU_TEXT | Analytical Cost Management: Command Description | 20020201 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Indicator | 20020201 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | UAC_ICON | Analytical Cost Management: Icon | 20020201 | |||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_UAC_COMMAND | Command | 20020201 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20020218 | ||
| 2 | Instance method | Public | Constructor | 20020201 | ||
| 3 | Instance method | Public | Method | 20020201 | ||
| 4 | Instance method | Public | Method | 20020131 | ||
| 5 | Instance method | Public | Method | 20020131 | ||
| 6 | Instance method | Public | Method | 20020131 | ||
| 7 | Instance method | Public | Method | 20020131 | ||
| 8 | Instance method | Public | Method | 20020218 | ||
| 9 | Instance method | Public | Method | 20020218 | ||
| 10 | Instance method | Public | Method | 20020218 | ||
| 11 | Instance method | Public | Method | 20020218 |
Events
Class CL_UAC_MENU_ITEM has no event.
Types
Class CL_UAC_MENU_ITEM has no local type.
Method Signatures
Method CALL_VISITOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_VISITOR | Call by reference | Object reference (TYPE REF TO) | IF_UAC_MENU_ITEM_VISITOR | IF_UAC_MENU_ITEM_VISITOR | 20020218 |
Method CALL_VISITOR on class CL_UAC_MENU_ITEM has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_CHECKED | Call by reference | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Flag | 20020201 | |||
| 2 | ID_DESCRIPTION | Call by reference | Type reference (TYPE) | UAC_MENU_TEXT | Analytical Cost Management: Beschreibung für Command | 20020201 | |||
| 3 | ID_DISABLED | Call by reference | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Flag | 20020201 | |||
| 4 | ID_ICON | Call by reference | Type reference (TYPE) | UAC_ICON | Analytical Cost Management: Icon | 20020201 | |||
| 5 | IR_COMMAND | Call by reference | Object reference (TYPE REF TO) | IF_UAC_COMMAND | Command | 20020201 |
Method CONSTRUCTOR on class CL_UAC_MENU_ITEM has no exception.
Method GET_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_COMMAND | Value transfer | Object reference (TYPE REF TO) | IF_UAC_COMMAND | Command | 20020201 |
Method GET_COMMAND on class CL_UAC_MENU_ITEM has no exception.
Method GET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_DESCRIPTION | Value transfer | Type reference (TYPE) | UAC_MENU_TEXT | Analytical Cost Management: Beschreibung für Command | 20020201 |
Method GET_DESCRIPTION on class CL_UAC_MENU_ITEM has no exception.
Method GET_ICON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_ICON | Value transfer | Type reference (TYPE) | UAC_ICON | Analytical Cost Management: Icon | 20020131 |
Method GET_ICON on class CL_UAC_MENU_ITEM has no exception.
Method IS_CHECKED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_CHECKED | Value transfer | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Flag | 20020131 |
Method IS_CHECKED on class CL_UAC_MENU_ITEM has no exception.
Method IS_DISABLED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_DISABLED | Value transfer | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Flag | 20020131 |
Method IS_DISABLED on class CL_UAC_MENU_ITEM has no exception.
Method SET_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_COMMAND | Call by reference | Object reference (TYPE REF TO) | IF_UAC_COMMAND | Command | 20020218 |
Method SET_COMMAND on class CL_UAC_MENU_ITEM has no exception.
Method SET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_DESCRIPTION | Call by reference | Type reference (TYPE) | UAC_MENU_TEXT | Analytical Cost Management: Beschreibung für Command | 20020218 |
Method SET_DESCRIPTION on class CL_UAC_MENU_ITEM has no exception.
Method SET_DISABLED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_DISABLED | Call by reference | Type reference (TYPE) | UAC_FLAG | IF_UAC_ASSIGNMENT_CONSTANTS=>TRUE | Analytical Cost Management: Flag | 20020218 |
Method SET_DISABLED on class CL_UAC_MENU_ITEM has no exception.
Method SET_ICON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_ICON | Call by reference | Type reference (TYPE) | UAC_ICON | Analytical Cost Management: Icon | 20020218 |
Method SET_ICON on class CL_UAC_MENU_ITEM has no exception.
History
| Last changed by/on | SAP | 20041006 |
| SAP Release Created in | 3.1B |