2013 Sep 10 10:53 AM
Hi Guru's,
I am working on OOPS ALV ..
I want to add select-options in oops alv ..I see many threads in sdn..but in any example I did not found this..
Will any body please help me..
Thanks in advance
Santhosh.v
2013 Sep 10 7:23 PM
Can you explain what we should understand of your requirement : add a select-option in the data of ALV GRID is not possible, do you want to display the initial selection in the top_of_page of the report?
If yes just get the selection-screen data with FM RS_REFRESH_FROM_SELECTOPTIONS and build lines of text from those values that you append to top_of_page in a FORM/Method triggered by the TOP_OF_PAGE event.
Regards,
Raymond
2013 Sep 10 7:23 PM
Can you explain what we should understand of your requirement : add a select-option in the data of ALV GRID is not possible, do you want to display the initial selection in the top_of_page of the report?
If yes just get the selection-screen data with FM RS_REFRESH_FROM_SELECTOPTIONS and build lines of text from those values that you append to top_of_page in a FORM/Method triggered by the TOP_OF_PAGE event.
Regards,
Raymond
2013 Sep 11 2:36 AM
Hi Raymond,
Thanks for your reply..I want to add selection-options of normal alv report selection screen..in oops alv.
Is it possible ..if it is possible please guide me..
Thanks,
Santhosh.V
2013 Sep 11 3:42 PM
As I wrote use EVENT or FORM TOP_OF_PAGE to add some lines built from RS_REFRESH_FROM_SELECTOPTIONS. Use search tool to find wiki/blog like Top of Page in ALV(OOPS) in code gallery.
Regards,
Raymond