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: 

Row seperator in the ALV grid display after the various highest level prod.

Former Member
0 Kudos

Hi,

I have a requirement like user wants a row seperator against the various high level products (Each parent material)in ALV Grid display.We made this change but quantity and pricey fields showing the zero's in the blank line.i know that if we use NO-ZERO

in the ALV field catalog , we can remove the zero's from blank line. But other zerou2019s will remove from rest of the line items. User want's the zero's in other line items, but not in the blank line.

We can convert packed fileds into character format, but this will effect to the summing the quantity, price coumns.

If any body have idea on above mentioned.

Regards,

SK.

1 ACCEPTED SOLUTION

anversha_s
Active Contributor
0 Kudos

Hi Suresh,

There is no short cut for this requirement. You have to do following steps.

1. Change the data type of column to char.

2. Programatically find the totals.

Reagards,

Anversha

2 REPLIES 2

anversha_s
Active Contributor
0 Kudos

Hi Suresh,

There is no short cut for this requirement. You have to do following steps.

1. Change the data type of column to char.

2. Programatically find the totals.

Reagards,

Anversha

Former Member
0 Kudos

Answered.