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 storing Function module text/description

Former Member
0 Likes
4,287

Hi All,

Is there any table which stores function module name and its text/description details?

Regds

Deb

Please search the forum before asking

Edited by: Rob Burbank on Feb 18, 2009 12:08 PM

4 REPLIES 4
Read only

GauthamV
Active Contributor
0 Likes
2,593

Table - TFTIT

Read only

Former Member
0 Likes
2,593

hi,

Run the SQL trace,

Switch on.

Goto SE37 choose the required function module name and open.

Switch off the SQL trace and display.

Check for the transaction SE 37, you get to find the tables name where function modules and its related entities are being retrieved.

Thanks

Sharath

Read only

Former Member
0 Likes
2,593

Hi,

Try out /BEV3/CH182.

thanks

Read only

Former Member
0 Likes
2,593

Hi Debabrata,

There is a databse table TFTIT ( Function Module Short Text ) which holds the function module name and their short text.