Application Development and Automation 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: 
Read only

Transport Request Issue

Former Member
0 Likes
1,046

Hi Guys!!

I have one issue Related to Transport Request,

AS i am having one function Group, within the Function Group two function module is there,First one is crated by me the second one is some one created.As per the client Requirement only i need to transport my object only(the Second TR is saved over my Transport Request).How can be do that without second TR in Staging system.

Note: Already that funcion Group have ten function modules in Staging system just we are developing two more function module within that,should go one to the staging system.

Regards

Richard.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
990

Hi,

If both you and that person newly created the FMS in a same Function group.

You need ask the other person to take back up of his/her FM and delete that FM.

Then you release your request and transport your request

and then he/she can again revert back or create the FM again.

else.

you can very well transport your changes by removing his/her object(FM) from the TP. Once you released and transported your request, you can ask that person to save and activate the FM.It will ask for a new request. Your job done.

7 REPLIES 7
Read only

Former Member
0 Likes
990

Hi,

From what I understood from your post is that you need to transfer one function module which belongs to a function group which has two FMs. You have to create new function group and assign the required function module to that function group. You will need to change name of that FM.

Hope this helps.

Regards,

Abhijeet

Read only

Former Member
0 Likes
991

Hi,

If both you and that person newly created the FMS in a same Function group.

You need ask the other person to take back up of his/her FM and delete that FM.

Then you release your request and transport your request

and then he/she can again revert back or create the FM again.

else.

you can very well transport your changes by removing his/her object(FM) from the TP. Once you released and transported your request, you can ask that person to save and activate the FM.It will ask for a new request. Your job done.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
990

Hello Richard,

As i understand it. Both of you are trying to create two function modules(say, FM1 & FM2) in the same function group(say, FGr). So you'll be having 2 different tasks(T1 & T2) in the same TR.

Now you want to transport only one FM(FM1) & not the other(Fm2). So you have to delete func. module FM2 from task T2, then delete T2 from the transport.

Once this is done release the transport request to your staging system. Once the TR has been released, reassign FM2 to a new TR.

Hope i am clear.

BR,

Suhas

Read only

Former Member
0 Likes
990

Hi Suhas,

If we are just deleting the object from the task alone will not help.Because as it is a new FM, there will be an include created in the function group. So If Richard del the FM object from the task and try to transport the request means, it will end up in an error.

I hope you understand. Please correct me if I am wrong

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
990

Bingo ... My Bad !!!

Read only

vinod_vemuru2
Active Contributor
0 Likes
990

Hi,

If not a bad option, take a code backup of second FM, delete the FM and move the TR. Then you can recreate later. Commenting the code of second FM and move it is also other option.

If the second FM can be included in a new function group, that would be the best option.

Thanks,

Vinod.

Read only

JoffyJohn
Active Contributor
0 Likes
990

For the time being, comment the second function module from the function group include, then transport the function group and ur function module( if the other function module is in your request delete that object from your request). Later after transport, retrieive and old code and save the other function module and the function group in the a new request for later transport if required.