‎2007 Apr 15 5:02 AM
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
‎2007 Apr 15 5:38 AM
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
‎2007 Apr 15 6:44 AM
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.
‎2007 Apr 15 9:12 AM
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
‎2007 Apr 16 7:07 AM
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.
‎2007 Apr 16 5:20 AM
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
‎2007 Apr 16 8:53 AM
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