Application Development 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: 

In which database table we can find the Transport request for programs?

Former Member
0 Kudos

Hi i have set of programs , for them i have to find the transport request , please guide me in this

thanks in advance

9 REPLIES 9

abapdeveloper20
Contributor
0 Kudos

Hi,

Refer tcode SE03 or look at table E071 table...

reward if useful

Lakshmiraj,A

Former Member
0 Kudos

Check out E071 TABLE

abapdeveloper20
Contributor
0 Kudos

E070 Change & Transport System: Header of Requests/Tasks

E070A Change & Transport System: Attributes of a Request

E070C CTS: Source/Target Client of Requests/Tasks

E070CREATE Change & Transport System: Creation Date of Request

E070DEP Change & Transport System: Dependencies of Requests

E070L CTS: Index for Assigning Numbers to Requests/Tasks

E070M CTS: Target Development Class/Layer for Requests

E070N UNIX/SAP User Connection

E070P Path under which a C correction is created

E070TC Help Table for E070 for Client-Specific Imports

E070USE Use of Current Requests by Users

E071 Change & Transport System: Object Entries of Requests/Tasks

E071C Change & Transport System: Client-Specific Lock Flag

E071E Lang. Transport: Positive List for Generic Object Selection

E071K Change & Transport System: Key Entries of Requests/Tasks

E071KF Change & Transport System: Nametab Information on Key Fields

E071KFINI Change & Transport System: Nametab Information on Key Fields

E071L Language Transport: Transport Information

E07T Change & Transport System: Short Texts for Requests/Tasks

Former Member
0 Kudos

u can check E070 and E071 tables for list of transports and details.

Former Member
0 Kudos

hi,

Check the table E071k.

Reward if helpful,

Iyswarya

Former Member
0 Kudos

Hi Sitaram,

If you happend to be one of those who forgot the transport request number of your abap program.

You can easily find it via the Versions Management.

Steps :-

Transaction SE38

Filled in your ABAP program name.

Then click Utilities -> Versions -> Version Management

SAP system will display this sample list :-

Versions: Report source ZPROGRAM

Version Cat Fla SAP Rel. Arch Request Date Time Author

Version(s) in the development database:

X activ X 46X 01.08.9999 15:21:56 SAP

Version(s) in the version database:

X 00002 46X ABCD123456 01.08.9999 15:52:43 SAP

X 00001 S X 46X 00.00.0000 00:00:00

Kindly Reward Points If You Found The Reply Helpful,

Cheers,

Chaitanya.

Former Member
0 Kudos

Hi,

Please check E071 Tables

Fields

TRKORR

OBJECT

OBJ_NAME

if its useful reward points

Former Member
0 Kudos

Hi,

For program only no table is maintained.

U can find it from

SE38>Program Name>Utilities-->Versions -->Version Management

regards

Sandipan

Former Member
0 Kudos

View V_E071 is very helpful as it contains the objects list and their owner.