‎2018 Nov 27 4:36 PM
Hi,
I need to create 8 text boxes above the alv which can be modified like the image below:

I've already used a subscreen and put some parameters in it and it did not work.
That's how it should look like:

Thanks in advance for your help.
‎2018 Nov 28 12:37 AM
what is your issue? this is typical screen and i can create it within 5 min. perhaps you should look into demo BCALV_GRIDS_ON_TABSTRIPS to find out what you are missing.
‎2018 Nov 27 5:52 PM
Hi,
Why don't you create a button in the application toolbar or alv toolbar and then call a modal dialog box to enter your editable values, once entered you can refresh the alv with the new values. This will achieve the functionality that you need.
Thanks,
Piyush
‎2018 Nov 27 8:10 PM
I thought like this but sap consultans don't want to do it this way, otherwise it could have been to easy
‎2018 Nov 27 10:03 PM
hate to suggest this - but then probably module pool with table control 🙂
‎2018 Nov 28 12:37 AM
what is your issue? this is typical screen and i can create it within 5 min. perhaps you should look into demo BCALV_GRIDS_ON_TABSTRIPS to find out what you are missing.
‎2018 Nov 28 6:20 AM
That's not the grid my problem, I need to create those boxes above the grid do you know how I should do it ?
‎2018 Nov 28 7:24 AM
are you talking about this:

then those boxes you talking is input field, its already there in screen painter. drag & drop to create it.
‎2018 Nov 28 7:52 AM
Hi Former Member,
as quynh.doanmanh suggested, define your output screen 0100 (for example), in it, put your input fields and, under them, design the container (in a tabstrip or plain container).
In the PBO of the screen, when create your ALV, link it to the container you designed.
Work done.
‎2018 Nov 28 8:58 AM
Thank you man, You've helped me as always.
Have a good work .