cancel
Showing results for 
Search instead for 
Did you mean: 

Tables for Particular Funaction Module

Former Member
0 Kudos

Hi All,

Can anybody tell , how i can find these are tables related to particular module.

Is there any program or tcode available for this .

If any thing is there please Reply.

By

Prashanth

Message was edited by: Prashanth Konda

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member186746
Active Contributor
0 Kudos

Hi,

go to se11

F4

SAP Applications (F6)

REgards, rob Dielemans

Former Member
0 Kudos

u can find them here

http://goldenink.com/abap/files_in_sap.html

pls close the thread if solved

Former Member
0 Kudos

Hi ,

U can do 2 ways

goto table FUPARAREF and u can write select on that

selet * from FUPARAREF where PARAMTYPE = 'T'.

or use FM suggested by LAXMAN

Former Member
0 Kudos

Hi

U r not get my point . Module means

FI or SD or MM. not SE37 FM's.

By

Prashanth

Message was edited by: Prashanth Konda

former_member188685
Active Contributor
0 Kudos

is it so, do you call SD/MM modules as FM's .

any way if you know the table name you can go to the package ,with the help of package name you can find the module name, it is related to SD or MM.

Regards

vijay

former_member188685
Active Contributor
0 Kudos

Hi,

check this link..

http://www.sapgenie.com/abap/tables.htm

Regards

vijay

Former Member
0 Kudos

Thanks Vijay

I get the resullt from this link.

Lakshmant1
Active Contributor
0 Kudos

Hi Prashanth,

Check FM FUNCTION_IMPORT_INTERFACE

Thanks

Lakshman

former_member188685
Active Contributor
0 Kudos

Hi,

In SE11 enter your table name,and then click on Where used list button, then in the popup deselect the other checkboxes and select the checkbox for Function module interfaces.

then ok.now it will give the info where the table is used in the FM's

Regards

vijay