cancel
Showing results for 
Search instead for 
Did you mean: 

How to import a locally saved workbench/customizing request into a ECC

stefan_reichert
Explorer
0 Kudos

Hello Guys,

Long time ago I have exported a workbench and a customizing request from a development system.

Now I have to import these request to a another system (ECC 6.0) but I have no idea how to do so.

Can somebody of you give me a step by step description how to import the requests to the system?

I have 4 files.

K4711.DRF

R4711.DRF

K4712.DRF

R4712.DRF

Thanks for your help.

Stefan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

For each transport there should be one file starting with "K", which should go into directory "/usr/sap/trans/cofiles", and one starting with "R", to be stored in "/usr/sap/trans/data/".

once you're looking at the relevant queue in STMS, choose "Extras->Other Requests->Add". You should the see transport in the F4 list for the request number.

Regards,

Answers (2)

Answers (2)

stefan_reichert
Explorer
0 Kudos

thank you very much.

it worked very properly.

Former Member
0 Kudos

copy these file to

/usr/sap/trans/<sid>/data --- R4711.drf R4712.drf

/usr/sap/trans/<sid>/cofile --- K4711.drf K4712.drf

Copy them to the same location on the target system and then go to STMS -> Extras -> Add -> insert the name of the transport in format <sid>K<transport_number>, this will add the transport to the import queue then just simply import the transport

you can also do it from OS level using tp commands

TP addtobuffer <transportno> SID pf = tranport profile

TP IMPORT <transportno> SID pf = tranport profile

SAP Basis: Transport System Problems and Solutions

http://www.geocities.com/SiliconValley/Grid/4858/sap/Basis/tpprobs_solutions.htm

hope this will help you

cheers

dEE