Skip to Content
2
Feb 09, 2011 at 02:13 PM

Update was terminated: EDI_DOCUMENT_CLOSE_PROCESS_UPD

296 Views

Hi Experts,

We are getting Update was terminated in function module EDI_DOCUMENT_CLOSE_PROCESS_UPD.

I am checking this error through SM13. Below are the details found from sm13.

Function Module: EDI_DOCUMENT_CLOSE_PROCESS_UPD

Status: Update was terminated

Report: LEDI1FU1

Row: 39

Error Deatails: E0-57(EDI: Error during database insert/update in table EDIDC).

below is the code in include LEDI1FU1

-


Line 33: * update control record

Line 34: UPDATE EDIDC FROM CONTROL.

Line 35: IF SY-SUBRC NE 0.

Line 36: MESSAGE A057 RAISING FAILURE_IN_DB_WRITE.

Line 37: ENDIF.

Line 38 * insert status records

Line 39: INSERT EDIDS FROM TABLE INT_EDIDS.

-


We are getting this error every day.

Please help me.

Thanks in Advance,

Vinod