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


Please Help Members By Posting Answers For Below Questions

Differentiate screen painter from menu painter.

557


Name the function module used to convert logical file names to physical file names in abap/4 programs?

584


What is For-period and In-period

1725


wat is the default file name of BAPI trace?

1811


What are smart forms?

582






What is the meaning of table buffer? This buffer is used by which type oftable?

761


What is the different between template and a table?

599


What are the two ways of producing a list within a transaction?

608


i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?

1712


What’s value table?

581


Why do we use abstract class

1017


HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)

3280


How will you insert record in a sorted table

862


What is an authorization in sap?

601


What are the update types possible?

597