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

spandana_babu
Participant
0 Likes
480

hi experts

i have doubt while creating the domain

wt is the 'value table' in the 'value range' tab while creating the domain.

how can i give the table name in value table, how it works,wt is functionality of value table here

plz answer me with details asap

thanks& regards

Anand

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
444

Hi anand

if u are maintaing value table for domain

suppose if u have created a table with indain states with data,

now create a domain and specify the value table as earlier u have created,

now assign this domain to u r fields and define these fields in selection screen

if u press F4 on the field it will display list of states,

value range is nothing but u have to specify the possible values in the value range .

and for both of cases u have to enter the existing value only in the table and value range

Reward points for helpful answers,

kiran.M

3 REPLIES 3
Read only

Former Member
0 Likes
444

Hi,

Value range means we will give possible values at Domain level.

We will have Value tabe also at Domail level.

when we give possible values at Domain level it will restrict to those values to that particular field.

check the below link

Regards

Read only

Former Member
0 Likes
445

Hi anand

if u are maintaing value table for domain

suppose if u have created a table with indain states with data,

now create a domain and specify the value table as earlier u have created,

now assign this domain to u r fields and define these fields in selection screen

if u press F4 on the field it will display list of states,

value range is nothing but u have to specify the possible values in the value range .

and for both of cases u have to enter the existing value only in the table and value range

Reward points for helpful answers,

kiran.M

Read only

varma_narayana
Active Contributor
0 Likes
444

Hi Anand..

Welcome to SDN ABAP forum

Value Table : is the name of the Table which proposed as CHECK Table while creating a foreign key relation.

For Eg : If u check the Domain MATNR its value table is assigned as MARA.

If u create a Foreign key relation for any field with this domain MATNR the system proposes the VALUE TABLE MARA as CHECK TABLE.

That is the basic advantage with the Value Table in Domain.

Note: Value Table is not meant for restricting the values.

<b>Reward if Helpful</b>