Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Check Transport Request

Former Member
0 Likes
40,278

Hi Friends,

How to check the req no are in QAL,UAT,PRD from the development server itself.Is there any function module or table to get the information about the transport request.I can get only in development using the tables E070 ,E071.How to get the QAL ,UAT,PRD details. I f someone get knows pls answer me.

Thanks,

Deesanth

1 ACCEPTED SOLUTION
Read only

vinod_vemuru2
Active Contributor
0 Likes
16,341

Hi Deesanth,

One way could be open ur TR on SE01/SE09. Place the cursor on TR and press LOGS button in tool bar. Now expand the + sign(Import steps not specific to system) of the corrosponding system. it will display the log(success/error/warnings when u transported) for this transport wrt to higher system.If it is not transported yet to that system then u can't expand that button.

Also u can do remote comparision to check the changes went or not.

Thanks,

Vinod.

9 REPLIES 9
Read only

GauthamV
Active Contributor
0 Likes
16,341

hi,

try to check using STMS transaction.

Read only

Former Member
0 Likes
16,341

Hi,

I need to know the table in which the req no are stored that are transported to QAL,UAT,PRD. so that i can extrat the details and diaplay in a report.or if possible any function module to get also possible.

Thanks,

Deesanth,

Read only

Former Member
0 Likes
16,341

Hello,

The same transport request will be transported to QA ,and from QA to PROD respectively.And its not possible to track transports from QA to PROD from DEV.But we can do

where transported and when and where by..

2. Goto se09

3. Goto that request number

4. RIGHT-CLICK and chooose 'Transport Logs'

5. It will show all the steps,

as well as, where-where it has been

transported.

Read only

geetha_k
Active Participant
0 Likes
16,341

Hi,

Check this transaction code STMS.there u can see all i mean development and quality and productions servers and request Nos..

Read only

vinod_vemuru2
Active Contributor
0 Likes
16,342

Hi Deesanth,

One way could be open ur TR on SE01/SE09. Place the cursor on TR and press LOGS button in tool bar. Now expand the + sign(Import steps not specific to system) of the corrosponding system. it will display the log(success/error/warnings when u transported) for this transport wrt to higher system.If it is not transported yet to that system then u can't expand that button.

Also u can do remote comparision to check the changes went or not.

Thanks,

Vinod.

Read only

0 Likes
16,341

Hi Vinod,

Cna you explain me how to do remote comparision to check the changes went or not.If possible pls send me the code too.

Thanks,

Deesanth.

Read only

0 Likes
16,341

hi,

u can do remote comparison from se38 itself.

open ur program - goto utilities -version managment.

Read only

0 Likes
16,341

in version management click remote comparision and give target sys as prd.u can check both.

reward all hlpful answers.

Read only

0 Likes
16,341

HI Deesanth,

U have to do this for each object which is included in ur TR.

eg: in ur TR u have one main program, 3 includes then open each object in SE38->Utilities->Version management. Now check the TR where u made the changes(Probably the one exist on top), Press remote comparision button in tool bar. Now in Zile system give ur target system(test/production etc) name and press enter. Now select the latest TR in target system and press remote comparision button. If ur chages has been transported then u will get text No chnages found in version. If not then it will display both ur development and quality/production codes beside. Here u can compare the codes.

remember u have to do this for each onjetc in ur TR.

I think for scripts we can't do this.

Hope this will be helpfull.

Thanks,

Vinod.