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

Changing the output In ALV

Former Member
0 Kudos
186

Hi,

i got one requirement.

the out list is check boxes in first column.

<b>then After selecting the check boxes ,the qty of those selected rows should be sum and display the summed qty in the top of page.</b>

Please help on this .

this is udjent.

Thanks,Hakeem

2 REPLIES 2
Read only

Former Member
0 Kudos
160

Hi,

Modify the contents in the internal table based on the selected values and use

call method grid4->refresh_table_display.

Read only

Former Member
0 Kudos
160

Hi Hakeem

Please check the other trhead which you posted for a similar problem.

either you can assign a fucntion code or create a separate button which the user should click for resfreshing the display.The first one requires event hanlders whereas the second one is normal dialogue programming of PBO and PAI where you tanssfer content from ALV grid table to internal table for your processing.

Either ways you need to create a method/perform to add up the total and display.

ALV grid by default adds up all the records for a particular column.

Cheers

Kareem