Show TOC Start of Content Area

Function documentation Click Area Display  Locate the document in its SAP Library structure

Use

You are able to define the content of a cell as a click area. When users click on this content, they trigger an event that you can handle as needed.

Example

You are able to display icons in a column. If you later define the cells with the icons as click areas, the user then triggers the event by clicking on the icon.

These are valid for the functions of click areas:

Display type

ALV Tool

Classic ABAP list

Full screen

In the Container

Simple, two-dimensional table

Yes

Yes

Yes

Hierarchical-sequential list

Yes

 

 

Tree structure

 

Yes

Yes

Note

If users select a click area, they trigger the LINK_CLICK event (class CL_SALV_EVENTS_TABLE or CL_SALV_EVENTS_HIERSEQ or CL_SALV_EVENTS_TREE)

§         ...

Features

You are able to make the following settings for click areas:

·        Display click area (assign cell and item type)

Click Area Display

·        To define a cell as a click area in a list-type ALV output, use the cell type HOTSPOT

·        To define an item in a tree structure as a click area, use the type of item LINK.

 

 

End of Content Area