‎2009 May 15 4:23 AM
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.
‎2009 May 15 4:36 AM
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
‎2009 May 15 4:39 AM
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
‎2009 May 15 5:19 AM
hi,
can we change the Function Group package although its request has been created.
plzzzz provide me guidleines for solivng this problem.
‎2009 May 15 6:06 AM
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
‎2009 May 15 6:06 AM
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