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

Regarding function module

Former Member
0 Likes
764

Hell to all,

My query is :

How to define a structure using Types in the function module's table tab.

Also tell me the table where all function module stored.

Thanks..

6 REPLIES 6
Read only

Former Member
0 Likes
724

Hi,

Table for function modules: TFDIR.

Regards,

Saumya

Read only

Former Member
0 Likes
724

hi,

check out the table ENLFDIR, TFDIR,and V_FDIRT

Read only

0 Likes
724

hi,

in addition to above. u need to create a structure in se11 in the (type) and use this structure name in the table tab in the FM

Read only

amit_khare
Active Contributor
0 Likes
724

Hi,

check this link to know about FM.

<a href="http://help.sap.com/saphelp_470/helpdata/en/d1/801ee8454211d189710000e8322d00/frameset.htm">FM</a>

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
724

Thanks.

my question is :

i want to define a internal table jtab in table tab.

This JTAB is be of type s_jtab which contain four field structure.

Bye..

Read only

0 Likes
724

hi,

wat you could do is create a table in se11 of structure s_jtab. then in the FM table tab

specify

it as param like <tablename>