‎2010 Jul 27 8:16 AM
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
‎2010 Jul 27 8:28 AM
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
‎2010 Jul 27 8:28 AM
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
‎2010 Jul 27 8:30 AM
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
‎2010 Jul 27 9:32 AM
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.
‎2010 Jul 27 10:13 AM
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.
‎2010 Jul 27 10:23 AM
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 ..
‎2010 Jul 28 7:26 AM
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
‎2010 Jul 27 8:31 AM
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.