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

Transport data

former_member445996
Participant
0 Likes
639

Hi All,

I need to write a report that will list all the transports that were created for a specific object, e.g, if I have a Z program and I need to list all the transport that were created to modify this program, how will I do that? What tables store that data. I have looked at E07* tables to find this could not achieve what I wanted.

Any ideas, siggestions?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
606

Hi aurang,

1. you already have the answer.

2. E071 is the table.

3. In this, search for OBJ_NAME = your z program name.

4. suppose your program name is ZQMR_BAPI_TESTING

then the table will contain :

<b>DEVK913279 2 R3TR PROG ZQMR_BAPI_TESTING 3 </b>

regards,

amit m.

Hi aurang,

1. you already have the answer.

2. E071 is the table.

3. In this, search for OBJ_NAME = your z program name.

4. suppose your program name is ZQMR_BAPI_TESTING

then the table will contain :

<b>DEVK913279 2 R3TR PROG ZQMR_BAPI_TESTING 3 </b>

regards,

amit m.

3 REPLIES 3
Read only

Former Member
0 Likes
607

Hi aurang,

1. you already have the answer.

2. E071 is the table.

3. In this, search for OBJ_NAME = your z program name.

4. suppose your program name is ZQMR_BAPI_TESTING

then the table will contain :

<b>DEVK913279 2 R3TR PROG ZQMR_BAPI_TESTING 3 </b>

regards,

amit m.

Read only

naimesh_patel
Active Contributor
0 Likes
606

Hello,

Use Report : RSWBO040

or

Tcode - SE01 -> Goto -> Objects in Request..

Regards,

Naimesh

Read only

Former Member
0 Likes
606

Hi Aurang,

Just make a select on the E071 table passing the program name(OBJ_NAME) in the where condition.

Alternatively, you can see all the transport requests that are related to that object by going into se38 editor, Utilities->Versions_>Version Management.

It looks like a report in itself.

REgards,

Ravi