2007 Jul 25 6:08 AM
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.
2007 Jul 25 6:15 AM
<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'.
2007 Jul 25 6:16 AM
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>
2007 Jul 25 6:19 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |