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 Function Exit Description

Former Member
0 Likes
1,177

Hi,

Would appreciate if someone could give me the table where the function exit description is stored.

To make things clear, Lets say we have a functon Exit named EXIT_...........

In which table is the description of this function exit maintained.

Thanks in advance.

Mick

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
946

Hi Mick,

The function module descriptions are stored in the table TFDIRT.

So try to check in this table.

Sruthi

6 REPLIES 6
Read only

former_member194669
Active Contributor
0 Likes
946

please check database view MODSAPVIEW

a®

Read only

Former Member
0 Likes
946

Hi,

Check the tables TRDIRT,MODSAPT,TFDIR,TRDIR.

Thanks and Regards,

KC

Read only

0 Likes
946

Thanks Krishna. Got the description from TFDIR. Points awarded.

Read only

Former Member
0 Likes
947

Hi Mick,

The function module descriptions are stored in the table TFDIRT.

So try to check in this table.

Sruthi

Read only

0 Likes
946

Thanks Shruthi. Points awarded.

Read only

Former Member
0 Likes
946

HI,

The table name for the description of the function exit is - MODSAPT and the field for exit name is NAME and for description is MODTEXT.