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: 

Horizontal line in ALV for spool request?

zhlish
Explorer
0 Kudos
313

Hi,

I was creating a layout for a request spool with alv grid using fm 'REUSE_ALV_GRID_DISPLAY'.

The output is like that, just added an empty row every time the MATNR changes as separator from each other.

Now, instead of this empty row, it is possible to add horizontal line as separator in this kind of grid layout?

Like

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos
247

AFAIK no (*)

But you could replace class CL_SALV_TABLE with CL_SALV_HIERSEQ_TABLE or similar class.

(*) Actually you could (example for cl_gui_alv_grid) replace the character field values in a subtotal line with dots or underscore characters handling event after_refresh, reading and changing subtotals with method get_subtotals and force a re-display of ALV with method refresh_table_display, preventing an infinite loop of course with some flag.

0 Kudos
247

Hi raymond.giuseppi,

does it will works even if some of my fields are numeric?