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

Need table name

Former Member
0 Likes
1,063

Hi All ,

I have function module name EXIT_SAPLEINM_001. is there any table in SAP it should have entire header information of that function module. ex: Function group, include name ....

Regs ,

Murthy

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,035

hi

Try TFDIR

Regards,

Rajvansh

10 REPLIES 10
Read only

Former Member
0 Likes
1,036

hi

Try TFDIR

Regards,

Rajvansh

Read only

Former Member
0 Likes
1,035

Hi Murthy

You will get all tables and Function modules in this link,

http://www.geocities.com/victorav15/sapr3/abapfun.html

Thanks and regards

Syf

Read only

GauthamV
Active Contributor
0 Likes
1,035

hi,

function module and function group details can be found in

ENLFDIR table.

Read only

Former Member
0 Likes
1,035

Hi all ,

Mainly i need the include name of the function module name ..

Please help me ?

Regs,

Murthy

Read only

Former Member
0 Likes
1,035

Hi ,

Go to tfdir . in the funcname = EXIT* . Here u will get the list all the function modules and also the description.

Read only

Former Member
0 Likes
1,035

you can find it in the attributes tab of the function builder (SE37). There is a field "Include Name"

Read only

GauthamV
Active Contributor
0 Likes
1,035

hi,

these includes r provision provided by sap in the name of exits to add certain functionality to the standard transactions.

so unless u use that particular exit thy will not be stored.

if it is used u can see in TRDIR view.

Read only

Former Member
0 Likes
1,035

Hi..

in attrributes screen of the funtion module we can find all the details like program name ,include name etc..

Read only

Former Member
0 Likes
1,035

Hi all ,

Im asking for the table , that will have the entire function module information .

Mainly i need include program name in that table.

Please help me..

Regs,

Murthy

Read only

0 Likes
1,035

hi,

i hope u saw my previous reply.