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

Clarification needed on Value table

Former Member
0 Likes
639

Hi,

If we maintain fixed values for a domain, and if use related data element to a Table field...

what is the actual functionality of this value table?

it provides only F4 input help?? or It enforces condition in such a way like the field should have values only from the value table while creating records for that table?

Regards,

Pra

6 REPLIES 6
Read only

Former Member
0 Likes
613

Hi,

Only if you have a check table..Then it checks whether the record exists in the check table..This will work only when giving input in a custom transaction..

But if you directly use INSERT statement...Then you can enter any values other than the check table..

Thanks,

Naren

Read only

0 Likes
613

Narendran,

I'm asking about Value table, not about check table. I wud like to know the behaviour of value table..exactly?

if we maintain values at domain values, whether it enforces condition to allow only values which are maintained for that domain??

i wud like to input entries through screen , not with insert

Pra.

Read only

0 Likes
613

it will alllow values which u are maintained in the domain i.e either fixed values or value table entries?

please do the validations check when u are entring data into perticular fields.

regards

Prabhu

Read only

0 Likes
613

Hi praneet,

1. wud like to know the behaviour of value table.

Value table will not come into picture. (bcos we are not using foreign key )

2. if we maintain values at domain values

a) It will help in F4 .

b) But, it won't enforce only those values for entry purpose,

(bcos foreign key is not maintained)

regards,

amit m.

Read only

Former Member
0 Likes
613

HI Praneet,

Value table never validates the table entries , It just provide the F4 help , But when an create an check table using value table then it validates the data entered.

Fixed valuse in the Domain also validates the data entered into that particular field

Regards,

Shafi

Read only

0 Likes
613

Shafi,

Did u mean that if we maintain value table or fixed values, the validation part comes into picture

only when we create check table ( foreign key) based on value table then only validation part comes into picture and it validates against the existing enties in value table,...

Is that right? Provide ur inputs if i am wrong...

PRa