How do you generate interactive lists in ALV?
Answer Posted / krithika
in FM reuse_alv_grid_display
pass the value to the foll. parameters,
callback_program = sy-repid.
callback_usercommand = interactivelist.
then create a subroutine like
form interactivelist using r_ucomm like sy-ucomm
using rfield like rs_selfield
set parameter id id1 field r_field.
.........
endform.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the difference between open_form and close_form?
How is collect statement different from append?
Explain what is an rfc?
Which commands are used for interactive reports?
How to display if the value entered contains records or not?
What is the t-code to display batch input sessions? : abap bdc
What are the functional modules used in sequence in bdc? : abap bdc
What is bdc? : abap bdc
Performance tuning techniques
How many main windows will be there in a page window?
What are base tables of an aggregate object?
Difference between Read and Get cursor?
can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list
What is runtime analysis?
how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.