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

how to change package for function group

Former Member
0 Likes
6,741

Hi experts,

I finished my little project(function module+web service), and test it successfully. Now I want to transfer it to ecq/ecp.

I create a new package to replace the $TMP. When I open "Change Function Group" dialog, I find I can't change the package for it. The package editbox is always grey.

Please help me, and thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,692

Hi Mikenl,

Create the Z Package (Eg ZSD1) first.. Use T-code SE21 to create new Z Package..

Provide Transport layer... Ask help of BASIS if you don't know about it..

Now once you are done

Go and Change the The $TMP Package to your ZPackage (eg. ZSD1)... use T-Code SE03 Change object Directory Entry

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

ilesh Nandaniya

Thanks for Ramesh's help.

I follow you way to try, but I get a error message:

Customer object XXX cannot be assigned to package yyy

9 REPLIES 9
Read only

ramesh_mahankali
Active Participant
0 Likes
3,692

Hi,

Here are the steps to change the package for a function group. Goto transaction SE03.

click on "Change Object Directory Entries" and execute.

select the check box against "Function Group" and enter the function group in field and execute.

A screen is displayed with function group name.double click on the function group and change the package name there.

Hope this helps.

Thanks,

Ramesh

Read only

0 Likes
3,692

Thanks for Ramesh's help.

I follow you way to try, but I get a error message:

Customer object XXX cannot be assigned to package yyy

Read only

0 Likes
3,692

Follow the below steps:

1. Display the function group in Se80.

2. Select Goto->Object directory entry in the menu

3. Choose Change.

4. This allows you to change the package name.

Read only

0 Likes
3,692

Hi,

Are you trying to assign this to an SAP Package? You can only assign it to a Z-Package.

Regards

Prasenjit

Read only

0 Likes
3,692

I name the package mmmm. Is it ok?

Read only

0 Likes
3,692

No, the package name has to start with Z or Y.

Regards

Prasenjit

Read only

Former Member
0 Likes
3,692

You can achieve the same in SE80.

go in se80 , in your FM.

right click on FM and search option to change package.

give new package in it.

Read only

Former Member
0 Likes
3,693

Hi Mikenl,

Create the Z Package (Eg ZSD1) first.. Use T-code SE21 to create new Z Package..

Provide Transport layer... Ask help of BASIS if you don't know about it..

Now once you are done

Go and Change the The $TMP Package to your ZPackage (eg. ZSD1)... use T-Code SE03 Change object Directory Entry

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

ilesh Nandaniya

Read only

Former Member
0 Likes
3,692

hi

Please remove your package assignment to $tmp (local object ) mo0ve to another package and then assignee to your package

note that package name must be start with Z or Y.

its work.

thanks,

Abhilash