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: 

Insert -> dump

Former Member
0 Kudos

Hi abapers,

I create 3 ztables. ZPRD-ID is check table for ZITM-PRDID.

I create a program to insert records into ZPRD, but when i try to use insert statement, a dump error appear, a SQL error accessing the table ZPRD.

When i delete the link in the field ZITM-PRDID the insert works.

1 REPLY 1

former_member194669
Active Contributor
0 Kudos

Hi,

Please make sure that ZITM-PRDID is in ZPRD-ID. if the PRDID is not in ZPRD then first insert the value in ZPRD and then go for ZITM update.