Application Development 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: 

Add Selectall/Deselectall option in F110

arpitr
Participant
0 Kudos

Hello Experts,

I want to add select all option in f110 t-code.

Here is path :

F110--->PROPOSAL-->*Enter necessary data and enter *--->Double click on vendor.

Now, multiple docs will be displayed .(Screenshot attached)

Here I want to add select all option.

Please give me suggestion.

If enhancement is necessary , at what place it should be done?

Thank You,

R. Arpit

1 REPLY 1

former_member221827
Active Participant
0 Kudos

Little late on the reply here,

Haven't done a lot of enhancements myself, but the place you'd want to look at is include F1100ALV_GRID, Module init_alv_grid_0112.

you'd need to set gs_layout-sel_mode = 'A' before the call to

     CALL METHOD gc_grid_0112->set_table_for_first_display.