SAP ABAP Message Class E0 Message Number 289 (Attempt to read file & from the end (see long text!))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-ALE (Application Component) ALE Integration Technology
     SED (Package) IDoc Interface (Processing, Administration, Definition)
Attribute
Message class E0  
Short Description SAP EDI messages    
Message Number 289  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20130531   
Message Text
Attempt to read file & from the end (see long text!)
Help Document

Diagnosis

A line number is entered in table EDFI2 for file , from which the system should read this file. The file however contains only the same number or even fewer lines as the number entered, so that the system attempts to read lines behind the file end.

Table EDFI2 contains lines which contain errors during processing. The line number indicates the position of the last IDoc in the file that was successfully processed, so that you can reset processing from here. If the EDFI2 entry refers to the file end, then the error probably occurred during inbound processing of the last IDoc from the file.

It is possible for static file names that the previous system has already overwritten the particular file with a new similar name, so that still no single IDoc from this new file is saved in the SAP system, let alone then processed. The EDFI2 entry does not therefore refer at all to the current file.

System Response

Inbound processing is cancelled. The file has not been deleted. The delete indicator has not been set for the EDFI2 entry.

Procedure

You must check if all file data has already been imported. If this is the case, you must delete the file in the operating system and and EDFI2 entry. If the data has not yet been imported, then you must only delete the EDFI2 entry, but not the file.

To delete the EDFI2 entry choose IDoc -> Display status -> File and the detail display of the file. You will see that the delete indicator is set. Choose Delete entry.

Restart inbound processing of file , for example with the report program RSEINB00.

History
Last changed on/by 20140121  SAP 
SAP Release Created in