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
try going to se84->program library->funtion modules
pk
check fm RS_EU_CROSSREF
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.
Hi
Thanks amit.
my problem solved.
Thanks everybody for their answers.
Regards
srinivas.m
Hello
SE37 -> Enter name of FM -> View
Set cursor on FM name and press Ctrl + Shift + F3
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.
Hi Srinivas,
As far as my knowledge, i think there is no function module as such. let me know if you get that .