cancel
Showing results for 
Search instead for 
Did you mean: 

Command for Transport request

Former Member
0 Kudos

Dear All,

What is the command on OS level for transporting request of SAP.

what are the others command which can be used at OS level for SAP activities apart from BRTOOLS.

If you have any link please mail me.

Please guide.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

following command are used to import request.

tp addtobuffer <request>.<sid> If a change request is not in the buffer then this command is used to add it to the buffer, before the import step starts.

tp import <change request> <sid>: To import a single request from the source system to target system.

you need to provide the profile path with -pf = <profile_path> at end of command

The following options are available for the R3trans program:

R3trans -d : This command is used to check the database connection .

R3trans -u <int>: Unconditional mode can be used as we have seen in the above example.

R3trans -v : This is used for verbose mode. It writes additional details to the log file

R3trans -i <file>: This command directly imports data from data file without a control file.

R3trans -l <file>: This provides output of a table of contents to the log file.

R3trans -n : This option provides a brief information about new features of R3trans.

regards,

kaushal