‎2007 Apr 17 4:40 AM
If u create one function module for one client...we can use same function module for another client?if so how to do?
‎2007 Apr 17 4:59 AM
Hi balu,
We u r create the function module we can select it is normal function module or remote function module whatever it is but these are stored it in one table.
when ur activating the fm it is automatically stored in a table.
Predefined and user defined FM are stored in a table.
FM modules are client independent. It is same for all Clients.
Rewards some points.
Rgds,
P.Nag
‎2007 Apr 17 4:49 AM
function modules are common to all clients. So if you create a FM say FM_A in client 000. The same FM will be available in client 002.
‎2007 Apr 17 4:53 AM
Hi pranay,
thank u...
for that we have to save in function library r without saving we can get?
‎2007 Apr 17 4:52 AM
Hi Balu,
FM are not client dependent . Once u create a FM they are going to be stored at central repository system , u can access them from any client. when u access a FM then the entire FG(in which this FM present) is going to be loaded into APPL server , so keep in mind that when creating FM only related FM should be stored under one FG so that u can save memory and time.
Regards,
Shafi
‎2007 Apr 17 4:53 AM
hi Balu,
You can make use of the function module which you have created in one client in the other client too as they are global for all clients ...
Creation of Function Module
http://help.sap.com/saphelp_nw04/helpdata/en/d1/801e9a454211d189710000e8322d00/frameset.htm
Regards,
Santosh
‎2007 Apr 17 4:59 AM
Hi balu,
We u r create the function module we can select it is normal function module or remote function module whatever it is but these are stored it in one table.
when ur activating the fm it is automatically stored in a table.
Predefined and user defined FM are stored in a table.
FM modules are client independent. It is same for all Clients.
Rewards some points.
Rgds,
P.Nag