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: 

Set I_SAVE = 'A' and pass is_variant

Former Member
0 Kudos

SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; } .L0S33 { color: #4DA619; } .L0S52 { color: #0000FF; } .L0S55 { color: #800080; } .L0S70 { color: #808080; }

lw_variant-report = sy-repid.
lw_variant-username = sy-uname.


CALL METHOD o_grid_alv->set_table_for_first_display
EXPORTING
is_layout = lw_layout
is_variant = lw_variant
i_save = 'A'
it_toolbar_excluding = gt_exc_button
CHANGING
it_outtab = t_doccomp
it_fieldcatalog = t_fieldcat.

1 REPLY 1

pokrakam
Active Contributor

What is the question?