Application Development 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: 

REGARDING ALV

Former Member
0 Kudos

hi all,

Can any one explain me the functionality of the given structures and table types

SLIS_LAYOUT_ALV

SLIS_T_FIELDCAT_ALV

SLIS_T_EVENT

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

SLIS_LAYOUT_ALV - Determines properties of grid control.

SLIS_T_FIELDCAT_ALV - Determines the structire of the output table and format of the data to be displayed.

Reward if helpful.

4 REPLIES 4

Former Member
0 Kudos

Hi,

SLIS_LAYOUT_ALV - Determines properties of grid control.

SLIS_T_FIELDCAT_ALV - Determines the structire of the output table and format of the data to be displayed.

Reward if helpful.

Former Member
0 Kudos

Hi,

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

See this for more info

http://www.erpgenie.com/abap/controls/alvgrid.htm

<b>Reward if helpful.</b>

Former Member
0 Kudos

Hi ritesh,

1) using SLIS_LAYOUT_ALV you can set the layout of your GRID

2) Using SLIS_T_FIELDCAT_ALV you define the fieldcatalog of alv and after filling that fieldcat pass it to REUSE_ALV_GRID_DISPLAY.

3) Using SLIS_ALV_EVENTS you can define the events in alv like TOP_OF_PAGE and END_OF_PAGE

Pradip Pawar.

give points if ans is valuable