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: 

Entry does not exists in check table -- Validation

naveen_inuganti2
Active Contributor
0 Kudos

Hi friends..,

I am able to create new entries in my table with INSERT statement through a function module.

But, the problem is..,

I am having one key field in my table, and T1(another table) is check table for this.

So while creating the entries through SE11, its giving error message like ENTRY DOES NOT EXISTS IN CHECK TABLE. But the same entry i am able map through my function module..!

Any extra settings reuired for this..?

Or.,

Am i need to write validation code?

Thanks,

Naveen.I

3 REPLIES 3

Former Member
0 Kudos

Hi,

Check the order of inserting the records into tables.

First insert into Check table and then to other table.

Regards,

Rama.P

0 Kudos

Hi...Rama chary..,

I am having separate function modules to do this..!

So here I can't to update two table at time.

My function module updating a table field with out checking it wrt its check table..!

Even i write code to check table , it will not meet the functionality of SE11 error..!??

so what can i do..?

Thanks,

Naveen.I

0 Kudos

Hi...

Programatically system not will not checks wrt check table, we need to write code for this,

in such areas.

Thanks,

Naveen.I

Edited by: Naveen Inuganti on Sep 22, 2008 5:01 PM