cancel
Showing results for 
Search instead for 
Did you mean: 

external transport

former_member201054
Contributor
0 Kudos

Manually need to transport a file into ECC 6.0

In which location do I need the place the file

steps please

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Manually need to transport a file into ECC 6.0

>

> In which location do I need the place the file

>

> steps please

Hi Daniel,

You should copy files from "/usr/sap/trans/data/R<request_number>.<SID>" and "/usr/sap/trans/cofiles/K<request_number>.<SID>". Then, paste these files to the destination system, under same directories, with the correct perrmissions and owner (for example <sid>adm). Then you can import it by using STMS or executing commands below;

under sidadm user;

cd /usr/sap/trans/bin
tp addtobuffer <SID>K<request_number> <SID> pf=<transport_profile>
tp import <SID>K<request_number> SMT client<sap_client_number> u128 pf=<transport_profile>

It will overwrite your objects, on the system, with the same name in your request. If you want to keep your existing objects, you can use "u12" instead of "u128" flag.

Find the sample, below;

tp addtobuffer TSTK900223 PRD pf=TPPARAM
tp import TSTK900223 TST client100 u128 pf=TPPARAM

I hope that it is clear

Best regards,

Orkun Gedik

Answers (0)