SAP ABAP Class CL_SAUNIT_ICON_INFO (Service to provide common look and feel for icons)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-UT (Application Component) ABAP Unit
⤷
SABP_UNIT_WORKBENCH (Package) - Internal - No reuse - Workbench integration, test browser
⤷
⤷
Properties
| Class | CL_SAUNIT_ICON_INFO | |
| Short Description | Service to provide common look and feel for icons | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SABP_UNIT_WORKBENCH | - Internal - No reuse - Workbench integration, test browser |
| Created | 20080816 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SAUNIT_ICON_INFO has no interface implemented.
Friends
Class CL_SAUNIT_ICON_INFO has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | ID of Maintained Informations | 20080816 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | TY_T_CACHE_ENTRIES | 20080816 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20080816 |
Events
Class CL_SAUNIT_ICON_INFO has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_CACHE_ENTRY | Private | See coding | 20080816 | begin of ty_S_Cache_Entry,
id type int1,
info type string,
end of ty_S_Cache_Entry
|
||
| 2 | TY_S_INFO | Public | See coding | Icon, Image & Title a like | 20080816 | begin of ty_S_Info,
icon type icon_d,
image type tv_Image,
title type lvc_Value,
end of ty_S_Info
|
|
| 3 | TY_T_CACHE_ENTRIES | Private | See coding | 20080816 | ty_T_Cache_Entries type sorted table of ty_S_Cache_Entry
with unique key id
|
Method Signatures
Method GET_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ID | Call by reference | Type reference (TYPE) | INT1 | 20080816 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | TY_S_INFO | 20080816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080816 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 712 |