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 copy the function group

Former Member
0 Likes
2,657

how to copy the sap standard function group to Zfunction group

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,933

try copy the function group using the function module <b>RS_FUNCTION_POOL_COPY</b>

ru tried this fm...it is very simple way to do that.

just go to se37 execute fm put standared functional group

and copy functional group and devlopment class in which u want to transfer request.

it done.

Message was edited by: kishan negi

how to copy the sap standard function group to Zfunction group

7 REPLIES 7
Read only

Former Member
0 Likes
1,934

try copy the function group using the function module <b>RS_FUNCTION_POOL_COPY</b>

ru tried this fm...it is very simple way to do that.

just go to se37 execute fm put standared functional group

and copy functional group and devlopment class in which u want to transfer request.

it done.

Message was edited by: kishan negi

Read only

Former Member
0 Likes
1,933

Hello Vijay,

U can do it in Tcode SE80.

Click on Edit Object and select the Fun.group Tab.

GIve the Func.group name and press copy button and give theZFG name.

If useful reward,

Vasanth

Read only

Former Member
0 Likes
1,933

hi vijay,

goto SE80..

select Function Group...

right click on the function group name-> copy .

give ur fn. grp name.

hope this helps,

do reward if it helps,

priya.

Read only

Former Member
0 Likes
1,933

Go to se80 In the menu.

Workbench -> edit object -> function group -> function gorup name

you have a copy icon on the pf-status.

Now enter the New function group and change all the includes to with prefix 'Z'.

Thanks,

Krishnakumar

Read only

Former Member
0 Likes
1,933

Hi,

You can do it from SE80, go to SE80 transaction, Choose the Function Group, and then Enter the Standard Function Group , then enter

now Right click on Function Group, then Click on Copy Button and Give the Target Function Group and copy it.

then save and activate it.

Regards

vijay

Read only

Former Member
0 Likes
1,933

start transaction se80

press <shift><F5>

choose rider "Function group"

enter group name (to copy) into field "Group name"

press <ctrl><F5>

enter the new name into field "New function group"

click button "Copy"

Ready.

Read only

Former Member
0 Likes
1,933

Hi Vijay,

welcome to forum

follow the below steps

1. find out program name for function group

2. now run se38 -> type the program name and than click on copy icon

3. here you will ask for new function group name type custom group as per your requirement i.e. zfunction_group

hope this help you

regards,

John