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

Table contaning link between programs/transport requests/servers

Former Member
0 Likes
698

Hi all,

We are having 3 servers namely development, quality and production.

Once tested in development, transport request of that program is moved to quality and after testing in quality it is moved to

production server.

Is any there table available in sap which has the details of whether a particular program/request is transported to

quality/production or not transported at all.

regards

Geetha

Hi all,

We are having 3 servers namely development, quality and production.

Once tested in development, transport request of that program is moved to quality and after testing in quality it is moved to

production server.

Is any there table available in sap which has the details of whether a particular program/request is transported to

quality/production or not transported at all.

regards

Geetha

4 REPLIES 4
Read only

Former Member
0 Likes
655

check these set of tables..

these holds data about each TR.

you can pass your report name to object name and get the TR number..

E070

E070A

E070C

E070CREATE

E070DEP

E070L

E070M

E070TAG

E070TC

E070USE

E071

E071C

E071E

E071K

E071KF

E071KFINI

E071S

E07T

Read only

Former Member
0 Likes
655

Hi,

Goto version management and do a remote comparision with the quality and production server. There you can know which version is transported and which is not

Regards,

Vikranth

Read only

GauthamV
Active Contributor
0 Likes
655

Use this FM.

TR_LOG_OVERVIEW_REQUEST

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
655

Hi

Try these FM's:

TR_LOG_OVERVIEW_REQUEST

TR_LOG_OVERVIEW_REQUESTS

TR_LOG_OVERVIEW_REQUEST_CHECK

TR_LOG_OVERVIEW_REQUEST_REMOTE

Regards,

Sreeram

Edited by: Sreeram Kumar Madisetty on Sep 17, 2009 12:40 PM