ICON - Icons table
Icons table information is stored in SAP table ICON.
It is part of development package SABP in software component BC-ABA-LA. This development package consists of objects that can be grouped under "ABAP Runtime Environment".
It is part of development package SABP in software component BC-ABA-LA. This development package consists of objects that can be grouped under "ABAP Runtime Environment".
Fields for table ICON
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
|---|---|---|---|---|---|---|
| ID | Icon in text fields (substitute display, alias) | X | ICON_D | CHAR | 8 | |
| NAME | Name of an Icon | ICONNAME | CHAR | 60 | ||
| OLENG | Icon: Output length | ICONLENGTH | INT1 | 1 | ||
| BUTTON | Icon suitable for pushbutton | ICON_B | CHAR | 2 | ||
| STATUS | Icon suitable for status display | ICON_S | CHAR | 2 | ||
| MESSAGE | Icon suitable for message | ICON_M | CHAR | 2 | ||
| FUNCTION | Icon suitable for function key | ICON_F | CHAR | 2 | ||
| TEXTFIELD | Icon suitable key word | ICON_T | CHAR | 2 | ||
| INTERNAL | Internal Icon Format | ICON_INT | CHAR | 16 | ||
| LOCKED | Locked icons | ICON_L | CHAR | 2 | ||
| I_CLASS | Icon class (system, special, ...) | ICON_CLASS | NUMC | 2 | ||
| I_GROUP | Icon group (message, function ...) | ICON_GROUP | NUMC | 2 | ||
| I_MEMBER | Icon classification | ICON_MEM | NUMC | 4 |