728x90
[DUMP 내용]
Category ABAP programming error
Runtime Errors DBSQL_DUPLICATE_KEY_ERROR
Except. CX_SY_OPEN_SQL_DB
ABAP Program
Application Component Not assigned
Date and Time 2022.12.29 14:36:27 (UTC+9)
Short Text
Open SQL array insert produces duplicate records in the database.
어떤 문제가 발생했습니까?
Error in the ABAP application program.
The current ABAP program "" had to be terminated because it found a
statement that could not be executed.
[DUMP 해결방법]
insert 할 때 ACCEPTING DUPLICATE KEYS 붙인다.
INSERT DB FROM TABLE @itab ACCEPTING DUPLICATE KEYS.
728x90
'Ⅰ. ERP > 6. 에러해결' 카테고리의 다른 글
[에러해결] error when generating selection screen 1000 of report in sap (0) | 2023.08.22 |
---|---|
[SAP DUMP] SAPSQL_IN_ITAB_ILLEGAL_OPTION 2022.12.22 14:43:47 (0) | 2022.12.22 |
[SAP ABAP] MODIFY DB .. FROM TABLE ITAB 에서 같은 이름명 쓰면 안됨 (0) | 2022.12.14 |
[SAP ABAP] LOOP itab1 .. MODIFY itab2. ENDLOOP. 안됨 (0) | 2022.12.14 |
[SAP ERROR] 스크립트 기록 및 재생 및 마이그레이션 setting 자동화 (0) | 2022.10.06 |