Show TOC

File InterfaceLocate this document in the navigation structure

Definition

Exchange of IDocs and status records using operating system files

Structure

Process Flow

The sending system writes a file in the file system. Then it notifies the receiving system though the synchronous RFC,

  • that the file has been transferred,

  • where the file is located (directory) and

  • what the file is called (file name).

This type of notification is referred to as triggering.

For more information, see also

To ensure that no data is lost, the sending system never attaches other data to a file that has already been transferred to the receiving system. The receiving system processes the transferred files completely. It then automatically deletes them from the file system.

Caution

To avoid overwriting files, you should use unique names. The SAP System can, for example, name IDoc files according to client and IDoc number.

The sending and receiving system must have the corresponding access authorizations (read and write authorization).