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: 

Moving object from one transport request to another

Former Member
0 Kudos

Hi Gurus,

Am Having one query that i have been done some changes in the report and saved on one transport reuest number,but one function module which i have beeen used in the program saved in diffrent request and it contains some other objects,now i can i individually move the FM to other transport request number,Give me some ideas.

13 REPLIES 13

former_member404244
Active Contributor
0 Kudos

Hi,

First you need to move the transport which has function module then your program transport request.

Regards,

Nagaraj

former_member214857
Contributor
0 Kudos

Hi

This happened because function modueles are carried out in Workbench requests, and number ranges are carried out in Customizing requests.

It is not possible to mix these 2 types.

Best regards

0 Kudos

Thank u for ur reply but what the thing is i have beeen done some enhanements for sales order in the standard program MV45AFZZ am added two ZProgram as a include on it.....it is in one request number and the function module which am used in the program has been saved in another transport now....i have beeen did the changes on FM also..if i Moved to quality that changes wont work.

Former Member
0 Kudos

Its not possible to merge these two request as one is customizing request. Try to move it one by one.

Regards,

Aravind

0 Kudos

The Program already sended to the quality by releasing the transport request now we want to move the FM to one Request,Because it had been saved in some other Transport number with some objects.

0 Kudos

First you need to understand why the FM is saved in a different request. Did somebody else make changes to it? Are these changes related to other objects inside that other (not yet released) request?

Find out by comparing the active version with the previously released one.

Thomas

0 Kudos

Hi thomas very thanks for your suggestion.

Here the function Module is already saved in one transport that not had been released only the Report is released,now only the FM Has to be moved to one new Transport..?

kiran_k8
Active Contributor
0 Kudos

Dinesh,

If the requests are not yet released then you can delete the object from the TR manually and then add it to the other TR manually or tag by doing a minor change.For ex

TR 1 Objects list

REPORT ZXYZ

TR 2 Objects list

REPORT ZABC

FM ZZASDEF

1.If both the TRs are not released then remove the FM from the TR 2 manually and add it manually in TR 1,provided you know how to add the objects manually.

or

2.If both the TRs are not released then remove the FM from the TR 2 manually.Go to the corresponding objects of the FM do a minor change,save,activate.Now it will ask for a TR,at this time choose OWN REQUEST and select TR1.

Thanks,

K.Kiran.

Former Member
0 Kudos

Very Thanks Kiran,

Here wht the thing is report already released FM is not released but saved in some diffrent transport it contains 2 or more function module in it,Now i wanna to move the particular FM into one New Request.

0 Kudos

Please understand, objects are locked inside requests for a good reason. Before removing the object (your FM) and inserting it into another transport request, you have to make sure that no changes were done to the object that would cause problems when imported into subsequent systems. Speak to the owner of that other transport first.

Thomas

0 Kudos

Hi Dinesh,

Please do as Thomas suggested.. it is not good to delete the FM in the existing transport request unless until you are pretty much sure if it has no effect. By the way when you have done the change to the FM it might have asked you to create a task under that request... then only you should have contacted the person for which the request belongs.

Regards,

Nagaraj

Former Member
0 Kudos

Thank you once again the changes that i have done is on that FM only....that is present in the report.....to reflect the changes in quality and production we want send the FM also.....!

Former Member
0 Kudos

Thank You Gurus My Problem got resolved