2009 Feb 18 7:23 AM
hi all..
my requirement is that on user entering the t-code an ALV should appear that will show all the entries of some z table.
after that the user will put some filteration criteria(thro parameter or sumthing) to shorten this ALV list..
bue the prob is how to let user give this filteration criteria once the ALV list is displayed??
plz help thanx in advance...
SUMIT NENE
2009 Feb 18 7:40 AM
Hi Sumit,
U can have a button in ALV Menu thru which u can have the screen for filteration criteria.
Hope it helps,
Thanx.
hi all..
my requirement is that on user entering the t-code an ALV should appear that will show all the entries of some z table.
after that the user will put some filteration criteria(thro parameter or sumthing) to shorten this ALV list..
bue the prob is how to let user give this filteration criteria once the ALV list is displayed??
plz help thanx in advance...
SUMIT NENE
2009 Feb 18 7:40 AM
Hi Sumit,
U can have a button in ALV Menu thru which u can have the screen for filteration criteria.
Hope it helps,
Thanx.
2009 Feb 18 7:56 AM
Hi,
You need to use SET PF-STATUS before the list is displayed , you can copy the a gui status from an existing ALV report from the package SLIS using the menu painter SE41. Once copied to your program, simply pass the same gui status to SET PF-STATUS statement.
regards,
Advait
2009 Feb 19 7:14 AM
Hi Sumit,
For that create a button on the screen, by creating a PF Status.
And in the PBO of the screen
SET PF-STATUS <pf status>
In PAI of the screen.
when that button is clicked i.e. when ok_code = <button>
refresh the internal table on the basis of selection criteria.
Regards,
Palak
2009 Apr 14 11:07 AM
there is an inbuilt button for filteration.
it got copied when I copied the PF status from a standard program.
Thanks all.
SUMIT NENE
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |