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

Re: How to find the function module

Former Member
0 Likes
656

Hi Expert,

Can any one tell how to find the function module i.e REUSE_ALV_GRID_DISPLAY one function module is there .I have loat of old program in my system

i want to check  this FM use in which program for reference purpose.

Regards,

Am

Moderator message: basic functionality, not enough research -> question status removed

Message was edited by: Thomas Zloch

4 REPLIES 4
Read only

Former Member
0 Likes
614

Hi Am,

You can go to SE37,

Provide function module REUSE_ALV_GRID_DISPLAY,

Click on where used list button,

One popup will be raised,

Select only programs,

Click on ok button

You can find all the programs...

Please check and let me know you have any issues...

Thanks,

Raj

Read only

0 Likes
614

Hi Rajesh,

Thank's for your valuable support .

Regards,

Am

Read only

RaymondGiuseppi
Active Contributor
0 Likes
614

The SAP standard icon for "where used" is , try it, then if you need an Abap view use a trace tool like ST05 or SE30 to identify tables like CROSS "Index of Modules Used Externally".

Regards,
Raymond

Read only

Former Member
0 Likes
614

Hi,

If you are looking for the FM in a particular package, you can use the program AFX_CODE_SCANNER. This program scans for any given string in a package.

Regards

Nandini