2008 May 05 12:51 PM
Hi,
I have created an ALV report in which 5 radio buttons are there for different sort options in selection-screen.Now, I want to remove those radio buttons and keep only one layout field for user selection.The report should display report for appropriate sort options(selected in layout field through F4 help).How to do this?
Thanks,
Lakshmanan
Hi,
I have created an ALV report in which 5 radio buttons are there for different sort options in selection-screen.Now, I want to remove those radio buttons and keep only one layout field for user selection.The report should display report for appropriate sort options(selected in layout field through F4 help).How to do this?
Thanks,
Lakshmanan
2008 May 05 12:54 PM
Hi,
Fill the SORTCAT table conditionally.
if layout = 1.
perform fill_sortcat1.
elseif layout = 2.
perform fill_sortcat2.
...
endif.
regards,
lavanya
2008 May 05 12:58 PM
Hi,
Create different layouts with different columns sorting. And provide the selection for layout selection in the selection screen.
Thanks,
Sriram Ponna.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |