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

value table and value range

Former Member
0 Likes
794

which one is better to use, "value table" or "value range".why?

if i have to transport a table to other servers (qa and prod) then which one will be better for use ? plz explain in details. thanks in advance

4 REPLIES 4
Read only

Former Member
0 Likes
654

Hi,

if it is below twenty try to use value range..

if it is from another table and more number of records use value range..

check table DD07T which stores all ranges for domain name..

Prabhudas

Read only

Former Member
0 Likes
654

Hi,

Check this link..

Read only

Former Member
0 Likes
654

if i transport a ztable with a domain where i have used a value range or a value table, then is it possible to change the values specified in the domain (in value table or in value range which ever used) in the quality or production servers ? in that case which will be convinient to use , a value range or a value table ?

plz explain in details. answers will be appreciated.

Read only

0 Likes
654

If the values are static (won't change much) you can use the domain values; otherwise, a check table may be better.

Rob