Ansicht
Dokumentation

F4UT_ICONS_DISPLAY - Standard module for displaying icons and quick info in the hit list

F4UT_ICONS_DISPLAY - Standard module for displaying icons and quick info in the hit list

CL_GUI_FRONTEND_SERVICES - Frontend Services   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

By calling this module in a search help exit you can display icons in a column of the hit list of the serach help. You can also assign a quick info to values displayed in this column.

Specify the column for this display so that the name of the search help parameter describing the corresponding column is passed in IMPORT parameter PARAMETER.

Pass the icons and quick info to be displayed in TABLES parameter ICON_TAB. The icon specified in component NAME and then the contents specified in component TEXT are displayed. Both parts are given the quick info specified in component QUICKINFO.

The contents of ICON_TAB are copied to the hit list row by row. First the hit list is given the same number of lines as ICON_TAB by deleting lines at the end or adding empty lines.

Example

Notes

  1. If the search help does not have a parameter with the given name, the exception PARAMETER_UNKNOWN is triggered.
  2. The contents displayed in the hit list are managed by the F4 processor in a structure of limited width. Only the amount of space specified by the type definition is initially reserved for each parameter. More space might be needed for storing the quick info and icons. If this space is no longer available, the exception PARAMETER_UNKNOWN is triggered.
  3. The other parameters of this module must be defined with the search help exit parameters having the same name.
  4. Components NAME, TEXT and QUICKINFO in ICON_TAB do not all have to be filled in each row. The module can be used for example to represent only text with quick info, but not with icons. You can also assign only certain rows icons, but if NAME and QUICKINFO are empty you should use function module F4UT_PARAMETER_RESULTS_PUT instead.
  5. Use of the specified parameter at the interface of the search help or in the selection popup is not supported.
  6. The specified parameter should have data type CHAR and not have a conversion routine.

Further information





Parameters

CALLCONTROL
ICON_TAB
PARAMETER
RECORD_TAB
SHLP
SHLP_TAB

Exceptions

PARAMETER_UNKNOWN

Function Group

SF4U

RFUMSV00 - Advance Return for Tax on Sales/Purchases   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 2700 Date: 20240523 Time: 060912     sap01-206 ( 57 ms )