Application Development and Automation 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: 
Read only

Dump during Contract Item Create using BAPI_CONTRACT_CHANGE

Former Member
0 Likes
775

Hi Expert!,

I'm Creating an Item for a contract using BAPI_CONTRACT_CHANGE, but getting Dump while system going to update in table A016. the error is due the duplicate entries in the update_tab in program rv13a016.please find the detail error

" If you use an ABAP/4 Open SQL array insert to insert a record in

the database and that record already exists with the same key,

this results in a termination."

"SAPSQL_ARRAY_INSERT_DUPREC" "CX_SY_OPEN_SQL_DB"

"RV13A016" or "RV13A016"

"DB_UPDATE".

my Question is why the syestm creates two entries with the same primary keys to update A016.IS this the problem of parameters that we are passing to the BAPI or standard? I did losts of R&D(permutation & Combination) on the parametrs but did not find any thing.

2 REPLIES 2
Read only

Former Member
0 Likes
545

Hi,

please check sap note 1090044

Regards,

Klaus

Read only

0 Likes
545

Hi, Klaus.

I applied the note to our ECC 6.0 system, but still we are unable to save the RFQ because the runtime error still persists.

Any other notes to apply or solutions out there?

Thanks.

Rey