Hi Experts,
I am getting a run time error while running the transaction cic0.
I am trying to create a return complaint in PCH. When I create for the first time the system throw a run time error message, but when I try to create for the second or third or fourth time with the same details , the system saves the document.
The run time error I am getting is as follows:
SAPSQL_ARRAY_INSERT_DUPREC.
This error is coming in the FM CRM_DOC_FLOW_UPDATE_DU in the line:
INSERT crmd_brelvonai FROM TABLE it_insert_item_attr.
When I debugged,I found out that while saving the return complaint, in the table CRMD_BRELVONAI the data is not getting inserted as the data already exists with the same keys (RELATIONID and POSNO).
I would like to know when this table CRMD_BRELVONAI is getting updated.
Points will be rewarded.
Thanks & Regards,
Soumya.