2008 Nov 04 3:18 PM
Hi All,
How to find Function Group for already defined Function Modules.
Regards,
2008 Nov 04 3:21 PM
Hello,
Just go on the code section of the FM and press the 'Display object list Button'. Will take you to the main program i.e. the FUNCTION group.
Also, GOTO SE37, enter the FUNCTION module name and then follow the path,
GOTO -> FUNTION GROUP -> DISPLAY GROUP.
You will see the function group to which the FM belongs.
Thanks,
Jayant.
2008 Nov 04 3:21 PM
2008 Nov 04 3:28 PM
Hello,
U can find the name of function group in attributes tab of function module in SE37.
Edited by: nilanjana sinha on Nov 4, 2008 4:28 PM
2008 Nov 04 3:39 PM
Hi,
In addition to jayant, and MxG i will tell you one more way to
find the function group of a particular function group.
Give your function module name in SE37 and just press(Ctrl+f5) its a key for
copy where the function group will be display for your function module.
I think mine is simple
Cheers!!
VEnk@
2008 Nov 04 7:12 PM
>
> Hi,
> In addition to jayant, and MxG i will tell you one more way to
> find the function group of a particular function group.
> Give your function module name in SE37 and just press(Ctrl+f5) its a key for
> copy where the function group will be display for your function module.
> I think mine is simple
>
> Cheers!!
> VEnk@
Ctrl-f5 is the same as'Display object list Button' from Jayant Sahu. What's funny, is that I only found this out this year and I've been doing SAP for over ten years...!
2022 Jun 13 5:11 PM
2008 Nov 04 7:07 PM
Hi Sandya,
You need to go to the Attribut tab in Function Module and check the function group.
Other way once you open the Fm. Click the Object browser it will show you the function group.
Thanks,
Chidanand
2008 Nov 05 8:11 AM