‎2008 Jun 23 7:15 AM
Hi
I have created table Z1YCHSTATUS_D.
when i activate this table i got syntax error.
Errorr is
Check table Z1YCHSTATUS_D is also foreign key tableAnyone pls advise me
‎2008 Jun 23 7:21 AM
You might have given the foreign key relationship with the same table Z1YCHSTATUS_D itself.
The table itself was specified as check table. Only those values which already exist in the table are therefore possible. For this reason no values could be entered in the table.
Delete the foreign key to the field or remove the flag for the key field.
Regards
Kannaaiah
‎2008 Jun 23 7:20 AM
Hi Kumar,
Check table always contain one record corresponding to the key.
Where are the Foreign key is related to the check table .
&**************Reward Point if helpful***************&
‎2008 Jun 23 7:21 AM
You might have given the foreign key relationship with the same table Z1YCHSTATUS_D itself.
The table itself was specified as check table. Only those values which already exist in the table are therefore possible. For this reason no values could be entered in the table.
Delete the foreign key to the field or remove the flag for the key field.
Regards
Kannaaiah