Application Development 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: 

SE14 - save data option: cleared out few data from table

Former Member
0 Kudos

Hello All,

Just trying to understand if SE14 can cause clearing out only few fields when it was run depending on changes made in table ??

I have added secondary index in a table & new field in between two existing fields. (no chagnes in primary keys). After creation of secondary index, it's recommanded to run SE14 - "Activate & Adjust database - using Save Data opiton". So I ran that.

But after running this we found that data from field newly added onwards was cleared out. Accroding to my knowledge it should not happend when SAVE data option is used in SE14.

Anybody else faced similar issue ? or knows what can possibly cause this ?

neo

1 ACCEPTED SOLUTION

Former Member
0 Kudos

SE14 - "Activate & Adjust database - using Save Data opiton".

Its required when you change the type of your existing field. I think in your case(adding new fields) its not at all required. May be you have changed something else also. Even i tried same thing no. of time and every time no data loss. 

6 REPLIES 6

hiriyappa_myageri
Participant
0 Kudos

This message was moderated.

Former Member
0 Kudos

SE14 - "Activate & Adjust database - using Save Data opiton".

Its required when you change the type of your existing field. I think in your case(adding new fields) its not at all required. May be you have changed something else also. Even i tried same thing no. of time and every time no data loss. 

Former Member
0 Kudos

are you saving data through some transaction? If it is custom transaction, may be you should check your code, if you have appended those fields.

Regards,

KS

0 Kudos

This message was moderated.

matt
Active Contributor
0 Kudos

No. SE14, adjust table saving data, will not result in loss of records. If you're sure that's what has happened you should report it to SAP via the support channels as a serious software issue.

Former Member
0 Kudos

thanks you all for your replies.

we are in process of removing options which could have cleared data, so we can narrow down the list & identify actual process which caused this.

I think I'm going to put se14 out of that list.