Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adding select-options in oops alv

Former Member
0 Likes
1,000

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

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
656

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

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
657

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

Read only

0 Likes
656

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

Read only

0 Likes
656

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