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

I need to create 8 text boxes in the field above the alv

Former Member
0 Likes
1,276

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.

1 ACCEPTED SOLUTION
Read only

DoanManhQuynh
Active Contributor
1,206

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.

8 REPLIES 8
Read only

former_member593648
Active Participant
0 Likes
1,206

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

Read only

0 Likes
1,206

I thought like this but sap consultans don't want to do it this way, otherwise it could have been to easy

Read only

0 Likes
1,206

hate to suggest this - but then probably module pool with table control 🙂

Read only

DoanManhQuynh
Active Contributor
1,207

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.

Read only

0 Likes
1,206

That's not the grid my problem, I need to create those boxes above the grid do you know how I should do it ?

Read only

0 Likes
1,206

are you talking about this:

then those boxes you talking is input field, its already there in screen painter. drag & drop to create it.

Read only

0 Likes
1,206

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.

Read only

0 Likes
1,206

Thank you man, You've helped me as always.

Have a good work .