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

What are the types of data types in the sap abap?

476


What is the difference between tables and structures?

623


Can you delete a domain, which is being used by data elements? : abap data dictionary

811


What are Table control and tab strip control in dialog programming ?

5242


What are authorization objects and what statement is used to perform an authorization check in an abap program?

561






Explain what is step-loop? Explain all the steps?

706


Explain the different types of view?

602


What are the functional areas? User groups?

598


What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?

592


What are the different types of work process?

588


If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?

561


How can we access the correction and transport system? : abap data dictionary

584


What is the company code? : sap abap hr

576


Difference between BDC vs Direct Loads?

659


did u done enhancement framework?how u implemented?

5037