Show TOC

Function documentationParameter for Determining Files and Directories to Be Copied (Optional) Locate this document in the navigation structure

 

The files to be copied are transferred using the optional list:<List-Datei> parameter.

A list file is a text file with a list of diles and/or directories that the sapcpe program is to copy. If a directory is specifed, then all files from this directory are also copied. If a file that does not exist is specfied, then it is ignored. Links (on UNIX) are copied but not followed.

If you do not include a list file then the following default list files can be used.

Name

Function

instance.lst

List of database-independent executables. These executables are valid for all database systems with which the SAP system runs.

instancedb.lst

List of database-dependent executables. These executables are valid only with a particular database system.

tools.lst

All executables anbd files that do not belong in instancedb.lst or instance.lst.

inhouse.lst

All local executables and files which should not be replaced by SAPCPE during a copy run.

dbclient.lst

List of executables and files that belong to the database client.

igsexe.lst

List of executables and files that belong to the Internet Graphics Server (IGS).

sapcrypto.lst

List of files that belong to SAP Cryptographic Software.

The format for list files is as follows: <filename> { { { local_copy(default) | softlink } [ check_exist ] } | loc_cpy_if_exists }

Example Example

UNIX:

SAPCPE source:/usr/sap/ABC/SYS/exe/run/

target:/usr/sap/ABC/exe/run/

list:/usr/sap/ABC/SYS/my_executables.txt

Windows:

SAPCPE source:C:\usr\sap\ABC\SYS\exe\run\

target:C:\usr\sap\ABC\exe\run\

list:C:\usr\sap\ABC\SYS\my_executables.txt

End of the example.