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 for transport request objects

Former Member
0 Likes
48,417

Hi,

I need to copy the objects present in the transport request(Request/Modified) to any other transport request.

Can any body tell me the table that stores the information regarding transport request.

Pooja

14 REPLIES 14
Read only

Former Member
0 Likes
23,617

Hi,

If u want to do so

Make Transporter of copy of that request

Regards,

Nishit.

Read only

Former Member
23,617

hi,

E070 - Stores transport headers

E071 - The names of the objects of a transport request is stored in table.

E070C - stores information for client specific tarnsports

thanks

Read only

Former Member
0 Likes
23,617

Hi,

y u got such requirement, can u elaborate more on this.

As u cannot copy the objects to another Trans request unless teh request is released.if teh request is released, then you can copy to another request.

regards,

Naveen

Read only

0 Likes
23,617

Yes my requests are released ,then can I copy the objects showed in SE09 to another request.If yes then how?

Do I need to write down the program to do so or SAP provide certain mechanism for doing so.

Pooja

Read only

0 Likes
23,617

HI Pooja

Simply go to SE01 and add the object to the TR.

Or change the object and save, it will ask for a TR then.

Push[praj

Read only

0 Likes
23,617

Hi,

one Approcah can be:-

Go to SE09/Se10

dbl Click the transport request wich contains the Task.

Go to objects Tab.

Create a new request and add these Objects Manually to the New Transport request.

Regards

Sandipan

Read only

Former Member
0 Likes
23,617

Hi Pooja,

what is ur requirement , for doing so.

Read only

naveen_inuganti2
Active Contributor
0 Likes
23,617

For your requirement you can do with menu bar options from the SE09 transaction,

Don't go for suggested table level changes,

Never in SAP system do any SAP table level change, you are invalidating your Service licence agreement in doing so. If any inconsistencies arise in production because of such recklessness then SAP will simply blame you. You can do as many changes in a Z table created by you but never in SAP tables.

Hope you understand what I meant!

--Naveen Inuganti

Read only

Former Member
0 Likes
23,617

U will get the table by double clicking the TR.

Try to copy the object and then it will ask for a new Package and TR

Read only

Former Member
0 Likes
23,617

Hi Pooja ,

After clicking on TR,from the menu bar u can go to display object list...there u can enter new objects which u can similary copy from the another TR.

Thanks

Shrila

Read only

ThomasZloch
Active Contributor
0 Likes
23,617

Check out SE03, "merge object lists".

Thomas

Read only

Former Member
0 Likes
23,617

Hi All,

Thanks for the reply ,but is there any FM that actually retrieves the data from these tables and dispaly on the screen,means there must be FM executing that is reading the data regarding the transport request from various tables and dispalying in the TCODE.

Or tell me the way how to find out the FM name or if anybody knows it then let me know.

Thanks in advance.

Pooja

Read only

0 Likes
23,617

Try with this FM: TR_COPY_COMM or go to se37 and check with TR* function modules....

Read only

Former Member
0 Likes
23,617

thanks to all