‎2008 Jun 17 1:33 PM
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
‎2008 Jun 17 1:41 PM
hiii
TFDIR is the table in which Function Modules are stored with their program names.
reward if useful
thx
twinkal
‎2008 Jun 17 1:34 PM
Is that a hot interview question lately? Has been asked many times in recent weeks. Just search the forum.
‎2008 Jun 17 1:35 PM
Hi,
TFDIR is the table where Function modules are stored
Regds,
Murali
‎2008 Jun 17 1:36 PM
‎2008 Jun 17 1:36 PM
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
‎2008 Jun 17 1:39 PM
hi,
u can find all function module names in TFDIR table
Rgds.,
subash
‎2008 Jun 17 1:41 PM
hiii
TFDIR is the table in which Function Modules are stored with their program names.
reward if useful
thx
twinkal
‎2008 Jun 17 1:45 PM
Guys are they stored in any seperate memory space?
Table for fct codes
‎2008 Jun 17 2:08 PM
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.
‎2008 Jun 17 2:11 PM
Hi,
Function module names are stored in TFDIR & TFTIT tables.
Regards,
Sharath