2008 Nov 22 7:32 AM
Hi everyone;
I cant solved the problem ; problem is
Insert ınto Dbtab values dbtab_structure. " sy-subrc eq 4 and record unwritten in the database.
Insert Dbtab from table dbtab_table. " raize SAPSQL_ARRAY_INSERT_DUPREC
CX_SY_OPEN_SQL_DB error.
I think this problem primary indexes but I cant solve.
this dbtab customize , and how am I ınsert this manual.
thanks helps and regards.
İrfan
2008 Nov 22 7:34 AM
Hi,
You cannot insert duplicate records having the same primary key.....
However you can get rid of short dump by writing the statement insert ..............accepting duplicate.......
2008 Nov 22 7:34 AM
Hi,
You cannot insert duplicate records having the same primary key.....
However you can get rid of short dump by writing the statement insert ..............accepting duplicate.......
2008 Nov 22 7:39 AM
thanks ,
I use accepthing duplicates key statement but erorr occurred. How Am I write same index in dbtab.
2008 Nov 22 7:42 AM
By pressing F1 on INSERT you will get all information for Sy-subrc values.