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

Function Group Transport

Former Member
0 Likes
1,331

Hi ABAP ers,

I've developed 3 new function modules under function group "ZXRMS" in a transport request DVKXXXX.

Now I want to transport to production system only 2 FM's out of three.Please guide me how to achive the target.

Note: The function group "ZXRMS" is already exist in production system.

Thanks,

VTR

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,083

Hi,

Just go in you existing tranport request,, There will be three FM included in that,, now put cursor on one FM name,, delete it ... do the same for second FM (Both the fuction module now not in existing request)..

Now goin First FM ( SE37 ), change and SAVE it .. t will ask for new tranpsort request, store that in new request ,, do same for second FM ..

Now you can transport it to other system excluding third one ..

Edited by: Lokesh Tarey on Jul 27, 2010 9:30 AM

7 REPLIES 7
Read only

Former Member
0 Likes
1,084

Hi,

Just go in you existing tranport request,, There will be three FM included in that,, now put cursor on one FM name,, delete it ... do the same for second FM (Both the fuction module now not in existing request)..

Now goin First FM ( SE37 ), change and SAVE it .. t will ask for new tranpsort request, store that in new request ,, do same for second FM ..

Now you can transport it to other system excluding third one ..

Edited by: Lokesh Tarey on Jul 27, 2010 9:30 AM

Read only

Former Member
0 Likes
1,083

HI,

If you need to transport only two FM then delete one FM details for the corresponding TR.

After that delet the FM related info in the includes of your Function Group main program.

For this refer the below inluddes in your FG main program.

INCLUDE LZ***************TOP. " Global Data

INCLUDE LZ***********XX. " Function Modules

BR,

Rajani

Read only

0 Likes
1,083

Thanks Rajani,

When I tried to delet the entries in the INCLUDE LZ***********XX. " Function Modules.

I am getting the below error message changes to LZ**********XX are forbidden by SAP

Also I have opened the code of tht function module include.I can see the below comments over ther......

  • THIS FILE IS GENERATED BY THE FUNCTION LIBRARY. *

  • NEVER CHANGE IT MANUALLY, PLEASE!

INCLUDE LZXRII_TRVU01.

"ZFM_TRVFM_1

INCLUDE LZXRII_TRVU02.

"ZFM_TRVFM_2

INCLUDE LZXRII_TRVU03.

"ZFM_TRVFM_3

Please guide how to delete the entries in LZ*********XX.

Read only

0 Likes
1,083

Hi thilagaraj,

It is easier to follow the steps just need to retransport the Function group again by attaching the same to a request, since the function group will have the 3 function modules in it. The old shall be overwritten without any issues and new one shall move to the prodcution without any issues.

Read only

0 Likes
1,083

Hi,

You can create a new function group.. it is not a big deal ..

Just create it and assigne it your FM's .. keep it in your single transport request ..

Read only

0 Likes
1,083

Hi,

Sorry for delay,

>>>>Please guide how to delete the entries in LZ*********XX.

For deleting the entries in this include delet the FM temp and then regenerate the main program, once after releasing your request recrete the FM with same name and go for version management and then again retrieve the old version so that your FM will be as it is.

Do let me know if any thing required.

BR,

Rajani

Read only

Former Member
0 Likes
1,083

Go to SE09

Try to create a new transport request and re-send the FUnction group to production.

1. Goto SE09 -- Go to change mode of the new request

2. Go to OBJECTS tab

3. In Program column - Give R3TR

4. In OBJ column - Give FUGR -


Function Group

5. Object Name column - Give the Function group name

And re-send the above request.