Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV PARAMETER

Former Member
0 Likes
1,631

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

1 REPLY 1
Read only

Former Member
0 Likes
820

<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