Hi All,
I am getting dump error SAPSQL_ARRAY_INSERT_DUPREC while executing currency translation task in SEM - BCS for only some of consolidation units.
The below syntax is from dump.
INSERT (l_facttab) FROM TABLE g_t_u.
c_lines = sy-dbcnt.
Check requid if no inconsistency is happened********************
CALL FUNCTION 'RSM_INFOCUBE_WRITE_CHECK'
EXPORTING
i_infocube = 'YBCS_C10'
i_rnsid = i_req_sid
EXCEPTIONS
write_not_allowed = 1
OTHERS = 2.
shortdump if write is not allowed in the current state *********
If no entry in the table RSMDATASTATE ===> no abort *********
IF sy-subrc = 1.
MESSAGE x299(brain)
WITH sy-repid i_req_sid.
ENDIF.
ENDFORM. "WRITE_ICFACT
Please help me out to resolve this issue.
Thanks,
Harry