2022 Nov 08 6:15 AM
Dear Friends,
We now have these requirement, we need to package some programs into a transport requests to transport from a S4 system into another S4 system. We wonder whether there is some tool can help us to add all the necessary object (including all the include programs, self-develop function, class, tcode, Z-table, text object and etc) of a program into TR, so when we transport this TR into another S4 system will not miss any object to lead some abap dump.
We konw SAP-LINK, but we don't want to use this for some reason, is there any other standard tool or self-develop tool can work on this, please help us, Thanks!
Sincerely
Kevin
2022 Nov 08 7:34 AM
SAPLink is long since obsolete and has been replaced by abapGit.
Other than that, maybe you could use standard transport requests by copying the two files from one system to the other. First part (adding to CR) is as usual, ask your Basis team if you need help with the second.
2022 Nov 08 8:08 AM
There are lots of answers in the Web for custom tools and standard tools, but I think the most relevant one is:
2022 Nov 08 9:17 AM
Thanks for your help. I had check the blogs you provide. It is very helpful, I will try that tcode to check the TR we using whether is not missing some object. But before we check, we need to import object into a blank TR, which we want to have a tool to help us to import all object into TR as far as possible.
2022 Nov 08 2:19 PM
2022 Nov 09 2:56 AM
We have a list of these program, but they are in different package, and different TR, which we can not load TRs into the new TR. We can only import these program object into TR one by one.Thanks!
2022 Nov 09 8:27 AM
You can create a transport request with a list of object names by using the function module BAPI_CTREQUEST_CREATE.
2022 Nov 08 9:27 AM
Dear Andrea,
Thanks for your help. Do you have any example or blogs to introduce these tools ?
2022 Nov 08 12:20 PM
There might be some blog posts about it but the official documentation is in the project site.
2022 Nov 09 10:29 AM
Hi,
It might be useful to run 'Environment analysis' for your programs in SE38 - it lists all the development objects used in the code.
https://answers.sap.com/questions/7563297/environmental-analysis-se38.html