Show TOC Start of Content Area

Background 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.

Syntax

Syntax

IMPORT <-f "fileName"> [-wf "workspaceFolderPath"]

Arguments

 

<-f "fileName">

Name of the file which has the blob contents. Must be a valid blob file that was created with the EXPORT command.

 [-wf "workspaceFolderPath"]

The target workspace folder for the imported workspace. In case the blob file was created by the export mode Relocate workspace (8) or Relocate workspace including snapshots (12) and access to the workspace is required under a different workspace folder, you can specify the new workspace folder for the workspace. The specified workspace folder must exist in the repository.

Description

Imports the contents of a blob into the repository and returns the imported URL. If a workspace was imported, the workspace would be opened for modifications if the export mode is either Relocate workspace (8) or Relocate workspace including snapshots (12).

 

End of Content Area