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

domain value range

Former Member
0 Likes
1,618

hi

i am changing the table field domain value range. after changing i am getting the warning msg like below. if i ignore it and transport odes it affect anyways.

and also does anyone tell me when we transport only the structure get transported or even the values get transported?

<b>The key length, i.e. the sum of the field lengths of all the key fields of the table,

is more than 120 bytes.

Note the following restricted fuctionality for this table:

- Table contents cannot be transported by specifying key values, at

best by specifying generic key values with a maximum length of 120

bytes.

- The table may not be used as the base table of a lock object.</b>

5 REPLIES 5
Read only

Former Member
0 Likes
936

it might be that u have changed the field length of a field...So, the data will get affected due to this change...If this is the first time ur exporting to other system no problem, the table can be moved easily, but if already exists then the data in other system will get affected....So, first download the data from other system, then move table and check whether data exists & correct it accordingly...

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
936

Hi Vahi,

I would suggest to run the database Utility once to adjust the data.

Also for the first time no data will be transported .

Hope this helps.

Read only

Former Member
0 Likes
936

Hi

If I understood correctly, you have chaged the a domian's value range, which is already in use in a table. SAP will automatically gives a warning msg in these cases.

If you transport this the domain with new value range will be transported.

Best is do a where use list for the domain/data element and do a activation for all those affected palce, all these should be saved in the request in order to avoid any mismatch.

Hope solved your porblem

Read only

Former Member
0 Likes
936

Hi,

Using se14 u may have to activate and adjustdatabase for those affected tables . U will find option activate and adjustdatabase once u will go inside Se14 .

If helpful pl reward.

Cheers.

Read only

Former Member
0 Likes
936

Hi ,

Instead of changing the domain value range ,

create a Z Domain group say copy it from the existing one and increase the range .

This will reflect on the field name in the Ztable . Do activate and adjust database from SE14 on the table .

Remember that the new range of values will be overlapped to the existing version in the target system .

for this what u have to do is for the existing domain field where used list see the tables in which it is to be used .

and then if its not causing any inconsistencies u can transport or else the dependent tables which are referring to the domain group have to be modified .

regards,

Vijay