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 differences between structure and table in the data dictionary in abap?
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
What are the personnel administration related Infotypes
How do you write transaction programs in sap?
What are the main events of which are used for logical database?
What are the data types of the external layer? : abap data dictionary
How to call a subroutine in sapscript?
What is design pattern? Provide example .Why are we using it?
How would you set the formatting options statically and dynamically within a report?
What are the steps in a bdc session? : abap bdc
What is a data dictionary? : abap data dictionary
Is sap xi intended to replace ale?
What is lock object ? : abap data dictionary
Can we create a gui status in a program from the object browser?
How many types of data classes are there in sap abap? : abap data dictionary