‎2009 Apr 23 3:56 PM
Hello,
i have assigned the search help on a data element level and used in a database table.
when i try to enter data into this screen through screen or maintenance view, how can i validate the data to be in the search help and not any random data?
will the system automatically check that? or do i need to do something??
Thanks
‎2009 Apr 23 4:12 PM
Hi,
Can you please assign the check table which used in search help at database in se11 for that perticular field.
Thnaks,
suma.
‎2009 Apr 23 4:12 PM
Hi,
Can you please assign the check table which used in search help at database in se11 for that perticular field.
Thnaks,
suma.
‎2009 Apr 24 4:36 AM
Hi ,
You need to create foreign key relation .Because search help only suggests the values
but do not validate it.
The table you used for search help , use the same for the FOREIGN KEY relation ship
as a check table.
Regards
Pinaki
‎2009 Apr 24 5:26 AM
Hi,
Click on the field and create a foreign key relationship for that field
a popup window is generated provide the short text, the check table from which u need to validate the values for that field (eg Carrid field -> check table SCARR)
click on Generate Proppsal
if the field is a key field than select key fields/candidates
else if non key fields non-key-fields/candidates
select the cardinality
press om copy.
save and activate the table.
this this provide u the correct values for the particular field.
BUT make sure that the domain name of the fields should be same. (it's the pre-requisite)
thanks
ravi
‎2009 Apr 24 7:07 AM