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 ).