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

gopi_narendra
Active Contributor
0 Kudos

Just change the name of the program and create a request for the main program and release it.

In order to assign the main prog to the DevClass / Package

GOTO --> Object Entry Directory --> clk on Change button and give the DevClass / Pakcage

now create a request and save it.

Now go to SE09 and release the request for the main program.

You need not again include the INCLUDE Programs in the new request now. Because the INCLUDE Programs are already sent to the Prodcution, so just send the main program only now. So it does not cause any dependancy issue.

But its always suggested that create the request in such a way that all the objects related to that Main program are always in one single request. Thsi does not cause any dependancy issue.

Hope you got it.

Regards

Gopi

3 REPLIES 3

Former Member
0 Kudos

create the new program with the right name with the same 4 includes and put it in a transport along with the includes.

delete the program with the wrong name with the includes which will then ask you for a transport. now the delete is in this transport.

get both the above transports to production and you should be fine.

Former Member
0 Kudos

Hi Line,

Just change the development class of the program from $TMP to the package you want by going into the attributes of the program. Then it will ask for TR . Move this TR to production.

Regards,

Atish

gopi_narendra
Active Contributor
0 Kudos

Just change the name of the program and create a request for the main program and release it.

In order to assign the main prog to the DevClass / Package

GOTO --> Object Entry Directory --> clk on Change button and give the DevClass / Pakcage

now create a request and save it.

Now go to SE09 and release the request for the main program.

You need not again include the INCLUDE Programs in the new request now. Because the INCLUDE Programs are already sent to the Prodcution, so just send the main program only now. So it does not cause any dependancy issue.

But its always suggested that create the request in such a way that all the objects related to that Main program are always in one single request. Thsi does not cause any dependancy issue.

Hope you got it.

Regards

Gopi