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

Problem in transporting FM

Former Member
0 Likes
1,226

Hi,

I am working on FM which is having a package of ZABAP for the PRD Server ,problem is the object error is called Object R3TR FUGR ZGROUP_FOR_555 already exported,package cannot be changed.

i am not able export the new FM bcoz of it.

Plzzz provide me guidelines fpr solving this problem.

5 REPLIES 5
Read only

Former Member
0 Likes
820

Hello

Why dont you try taking it as:

LIMU FUNC FM where FM is ur function module name.

Since the function group already exists in the PRD server no need to move the full froup again.

You will need to take the

Thanks

Shivika

Read only

Former Member
0 Likes
820

Hi ,

Make some cosmic changes to your Function Module and save it in another transport request.

This new transport request should not released.

Now you can transport the function module .

Regards

Pinaki

Read only

0 Likes
820

hi,

can we change the Function Group package although its request has been created.

plzzzz provide me guidleines for solivng this problem.

Read only

0 Likes
820

Hi Ricx,

Go to Function pool of the function group i.e., the main program of the function pool which will be stored with the naming convention SAPL<function group name>.

Now go to

GOTO ---> Object Directory Entry

You will get a popup.

Here you can change the package assigned to the Function group by going to edit mode option.

Now save it.

Your problem will be resolved,

Thanks&Regards

Pinaki

Read only

0 Likes
820

Hi,

goto se37, menu GOTO->Function Group->Change , enter function group name, you will get a pop up screen with your function group name, double click on the function group,

it will take to the program, there from menu goto->object directory entry, it will show the package where you can change the package name and create new request for that function group