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

Former Member
0 Likes
625

what is the use of

SLIS_LAYOUT_ALV,

SLIS_KEYINFO_ALV,

SLIS_T_EVENT,

SLIS_ALV_EVENT.

Regards,

pandu.

what is the use of

SLIS_LAYOUT_ALV,

SLIS_KEYINFO_ALV,

SLIS_T_EVENT,

SLIS_ALV_EVENT.

Regards,

pandu.

3 REPLIES 3
Read only

former_member189059
Active Contributor
0 Likes
606

<b>1) SLIS_LAYOUT_ALV</b>

It is used to for defining the layout of your ALV report

like

ls_layout TYPE slis_layout_alv.

and we define different paramters of this layout like

ls_layout-group_change_edit = 'X'.

ls_layout-colwidth_optimize = 'X'.

ls_layout-zebra = 'X'.

ls_layout-detail_popup = 'X'.

ls_layout-get_selinfos = 'X'.

ls_layout-max_linesize = '200'.

Read only

Former Member
0 Likes
606

hi

<b>SLIS_LAYOUT_ALV</b>: syructure layout of the report

<b>SLIS_KEYINFO_ALV </b>:used to specify header and item table field

names which link the two tables (shared key).

<b>SLIS_T_EVENT</b>: Internal table for storing all the possible events of the ALV. This can be populated by the function module Reuse_alv_events_get

The columns are :

name : name of the event

form : name of the routine

<b>

SLIS_ALV_EVENT</b>: Returns table of possible events for a a list type

regards

ravish

<b>plz dont forget to reward points if useful</b>

Read only

former_member189059
Active Contributor
0 Likes
606