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
572

what is the purpose of assigning value table to a domain and how can we assign it.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
546

Hi,

In domain level u can specify value range ,fixed value.

but when u can enter value in table it will maintain according to data element.

Rewards points if it is useful

4 REPLIES 4
Read only

Former Member
0 Likes
547

Hi,

In domain level u can specify value range ,fixed value.

but when u can enter value in table it will maintain according to data element.

Rewards points if it is useful

Read only

Former Member
0 Likes
546

Hi

domain specifies the type of variable, it is global u can use it in any table.

insted u dont want to use u can even use built in type which is also speicifies type of variable but it is local to that table varaible itself.

for ex if u have a variable of char(3) which u want to use many times instead of declaring many times the type u can create domain and use it wherever u want .

Regards

sandhya

Read only

Former Member
0 Likes
546

HI,

value table : when you define a domain, you already know that all fields that use the domain will need to be checked against a particular table. You can store this information in the domain definition by specifying a value table.

in extract it holds the possible values in a table.

Thanks,CSR.

PS:Please reward IF helpful

Read only

Former Member
0 Likes
546

Hi sandeep,

IF your question is answered Please reward and close the thread.

Next time u will get the better answers if u reward.

Thanks,CSR.