Show TOC Entering content frame

Function documentation IMPORT / IMP Locate the document in its SAP Library structure

Use

Imports a file created by the export command into a repository. The file created by the export command contains a binary representation of the exported object. The import command reads this representation and creates the same object in the repository where the import is done.

Prerequisites

You are in the command line editor.

Example

Importing an Export File of an Activity or Propagation List

To import the c:\temp\a1export file created by exporting an activity named a1, execute:

import -f c:\temp\a1export

Executed line:

import -f c:\NAME04inactPL

System response: imported "/prop/NAME04"

Leaving content frame