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: 

Anything other than buttons on ALV Grid toolbar?

Former Member
0 Kudos

Does anyone know if anything other than buttons can be placed on a ALV Grid toolbar, eg. a piece of text or an input field? The filter button for data selection may be too cumbersome/slow for a call centre operator; I want to have a display field with a dropdown identifying a data field and an input field to accept a value on which to select.

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

may be you can do some thing like this..instead of having a input field on the toolbar. have an input field above the ALV grid(this is applicable only when you are using Object Oriented ALV).


 __________________________________
| input field : ________________   |
|__________________________________|


 __________________________________
| ALV GRID OUTPUT                  |
|__________________________________|

you can have a button along with input field also. enter the value in it, and press enter . in the enter handling fetch all the data. and display in the ALV grid.

in the screen fiest create input field, and button, then place the custom control. on the custom control you place the grid.

1 REPLY 1

former_member188685
Active Contributor
0 Kudos

may be you can do some thing like this..instead of having a input field on the toolbar. have an input field above the ALV grid(this is applicable only when you are using Object Oriented ALV).


 __________________________________
| input field : ________________   |
|__________________________________|


 __________________________________
| ALV GRID OUTPUT                  |
|__________________________________|

you can have a button along with input field also. enter the value in it, and press enter . in the enter handling fetch all the data. and display in the ALV grid.

in the screen fiest create input field, and button, then place the custom control. on the custom control you place the grid.