‎2013 Sep 03 9:32 AM
Hi,
At the ALV display table, there is a column contains numeric data. After press the duplicate row button, the data was copied but wrongly. For example, the numeric field of the row to be duplicated is 1000. After duplication, the field of the new row is 1 which should be 1000. I tried to set break point but failed to capture the duplication.
Best regards,
ts
‎2013 Sep 03 10:00 AM
can you try changing the datatype of the numeric field to type n of the required length?
Eg quant(13) type n.
‎2013 Sep 06 3:56 AM
It didn't work. It is also weird the the content in the field for description are capitalized while the original line is in title format.
Regards,
ts