How do you generate interactive lists in ALV?
Answer / 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 |
what are userexits?? how to use it?? whats the importance of them?? can it be used in interactive reporting to directly come to basic list??
HOW TO DIFFERENT CALL TRANSACTION ON THE BASIS OF DOUBLE CLICKING ON DIFFERENT FIELD.
what is the difference between rfc and function module
What are the difference between tables and structures? : abap data dictionary
what is meant by filtration in alv? how to do it?
1 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
What are the time related infotypes? : abap hr
What is the relation between Badi and Bapi ?
What are the uses of the information in the data dictionary? : abap data dictionary
Explain the Inportance of pa40? : abap hr
what is field string ? & where we are using field strings?
What is the difference between interfaces and abstract class
CAN U TELL ME ATTRIBUTES OF BOTH DOMAIN AND DATAELEMNT SCREEN?