Start of Content Area

 Syntax documentation R3trans Calls   Locate the document in its SAP Library structure

R3trans is called with the following command:

      UNIX

fork()

      IBM System i

spawn()

      Windows

CreateProcess()

The global parameter file determines which R3transis used for each SAP System. If parameter r3transpath is incorrectly specified, no exports or imports can be performed. The implemented default value r3transpath = R3trans or for Windows r3transpath = R3trans.exe is adequate.

The complete path must be specified for IBM System i. It is a symbolic link pointing to the program R3transdb4 in the SAP kernel library, for example, R346COPT, which must be installed locally. The value must be /usr/sap/$(SYSTEM)/SYS/exe/run/R3trans.

For more information, see Parameter TRANSDIR.

 

 

End of Content Area