Application Development 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: 

Function module client dependent

Former Member
0 Kudos

Hi Experts

Whether Function modules are client dependent or not.

bcoz we try to activate the fm in 391, its active, but in 392 its in inactive. what could be the reason.

Regards

Rajaram

1 REPLY 1

Former Member
0 Kudos

Hi

Hope it will help you.

Please reward if help.

Your function module should be RFC if you want it to use in Other server.

RFC stands for REMOTE FUNCTION CALL RFCs are used to

establish a connection between two different application

servers rfc used for accessing functions of a function

module in a function group present on different application

servers with in a landscape i.e., for transfer of data

directly between source and target client on remote systems

in sap system landscape.

in sap basis rfc is used for remote client copies.

Tcode RFC- sm59 display/maintain

FUNCTION MODULE contains functions in particular to a module

like finance , HR , MM....... .Function module is always

created under function group. one group can contain one or

more function modules a function module can be accessed from

remote system where u can call it as RFC call.

u create function module in following way

1.tcode- sm37

2.create a function group

3.activate the function group

4.create the function module

5. activate the function module

6. access the function module