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: 

when we release transport

Former Member
0 Kudos

Hello,

I have searched on forum already. But could not get ans.

If main program & includes programs are in different package and if we created transport to main program.

So,when we release the transport both program will gets transported to other server?

How to see weather packages are linked together or not?

Thanks

1 ACCEPTED SOLUTION

nkr1shna
Contributor
0 Kudos

Hi Rita,

In SAP two packages are independent objects and there exists no relations between them. If you have created main program in one object and include program in another package.

There exists relation between main program and include program, this is only at object level and NOT at package level.

If you have included main program in transport request, include program will not be added automatically. You need to add into transport request to avoid possible ABAP dump due to non-availability of include program in target system. (If you already have include program, ABAP dump might not arise).

Conclusion here is realtionship are maintained only at object level not at package level. Please try to include all dependent objects in one transport request as much as possible.

Best Regards,

Krishna

4 REPLIES 4

amit_khare
Active Contributor
0 Kudos

If Includes are attach to that transport request then only. Other wise sending only Main Program will fail the request if the includes are not already present in the target system.

Former Member
0 Kudos

Hi,

Both will be transported, if you want to check, if you have access of other system, chk in that particular system (which system you want to transported), wether are objected are trapnsported or not in SE80)

Regs

Srinivas

Former Member
0 Kudos

Hi

Its always better to have the main program,All its includes and any other dependancies like any structures declared,Text elements in the same transport.

If you move the transport with the main,Includes are not moved.

If tranport is not yet moved,

You can delete the entries in other transport and add all the dependancies in one transport.

If have moved the transport,

We can include the moved the transport in the new transport and also add missing dependancies

nkr1shna
Contributor
0 Kudos

Hi Rita,

In SAP two packages are independent objects and there exists no relations between them. If you have created main program in one object and include program in another package.

There exists relation between main program and include program, this is only at object level and NOT at package level.

If you have included main program in transport request, include program will not be added automatically. You need to add into transport request to avoid possible ABAP dump due to non-availability of include program in target system. (If you already have include program, ABAP dump might not arise).

Conclusion here is realtionship are maintained only at object level not at package level. Please try to include all dependent objects in one transport request as much as possible.

Best Regards,

Krishna