‎2008 Aug 20 8:16 AM
Hi all,
i want to do where used list for a function module. Is there any function module to do where used list for a function module.
Regards
srinivas
‎2008 Aug 20 8:21 AM
Sri,
just use:
AKB_WHERE_USED_LIST
in your case parameter shoud be filled like this:
OBJ_TYPE = FUNC
OBJ_NAME = <Function module name>.
result can be seen in REFERENCES table.
Amit.
‎2008 Aug 20 8:19 AM
‎2008 Aug 20 8:20 AM
‎2008 Aug 20 8:21 AM
Sri,
just use:
AKB_WHERE_USED_LIST
in your case parameter shoud be filled like this:
OBJ_TYPE = FUNC
OBJ_NAME = <Function module name>.
result can be seen in REFERENCES table.
Amit.
‎2008 Aug 20 8:33 AM
Hi
Thanks amit.
my problem solved.
Thanks everybody for their answers.
Regards
srinivas.m
‎2008 Aug 20 8:22 AM
Hello
SE37 -> Enter name of FM -> View
Set cursor on FM name and press Ctrl + Shift + F3
‎2008 Aug 20 8:23 AM
‎2008 Aug 20 8:23 AM
Hi,
You do not need a function module for this.
Enter the se37 transaction, enter the Function module name for which you want to find out, on the tool bar choose 4th icon from left. Then a screen will be displayed. Where in you can choose the options as below.
program
classes.......
Regards,
Ram.
‎2008 Aug 20 8:24 AM
Hi Srinivas,
As far as my knowledge, i think there is no function module as such. let me know if you get that .