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

simple qa-- column in table

Former Member
0 Likes
395

I created a table with column zdate char 10 , now i need to change it to sy-datum how i can do it.

the table has data with 30,000 rows...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
359

The likelihood is that you won't able to save the data as it will be corrupted.

The first thing you need to do is change the data type in your table then run transaction SE14 for the table. Make sure though that that flag 'Save Data' is selected before executing the transaction.

Cheers,

Neil.

1 REPLY 1
Read only

Former Member
0 Likes
360

The likelihood is that you won't able to save the data as it will be corrupted.

The first thing you need to do is change the data type in your table then run transaction SE14 for the table. Make sure though that that flag 'Save Data' is selected before executing the transaction.

Cheers,

Neil.