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

table for where-use-list of function modules in programs

Former Member
0 Likes
4,167

Hi,

      can any one please tell me the data table for where-used-list of the function module in program.

thank you.

madhu

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
3,070

Did you look at table CROSS for records with TYPE = 'F' and NAME = your FM name?

Regards,

Raymond

Hi,

      can any one please tell me the data table for where-used-list of the function module in program.

thank you.

madhu

9 REPLIES 9
Read only

Former Member
0 Likes
3,070

For a list of where used there you could check program RS_ABAP_SOURCE_SCAN

BRegards

Franz

Read only

Former Member
0 Likes
3,070

Or you could refer to the following thread

Read only

0 Likes
3,070

Thanku franceso for response. but i need the data base table name where i can get where used list of function module in program. like DD010INC which gives where used list of inclueds in program.

Read only

0 Likes
3,070

D010INC is the table for where use list of include. can i get something like this for function modules

Read only

0 Likes
3,070

Ok. Sorry for my misunderstanding.

Read only

0 Likes
3,070

that's okie. thanks for response.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
3,071

Did you look at table CROSS for records with TYPE = 'F' and NAME = your FM name?

Regards,

Raymond

Read only

0 Likes
3,070

thank u raymond giuseppi. got it.. can please tell what all types mean like F L z Z G.

Read only

0 Likes
3,070

You have to cross the static attributes of class  cl_abap_compiler (e.g. tag_function) with some SAP code like include CRFORM01 to get some translation of code. (I didn't find any object with a full detailed list)

Regards,

Raymond