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

Changing a Value Range in a Domain

Former Member
0 Likes
2,835

I want to remove the values in a value range on a domain that is currently in use in a database table. The table is in production with 1 million records. I want to change an existing domain on this feild to get rid of the range and transport it.

whats the impact on the existing data and table ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,589

Hi J.J,

I have tried your scenario in sandbox. This works fine. As you change the domain just for removing the ranges value without any other modification, you won't even need to adjust the table.

But if you do any other modification to domain like data type or so, then you will be required to adjust the table in SE14 transaction. Now as large number of records are already in production, you can not introduce any other value range, which will mess you database.

Just removing the range values works fine and has no impact on existing data and even on table.

Hope this sort out your issue.

PS: If the answer solves your query, plz close the thread by rewarding points to each reply.

Regards

5 REPLIES 5
Read only

alison_lloyd
Active Participant
0 Likes
1,589

I take it this is a custom table?

As long as the new values are not more restrictive you should be OK but add some entries in development/test and check. If the new entries are more restrictive it will corrupt the table

Read only

Former Member
0 Likes
1,589

It is a custom table and I am removing the value range in its entirety.

Read only

Former Member
0 Likes
1,590

Hi J.J,

I have tried your scenario in sandbox. This works fine. As you change the domain just for removing the ranges value without any other modification, you won't even need to adjust the table.

But if you do any other modification to domain like data type or so, then you will be required to adjust the table in SE14 transaction. Now as large number of records are already in production, you can not introduce any other value range, which will mess you database.

Just removing the range values works fine and has no impact on existing data and even on table.

Hope this sort out your issue.

PS: If the answer solves your query, plz close the thread by rewarding points to each reply.

Regards

Read only

0 Likes
1,589

thanks, this answers my question. I just want to remove it. I am not adding any new values. thx

Read only

hymavathi_oruganti
Active Contributor
0 Likes
1,589

hi,

if u delete the current domain and want to add new, the value range of the new domain wonly will effect to all the records. there is no doubt in it. but while deleting u should be carefull. u go to tcode se14 and adjust database.