Vous êtes sur la page 1sur 5

Getting Started New sletters Store

Hi, Guest Log On Join Us Search the Community

Activity Communications Actions

Brow se

13 Replies Latest reply: Sep 16, 2009 4:30 PM by anuroop 1234

Share 0 Tw eet 0 Like 0

anuroop 1234 Sep 14, 2009 2:03 PM

Transport between clients


This question is Assumed Answered.

Hi Friends,

We have a development system with three client that is


0900
0910
0920

We want the transports to be automotically going from client 0900 to 0920 how can this be setup.

Thanks,
Anup

Helpful Answer by Pradeep Nemade

10008 View s
Average User Rating

(0 ratings)

Sachin Sable Sep 14, 2009 2:23 PM (in response to anuroop 1234)

Re: Transport between clients

Hi,

You have to run this manually using SCC1 t-code.

Thanks,
Shambo

Like (0)

anuroop 1234 Sep 14, 2009 2:59 PM (in response to Sachin Sable)

Re: Transport between clients

Sorry if my question is not clear. I mean to say when a transport request is released from client
900 in dev it should automatically go to client 0920. How can this be setup.
As you know if there are 100 transports can't do each transport request in SCC1 which is very
time consuming almost every day.

Thanks

Like (0)
Pravin Challa Sep 14, 2009 7:32 PM (in response to anuroop 1234)

Re: Transport between clients

Please the following post


Automatic transport between DEV clients ?

Pravin

Like (0)

Pravin Challa Sep 14, 2009 8:03 PM (in response to Pravin Challa)

Re: Transport between clients

Another Doc for Automating transports

https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c098e4be-baa5-2a10-fc88-
aa2c83aa0ec6&overridelayout=true

Pravin

Like (0)

mohit gupta Sep 15, 2009 7:24 AM (in response to anuroop 1234)

Re: Transport between clients

Hi ,

The scenario which you are talking about here is known as client specific transport
configuration in SAP.First prerequisite for this setting is to activate CTC parameter value to 1
in your transport profile.

After changing this value you need to define clients in transport route.Once you define
clients in transport & adjust your settings by distribute in domain then whatever request you
release it will go to all clients which you mentioned in transport route.

Hope this will help to resolve your query.

Thanks..
Mohit

Like (0)

anuroop 1234 Sep 15, 2009 2:11 PM (in response to mohit gupta)

Re: Transport between clients

Hi

The CTC parameter is already in 1. I have done as you said but the transport is not
automatically going to the another client in dev.
I just wanted to check with you regd steps in defining clients in transport route.

Thanks.
anup

Like (0)

Pradeep Nemade Sep 15, 2009 2:27 PM (in response to anuroop 1234)

Helpful Answer Re: Transport between clients

Hi,

This is easy .
You can just write a simple script at the Operating system level in order to import transport request in
different client within the same system.

We also have the same type of setup wherein we a configuration client and 2 unit test client , the
transport go seperately in individual clients and as required.

As you might be aware there is buffer directory - /usr/sap/trans/bin , just pick up the tp number from
that buffer directory ansd transport it.
I have attached a sample extract from our file which I have written.

for i in `cat $/QAT|grep "/"|awk '{print $1}'|awk -F/ '{print $3}'`


do
cd /usr/sap/trans/bin
echo $i
/sapmnt/<sid>/exe/tp addtobuffer $i <sid> pf=./TPPARAM u1

/sapmnt/<sid>/exe/tp import $i <sid> client200 pf=./TPPARAM u1

/sapmnt/<sid>/exe/tp import $i <sid> client230 pf=./TPPARAM u1

.
.
.
.

/sapmnt/<sid>/exe/tp delfrombuffer $i QAT pf=./TPPARAM


-

Regards,
Yogesh Nemade

Edited by: Pradeep Nemade on Sep 15, 2009 2:26 PM

Like (0)

anuroop 1234 Sep 15, 2009 4:32 PM (in response to Pradeep Nemade)

Re: Transport between clients

Our client doesn't want to implement Script. IS there anyway i can configure without a script
please.

Thanks.

Like (0)

anuroop 1234 Sep 15, 2009 6:43 PM (in response to anuroop 1234)

Re: Transport between clients

I have done as per the below link

http://www.sap-img.com/basis/transport-request-within-same-server-different-clients.htm

When i done a test by creating a transport in SE09 it shows only one client 900 it doesn't
show that it is being imported to another client 920

When i do the distribute and active it shows that is not completely distributed and gives the
following message

>System TTD has transport routes, but no standard layer for it


Message no. 0T128
>Diagnosis
The system TTD is the starting point for the consolidation routes. No transportable
transport layer or default transport layer has been assigned to this system or to a client of
this system. New packages and Customizing settings are recorded in local requests.
System Response
This is a warning.
Procedure
Check and if necessary, correct the default transport layer(s) for the system TTD.

Any suggestions.
thanks

Like (0)

Brian Walker Sep 15, 2009 9:10 PM (in response to anuroop 1234)

Re: Transport between clients

I believe what you want to do is to automatically import any released requests into the
other development clients? If so, simply bring up transaction STMS_IMPORT, click the
big truck to import all queued transport requests into all clients, and then on the date
tab, change the radio button from immediate to "at start time", set the first run date and
time, and then select a period from the dropdown (usually 15 minutes, which is the
smallestm as developers are terribly impatient).

If you do that, you'll now have all released requests imported into the other
development clients every 15 minutes.

We do this in our development system as we have 1 client for config and ABAP
programming and another client for integration testing. Normally people do use SCC1
to push the change into the integration test client, but if they forget then the above
procedure insures that the development integration test client remains in sync when
the transports are released.

Brian

Like (0)

Nitin Salunkhe Sep 16, 2009 6:57 AM (in response to anuroop 1234)

Re: Transport between clients

Hi,

You can scheduled transport job which will atuomatically import.


go to stms_import click on truck and scheduled job for repated frequency as per your
requirement
this job import all request which are there in the queue therefore please do not keep
transported request in the queue again

Regards,
Nitin Salunkhe

Like (0)

Pravin Challa Sep 16, 2009 7:50 AM (in response to Nitin Salunkhe)

Re: Transport between clients

Are you using Extended Transport Control - way to set up the Transport Route so
that the route is system and CLIENT specific.
If you release a change request in DEV Client 0xx it will not only automatically be
added to the Import Queue for QAS but will be also be added to 0x1, 0x2 of DEV.

Did you create a Target Group before creating the transport route.

Name for the target group /XX_XXX/ (The name must begin and end with a forward
slash /)
Include the clients that will get an addition to their import queue when we release a
change request from DEV.

Did you create a Transport Route with Extented Transport Control:


Each System must be specified by System and Client. The Target Group can be
used for the consolidation system.

Setup of the automatic transport/import job

Double click on the SID -Click on Import all Requests truck -Select At Start Time -
Enter a time and date -Press F4 and select the period the job has to run

Pravin
Like (0)

anuroop 1234 Sep 16, 2009 4:30 PM (in response to Pravin Challa)

Re: Transport between clients

At last i am able to resolve the issue after i have explored other systems and
configure accrodingly.

Thanks friends.

Like (0)

Share 0 Tw eet 0 Like 0

Site Index Contact Us SAP Help Portal


Follow SCN
Privacy Terms of Use Legal Disclosure Copyright

Vous aimerez peut-être aussi