ICON is a standard Syntax, Compiler, Runtime Transparent Table in SAP Basis application, which stores Icons table data. Below you can view the Table Structure, columns(fields), SAP Wiki pages, discussion threads, related TCodes, FMs, ABAP Reports, BW Datasources, and Authorization Objects for ICON. You can use the transaction code SE16 to view the data in this table, and SE11 TCode for the table structure and definition.
ICON — Meta Data
Description: | Icons table |
Main Category: | Basis |
Sub Category: | Syntax, Compiler, Runtime |
Table type: | Transparent Table (TRANSP) |
ICON — Table Structure, Fields(Columns) and Definitions
Position | Column Name | Description | Primary Key | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
1 | ID | Check ID | X | CHAR | 4 | |
2 | NAME | Name | CHAR | 30 | ||
3 | OLENG | Icon: Output length | INT1 | 3 | ||
4 | BUTTON | Button | CHAR | 1 | ||
5 | STATUS | Indicates whether a Call-off is valid or invalid | CHAR | 1 | ||
6 | MESSAGE | Message Text | CHAR | 1 | ||
7 | FUNCTION | Function | CHAR | 1 | ||
8 | TEXTFIELD | Icon suitable key word | CHAR | 1 | ||
9 | INTERNAL | Internal message | CHAR | 8 | ||
10 | LOCKED | Natural number | CHAR | 1 | ||
11 | I_CLASS | Icon class (system | NUMC | 1 | ||
12 | I_GROUP | Icon group (message | NUMC | 1 | ||
13 | I_MEMBER | Icon classification | NUMC | 2 |
SAP Help, Wiki Resources, and Forum Discussions on ICON
Click the above link for the full list of resources and help pages, only the first few are posted below
-
How to place a ICON on ALV Grid button | SCN
name = 'ICON_ARROW_RIGHT' " Here you can fill the ICON type as required by for Greater than less than etc...
http://scn.sap.com/message/7593790
-
ICON at Application tool bar (Selection screen) | SCN
HI.
i created Application tool bar as follows.
SELECTION-SCREEN: FUNCTION KEY 1,
FUNCTION KEY 2.
**************************
sscrfields-functxt_01 = 'Report'.
sscrfields-functxt_02 = 'Clear'.
Is it possible to assign the ICONS in the bush buttons,
if yes,please help me.
Regards.
Anil
http://scn.sap.com/message/5869064
-
Flag ICON | SCN
I am reading some ICONs from a transp. table (ICON). However, the customer needs a flag ICON which I couldn't find in the table. What can i do? Where will i find a flag ICON?
http://scn.sap.com/message/3532912
-
How to put ICONs ? | SCN
if some can tell me how to put ICONs like traffic lights or leds on the top_of_page / listheader of the ALV but not through OOABAP?
http://scn.sap.com/message/3722231
-
Upload new ICON to R/3 | SCN
Hi..
Does anyone know the procedure to create new ICONs and upload to R/3.
Does SAP have any tool to create new ICONs?
Thanks.
http://scn.sap.com/message/100169
-
How to add ICON in report | SCN
Hi all,
How to upload a ICON to SAP
and how to use it in normal report
and what is the syntax to display ICON through WRITE statement
thaks in advance
http://scn.sap.com/message/3047084
-
How to show ICONs in Kanban Board User-exit1 field ?
I need to fill the field "User-exit1" of Kanban Board with an ICON (green, yellow or a red light), but I noticed that this field accepts only text..... How can I do that ??
http://scn.sap.com/message/10732206
-
How to insert ICONs in smartforms | SCN
I need to insert a SAP ICON in the text element of a smartform. I go to the text editor, choose Include->Characters->SAP ICONs, but the list of the available ICONs is empty. Who knows why and how to make the SAP ICONs available for inserting?
http://scn.sap.com/message/6335544
-
ICON in alv output | SCN
hi all!!
i want to display ICON in one of the fields of alv
instead of value ..
is it possible ..
there is ICON field in fieldcatalog
can it be if use??
Thanks in advance .
http://scn.sap.com/message/1639092
-
ICON Display in ALV Report | SCN
hi,
Refer this thread.
https://forums.sdn.sap.com/click.jspa?searchID=3808939&messageID=2942799
https://forums.sdn.sap.com/click.jspa?searchID=3808939&messageID=2587162
Regards
Reshma
http://scn.sap.com/message/3760917
-
Create and Add ICONs to table ICON? | SCN
Can you create and add your own ICONs to the ICON table? If so, can someone point me to a how to document?
http://scn.sap.com/message/186225
Related Tables
TABLE | Description | Functional Area |
---|---|---|
MARA | General Material Data | Logistics - Material Master |
VBAK | Sales Document: Header Data | SD - Sales |
STRG | Structure for Unformatted Syntax Check | CA - Characteristics |
WWWDATA | INDX-type table for storing WWW objects | Basis - WebRFC, Web Reporting |
LVC_S_FCAT | ALV control: Field catalog | BC - SAP List Viewer |
SSCRFIELDS | Fields on selection screens | 610 - Logical DB |
MAKT | Material Descriptions | Logistics - Material Master |
Transaction Codes for SAP Table ICON
TCODE | Description | Functional Area |
---|---|---|
SLIS | FI-SL Spec.Purpose Ledg. Info.System | FI - Information System |
SE78 | Administration of Form Graphics | Basis - SAPscript |
SPRO | Customizing - Edit Project | Basis - Customizing Project Management (IMG) |
SE16 | Data Browser | Basis - Workbench Utilities |
SE11 | ABAP Dictionary Maintenance | Basis - Dictionary Maintenance |
WE20 | Partner Profiles | Basis - ALE Integration Technology |
SE38 | ABAP Editor | Basis - ABAP Editor |
FMs for SAP Table ICON
FM | Description | Functional Area |
---|---|---|
REUSE_ALV_GRID_DISPLAY | Output of a simple list (single-line) | Basis - SAP List Viewer |
ICON_CREATE | Transfer Icon Name and Text to a Screen Field | PM - Preventive Maintenance |
REUSE_ALV_LIST_DISPLAY | Output a simple list (single line or several lines) | BC - SAP List Viewer |
F4_FILENAME | F4 for filename / Filemanager support to locate file in a directory | PM - Plant Maintenance |
REUSE_ALV_COMMENTARY_WRITE | List body comment block output | BC - SAP List Viewer |
REUSE_ALV_FIELDCATALOG_MERGE | Create field catalog from dictionary structure or internal table | BC - SAP List Viewer |
GET_GLOBALS_FROM_SLVC_FULLSCR | Holen von globalen Daten aus der Fugr SLVC_FULLSCREEN | Basis - SAP List Viewer |
SO_DOCUMENT_SEND_API1 | SAPoffice: Send new document with attachments using RFC | Basis - Use Subcomponents |
ABAP Reports for SAP Table ICON
ABAP REPORT | Description | Functional Area |
---|---|---|
SHOWICON | Display Icons in Lists | Basis - List Processing |
RSTXICON | List of SAP icons and their names and SAP numbers <xxxxx> | Basis - SAPscript |
BCALV_DEMO_TOOLTIP | Test Program for Tooltip in ALV | Basis - SAP List Viewer |
DEMO_DYNPRO_STATUS_ICONS | Demonstration for Status Icons | Basis - Syntax, Compiler, Runtime |
FM06PE02 | Include FM06PE02 | MM - Purchasing |
RSWUWFML | Send Mails for Work Items | Basis - SAP Business Workflow |
BCALV_GRID_DEMO | Simple ALV Control Call Demo Program | Basis - SAP List Viewer |
ICONS_LIST | ICONS_LIST | Basis - Data Orchestration Engine: Distribution Modeler |
Most searched SAP Basis Components Tables
- Business Partner Tables
- Roles Tables
- Users List Tables
- Transport Requests Tables
- Unit Of Measure Tables
- Partner Functions Tables
- Address Tables
- Authorization Objects Tables
- Background Job Tables
- Idoc Tables
- Exchange Rate Tables
- User Name Tables
- Workflow Tables
- Email Address Tables
- User Groups Tables
- Task List Tables
- Su01 Tables
- Idoc Segment Tables
- Rfc Tables
- Language Tables
- Table Name Tables
- Change Log Tables