‎2007 Dec 12 6:30 AM
Hi to all,
can anybody explain me about this parameter in ALV?
gs_layout TYPE slis_layout_alv.
gs_layout-get_selinfos = 'X'. "read the selection screeen
THANKs
Priyalatha
‎2007 Dec 12 7:05 AM
<b>gs_layout TYPE slis_layout_alv.</b>
The structure that is used for layout settings is of type SLIS_LAYOUT_ALV
<b>gs_layout-get_selinfos = 'X'.</b>
If you set the get_selinfos parameter in layout, you can see the selection screen details as popup.
See the documentation for REUSE_ALV_GRID_DISPLAY,
get_selinfos
value set: SPACE, 'X'
If the calling program is a report with an ABAP/4 selection screen, setting this parameter makes ALV read the selection screen again. If the selections are read successfully, a pushbutton, via which the user can call a popup which lists the report selections in a simple form, becomes active on the results list output by ALV
Regards,
Maha