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

ALV list question

Former Member
0 Likes
465

Hi all,

Is it possible to show a seperator(a yellow line) when a key field changes even though I don't need the subtotal of any summation fields in the ALV list report. I am using Reuse_alv_list_display FM.

I appreciate your help. Thanks

Anu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
445

Hi,

Use the Sort internal table IT_SORT of the ALV function module..

Add the rows for the key fields in the IT_SORT internal table.

And in the field slis_sortinfo_alv-group give the value as 'UL'. It will have a under line for the change of the key field..

Thanks,

Naren

Hi all,

Is it possible to show a seperator(a yellow line) when a key field changes even though I don't need the subtotal of any summation fields in the ALV list report. I am using Reuse_alv_list_display FM.

I appreciate your help. Thanks

Anu

2 REPLIES 2
Read only

Former Member
0 Likes
446

Hi,

Use the Sort internal table IT_SORT of the ALV function module..

Add the rows for the key fields in the IT_SORT internal table.

And in the field slis_sortinfo_alv-group give the value as 'UL'. It will have a under line for the change of the key field..

Thanks,

Naren

Read only

0 Likes
445

Very Nice. Thank you. Points awarded.