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 step-loop? Explain all the steps?
Fallback class
How to create a link between modified form and modified print program?
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
What is the different between abap and ooabap? Why do we use ooabap?
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
What is the role of ‘refresh’ in internal table?
How do you move on to the next screen in interactive reporting?
Explain the different types of mode (run code) in call transaction method?
What are the different function modules used in sapscript?
How do you delete duplicate records from internal table?
Can you delete data element, which is being used by table fields?
What is update task
What are the types of the software component being deployed in the sap?
How do you Export a session ?