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

Former Member
0 Likes
1,005

what information does a domain consist of?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
974

hi latha,

a domain consists of

1) data type

2) output lenght

3)number of charecter

4)decimal places

this domain means technical properties of the table

madhukar.

what information does a domain consist of?

6 REPLIES 6
Read only

Former Member
0 Likes
974

Hello,

A domain describes the technical attributes of a field, such as the data

type or the number of positions in a field. The domain defines primarily

a value range describing the valid data values for the fields referring

to this domain.

Different technical fields of the same type can be combined in a domain.

Fields referring to the same domain are changed at the same time when a

domain is changed. This ensures the consistency of these fields.

If useful reward.

Vasanth

Read only

Former Member
0 Likes
974

Domain Contains : Data type and Length ..

also it has fixed values i mean value table

Reward Points if it is helpful.

Thanks

Seshu

Read only

Former Member
0 Likes
974

Domain contains the Technical attributes of the field.

It consistes of the data element information.

It gives the check table,value table informtion.

Check table information is one which gives u foreign key relationship information.

Value table gives u all the possible entries for that particular field.

A Domain can one or more data eelments.

We can create our own domains.

Read only

Former Member
0 Likes
974

Hi krishna latha,

Domain is a place where we can define Technical attributes of the field which includes data type, no. of chars, output length, conversion routine, case of the data and value range.

If we create domain we can modify uppercase to lowercase. But its not possible in built-in type.

Difference between domain & built-in type is,

Domain will give list of values.

Once we create domain, we can use for other fields also.

if it is useful reward points.

Thanks

Senthil

Read only

Former Member
0 Likes
974

Domain will consist of the data type and the length of the field.

In detail, it can have fixed values, value ranges and value table as well.

Reward points if helpful

Regards

Read only

Former Member
0 Likes
975

hi latha,

a domain consists of

1) data type

2) output lenght

3)number of charecter

4)decimal places

this domain means technical properties of the table

madhukar.