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: 

Trasportation problem

Former Member
0 Kudos

Hi friends,

I am working on module pool program. I have four includes in the program. I have completed that object and send to production. According to the basis consultant he asked me to changed the program name accordingly(Before sending to production) to the naming standards and I changed it, but the program is stored in the local object and the includes of the program have request number. The program (Includes) has been send to production.

Now my question is how to send the program which is under development client so that it should be with the appropriate includes in the production.

Regards,

Line

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

A report in local dev. class is not transportable.

I guess you have to change the attribute of your main program instead of the local dev class assign a dev class to the main program that time it will ask for a transport request. Usualy a set of program and its include belong to the same dev. class.

Once attached a dev. class to your main program. Include other include program also in the same TR.

Regards,

A.Singh

5 REPLIES 5

Former Member
0 Kudos

Hello,

A report in local dev. class is not transportable.

I guess you have to change the attribute of your main program instead of the local dev class assign a dev class to the main program that time it will ask for a transport request. Usualy a set of program and its include belong to the same dev. class.

Once attached a dev. class to your main program. Include other include program also in the same TR.

Regards,

A.Singh

0 Kudos

Hi

Can I put the same tranport number to the program which is in the development client. But the request has been tranported to the production.

Regards,

Line

0 Kudos

Hi

Once a transport request is released and transported then that request is no more avaiable , so you have to create a new request at any cost

so create a new request and add all the includes into that and Main program also into it , though some of the programs are already transported

also check if any other dictionary objects are left out like domains, data elements and tables and text elements ect and add into that request and release it and transport it again.

<b>Reward points for useful Answers</b>

Regards

Anji

0 Kudos

my suggestions is create a new request in development box just go and do some dummy changes in all of your includes then save them to the new request . finally see that all your prog and related includes are sitting in new transport req. then transport it again to prod.

This should solve your problem. hopefully..

Former Member
0 Kudos

Hi,

Most simple solution is : Goto to initial screen of ABAP editor SE38. Fill in your program name & click on COPY (Ctrl + F5) button. This will give you an option to specify target program & copy includes, screens, etc. Tick all of them & then it will ask you the package & transport request..

Specify a new request number here & release the transport.. You need not worry about the includes already transported to production..

Regards,

Cmehra