2006 Apr 04 2:59 PM
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
2006 Apr 04 3:02 PM
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 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
2006 Apr 04 3:02 PM
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.
2006 Apr 04 3:11 PM
Hello,
Use Report : RSWBO040
or
Tcode - SE01 -> Goto -> Objects in Request..
Regards,
Naimesh
2006 Apr 04 3:13 PM
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
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |