‎2009 Feb 27 7:40 AM
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
‎2009 Feb 27 7:45 AM
Hi,
If u want to do so
Make Transporter of copy of that request
Regards,
Nishit.
‎2009 Feb 27 7:48 AM
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
‎2009 Feb 27 7:50 AM
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
‎2009 Feb 27 8:17 AM
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
‎2009 Feb 27 8:22 AM
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
‎2009 Feb 27 8:23 AM
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
‎2009 Feb 27 7:50 AM
‎2009 Feb 27 8:08 AM
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
‎2009 Feb 27 8:31 AM
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
‎2009 Feb 27 8:42 AM
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
‎2009 Feb 27 8:45 AM
‎2009 Feb 27 10:44 AM
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
‎2009 Feb 27 12:21 PM
Try with this FM: TR_COPY_COMM or go to se37 and check with TR* function modules....
‎2009 Mar 02 11:22 AM