tp calls internally the command R3trans which does the real work. Normally, there is not much need in using R3trans directly. The typical use is copying data between clients where the SAP client copy does not work. Cases are big tables and variants for reports.
R3trans has a couple of options that are useful, even if you do not want to copy some data. The syntax of R3trans is:
R3trans
[options
] [control file
]
Valid options are:
-u
concatenate options.unconditional mode
-v
verbose-w
writes the log of the import into the filefilename
. Default isfilename
trans.log
.
Return codes
Return code | Description |
---|---|
0 | Everything is ok |
4 | warning, which may be ignored |
8 | problems |
12 | severe problems, maybe the files were unreadable or writeable or problems with the database |
16 | internal errors |
No comments:
Post a Comment