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

FM

Former Member
0 Likes
612

If u create one function module for one client...we can use same function module for another client?if so how to do?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
581

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

5 REPLIES 5
Read only

Former Member
0 Likes
581

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.

Read only

0 Likes
581

Hi pranay,

thank u...

for that we have to save in function library r without saving we can get?

Read only

Former Member
0 Likes
581

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

Read only

Former Member
0 Likes
581

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

Read only

Former Member
0 Likes
582

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