SAP ABAP Function Module ICON_CREATE (Transfer Icon Name and Text to a Screen Field)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABP (Package) ABAP Runtime Environment
⤷
⤷
Basic Data
| Function Module | ICON_CREATE | Transfer Icon Name and Text to a Screen Field |
| Function Group | ICON | General functions for graphical elements |
| Program Name | SAPLICON | Icons |
| INCLUDE Name | LICONU04 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
RESULT | TYPE | Icon (enter the screen field here) | ||||
| |
NAME | TYPE | Icon name (Name from INCLUDE <ICON> ) | ||||
| |
TEXT | TYPE | SPACE | Icon text (shown behind) | |||
| |
INFO | TYPE | SPACE | Quickinfo (if SPACE: standard quickinfo) | |||
| |
ADD_STDINF | TYPE | ICON-INTERNAL | 'X' | 'X': Qinfo. ' ': No Qinfo, no std. Qinfo | ||
| |
ICON_NOT_FOUND | TYPE | Icon name unknown to system | ||||
| |
OUTPUTFIELD_TOO_SHORT | TYPE | Length of field 'RESULT' is too small | ||||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 19950302 |
| SAP Release Created in |