Application Development 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: 

Check table entry does not exist

Former Member
0 Kudos

I have a a header table and corresponding item table

key fields of my header table are

name domain

contract_no vbeln

kunnr kunnr

key fields of item table are

name domain

contract_no vbeln

kunnr kunnr

posnr posnr

Here i have made the fields contract_no , kunnr of header as foreign key to the item table. I have created the header table entries and then the corresponding entries in the item table .

Now my problem here is I have a screen element I/O element which refers to the item table contract no... when i do an f4 on the screen field , select the existing record and press f8 then a system error is shown saying the check table entry doesnt exist in the header table

Could any one of you please tell me what the problem is??

Regards,

Aruna

4 REPLIES 4

former_member555112
Active Contributor
0 Kudos

Hi,

Does your VBELN field in header have any foreign key associated with it?

Regards,

Ankur Parab

0 Kudos

check what check tables u have maintained in ut table..

Former Member
0 Kudos

Hi Aruna Kumari,

Probably you need to check for the foreign key relationship with the VBELN field,since foreign key relationships need to be handled carefully.You need to see for those relationships and go about with your problem.

Thanks and Regards

Srikanth.P

Former Member
0 Kudos

Hi,

I guess you had not maintained foreign key relationship in your table. Just maintain that your issue will be solved.

Thanks&Regards,

Pavan.