‎2013 Mar 19 11:41 AM
Hi all,
I have created a database table with one check table for primary key field.
when i add entries to the database table through table entries , first it checks for the values in check table.
then it add records correspondingly.
but when i tried to add entries through code program (se38) , it doesnot check for the values in the check table and duplicate entries are added in the primary key field.
As i am beginner of abap kindly help on this.
cheers,
dinesh
‎2013 Mar 19 11:48 AM
‎2013 Mar 19 11:53 AM
Hi
so using code there is no possibility of validation through check table which is already created ?
‎2013 Mar 19 11:56 AM
‎2013 Mar 19 12:01 PM
thank u.then if i give different validation condition that does not match the validation condition of check table wil it not affect the database table ?
‎2013 Mar 19 12:05 PM
If your validation doesn't match, then you may end up with duplicate records, and other rubbish. Of course is must match.
‎2013 Mar 19 12:08 PM