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

CL_SALV_TABLE set_decimals

Former Member
0 Likes
3,143

I have a column that displays CLABS which is QUAN 13 decimals 3. I want to display it in the report with no decimals.

   gr_columns = gr_table->get_columns( ).
gr_column->set_decimals( '0' ).

But this is not working. How do I use this method?

I have a column that displays CLABS which is QUAN 13 decimals 3. I want to display it in the report with no decimals.

   gr_columns = gr_table->get_columns( ).
gr_column->set_decimals( '0' ).

But this is not working. How do I use this method?

1 REPLY 1
Read only

Former Member
0 Likes
1,381

Data type cannot be CLABS Quan 13 decimals 3. It must be an i.