‎2007 Dec 14 5:50 AM
Hi Developers,
In which table functionmodules are stored,
Thanks&Regards,
phani.
‎2007 Dec 14 5:51 AM
‎2007 Dec 14 5:54 AM
‎2007 Dec 14 5:55 AM
FMs are stored as programs in SAP, the program name starts with
<b>SAPL</b><ur function group name>
there is a top include , a uxx include and individual includes for each FM in the function group, and these forms subroutines for the each FMs.
top include holds global data and UXX holds the calls to each FM s
hope that helps
‎2007 Dec 14 6:01 AM