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

OOPS ALV standard duplicate button: wrong data

Former Member
0 Likes
468

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

2 REPLIES 2
Read only

Former Member
0 Likes
392

can you try changing the datatype of the numeric field to type n of the required length?

Eg quant(13) type n.

Read only

0 Likes
392

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