Skip to Content
0
Former Member
Jun 11, 2009 at 04:24 PM

Dump error - currency translation task in BCS (SAPSQL_ARRAY_INSERT_DUPREC)

42 Views

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