Application Development 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: 

How to add all the necessary object of a self-develop program into transport requests

former_member189009
Active Participant
0 Kudos
600

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

9 REPLIES 9

abo
Active Contributor
506

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.

Sandra_Rossi
Active Contributor
506

There are lots of answers in the Web for custom tools and standard tools, but I think the most relevant one is:

How to prevent transport related errors (e.g. RC8, Downgrades) and improve the Software Deployment P... (2022)

0 Kudos
506

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.

0 Kudos
506

Do you have this list of objects stored somewhere already?

0 Kudos
506

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!

506

You can create a transport request with a list of object names by using the function module BAPI_CTREQUEST_CREATE.

former_member189009
Active Participant
0 Kudos
506

Dear Andrea,

Thanks for your help. Do you have any example or blogs to introduce these tools ?

abo
Active Contributor
0 Kudos
506

There might be some blog posts about it but the official documentation is in the project site.

egor_malov
Contributor
506

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