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 module

Former Member
0 Likes
843

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
819

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.

8 REPLIES 8
Read only

Former Member
0 Likes
819

try going to se84->program library->funtion modules

pk

Read only

0 Likes
819

check fm RS_EU_CROSSREF

Read only

Former Member
0 Likes
820

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.

Read only

0 Likes
819

Hi

Thanks amit.

my problem solved.

Thanks everybody for their answers.

Regards

srinivas.m

Read only

Former Member
0 Likes
819

Hello

SE37 -> Enter name of FM -> View

Set cursor on FM name and press Ctrl + Shift + F3

Read only

bpawanchand
Active Contributor
0 Likes
819

HI

try the Fm mentioned in the thread

Regards

Pavan

Read only

Former Member
0 Likes
819

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.

Read only

Former Member
0 Likes
819

Hi Srinivas,

As far as my knowledge, i think there is no function module as such. let me know if you get that .