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

Reg: Function module

Former Member
0 Likes
1,035

Hi,

Can I know where the Fms are stored. is it any special memory are? if yes what is it.

can i know the table where they are stored

can i know table if any where FCT codes are stored

regards

Edited by: abap learner on Jun 17, 2008 2:33 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,016

hiii

TFDIR is the table in which Function Modules are stored with their program names.

reward if useful

thx

twinkal

9 REPLIES 9
Read only

ThomasZloch
Active Contributor
0 Likes
1,016

Is that a hot interview question lately? Has been asked many times in recent weeks. Just search the forum.

Read only

Former Member
0 Likes
1,016

Hi,

TFDIR is the table where Function modules are stored

Regds,

Murali

Read only

Former Member
0 Likes
1,016

Hi,

Edited by: Sriram Ponna on Jun 17, 2008 6:11 PM

Read only

Former Member
0 Likes
1,016

Hi,

function modules are stored in any function group.

when we are creating function module first time we should give function group.

so function group contains n number of function modules.

Rgds.,

Venkat n

Read only

Former Member
0 Likes
1,016

hi,

u can find all function module names in TFDIR table

Rgds.,

subash

Read only

Former Member
0 Likes
1,017

hiii

TFDIR is the table in which Function Modules are stored with their program names.

reward if useful

thx

twinkal

Read only

0 Likes
1,016

Guys are they stored in any seperate memory space?

Table for fct codes

Read only

0 Likes
1,016

hi abap learner,

All the tables are stored in the application server memmory.

No seperate memory will be alocated for that.

All the functional modules are stored in TFDIR.

ok that is stored in the application server memmory.

Hope its clear to you,

Inspire if usefull,

Regards,

Kalyan.

Read only

Former Member
0 Likes
1,016

Hi,

Function module names are stored in TFDIR & TFTIT tables.

Regards,

Sharath