cancel
Showing results for 
Search instead for 
Did you mean: 

Import request automatic in version ECC 6.0

Former Member
0 Kudos

Hi,

Now we are planning to do automatic transport from dev to qas. what is the meaning of automatic transport? How can i set this in my landscape.

STMS route is dev-qas-prd .Please give me your valuable ideas.

My Operational System is Unix and database DB2.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hai,

The best way to automate transports is to write UNIX scripts and schedule them using crontabs.

This will help to import requests to specified clients whenever you release a request in DEV system.

Doing automatic import into QAS is acceptable. For importing into PROD systems it is better you do it since some request can be critical to business and should be done after office hours.

Regards,

Yoganand.V

Former Member
0 Kudos

Hi

There are 2 ways to do this. ..

1) create a workflow, which will trigger 'tp import" when ever a TR is released from the source system. May be your abap team can help you, regarding this.

2) write a script at unix, which will execute 'tp import all' , at a regular interval of time, may be every 2hrs or so. Execute this script, using 'crontab'.

hope this infom will help you.

with regards,

Raj