2024 Nov 28 11:07 PM - edited 2024 Nov 28 11:11 PM
Hello,
Currently I use SALV for showing a report with three columns currency values. It works when I execute it normally, but when I execute it in job mode, the currency values are showed without separation of millions in some columns
Scenario 1
Scenario 2
I tried to specify a fixed output length, but it doesn't work when I execute in job mode because it continues to show me the columns with the same output length as the previous image.
I set these values for the currency values columns:
lo_column->set_currency_column( 'WAERS' ). " Column of my structe with the currency
lo_column->set_optimized( abap_false ).
lo_column->set_output_length( 30 ).
2024 Nov 29 8:07 AM
In 'background' mode, check also the print parameters of the job, the ALV will adapt to the expected print width.