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

syntax error in table

Former Member
0 Likes
486

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 table

Anyone pls advise me

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
414

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

2 REPLIES 2
Read only

Former Member
0 Likes
414

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***************&

Read only

Former Member
0 Likes
415

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