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

ztable going dump

Former Member
0 Likes
711

hi all,

here is my problem . I have ztable with some 1000 records. According to new requirement i changed the domain of a field String to dec. then went se14 adjust & activate.. now table was going dump.

plz give me suggestions where i am went wrong.

Regards

Raju Mummidi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
678

Hi,

you need to delete the data from the tablle as the changes field holds the char data and now you have converted to dec. so Char and dec are non compatiable...

select the Delete Data radio button and adjust the table.

6 REPLIES 6
Read only

Former Member
0 Likes
678

Hi,

This problem might have occured due to relationship of that table with other tables.

Just check foreign key relationship with other table.

Thanks

Read only

Former Member
0 Likes
679

Hi,

you need to delete the data from the tablle as the changes field holds the char data and now you have converted to dec. so Char and dec are non compatiable...

select the Delete Data radio button and adjust the table.

Read only

tarangini_katta
Active Contributor
0 Likes
678

´Hi,

I agree with avinash.It will be the best idea as i know.

Thanks,

Read only

Former Member
0 Likes
678

Hi Raju,

First of all, activate the Domain and the data element. Then activate the table.

You are not required to delete any data, as the string could contain any form of data such as packed decimal or integer. When you modify the data type of the domain, it will just change the type, but there won't be any kind of checking with the data you created.

Please check and reply in case of dump again.

Regards,

-Syed.

Read only

learnsap
Active Participant
0 Likes
678

Hi Raju,

Give the dump analysis details, may be based on that we can suggest the solution.

Regards,

Ramesh

Read only

Former Member
0 Likes
678

Hi Raju,

First of all, activate the Domain and the data element. Then activate the table.

You are not required to delete any data, as the string could contain any form of data such as packed decimal or integer. When you modify the data type of the domain, it will just change the type, but there won't be any kind of checking with the data you created.

you need to delete your maintenance generator that you have created priviously and generate new maintenance generator.

Hope it will solve the problem of dump.

Please check and reply in case of dump again.

Regards,

Arun kayal