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 |
which of the command flushes the database buffer? a) $free b) $tab.
Can we call one program(not include) from another program?
2 Answers Altrion Technologies,
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
Does SAP handle multiple currencies? Multiple languages?
Do you know how to create secondary index?
What is the use of message command in a report? What are the different message types?
What are the program names for logical database PNP and PNPCE
What is the sap abap?
In MPP,i have to create a input/output Button when i click ther i have to move some other transaction How?
How to print continuous pages in smartform?my requirement is i need to print 3 pages for each customer i.e 2 pages for purchase order forms and 3rd page is terms and condition page.Likewise how can i print 100 customer pages at once continuously?
What are the 3 types of function modules in sap?
what is message type?