What is the diffrence between RFC & normal Function module?
Answer Posted / samiuddin syed
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
hope i answered your question
--best regards
--samiuddin syed
SAP BASIS ADMIN
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Difference between stand alone CRM and back-end CRM
What is a sequence of event-triggered in report?
HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?
SM35 transaction, How to automate BDC ?
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
How to give programe name as input in BDC report of abap ?
How does the interface between the dynpro and the abap/4 modules take place?
What is the first thing you do after vendor setup is complete?
Explain get pernr concept when we use logical data base? : abap hr
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
What are the attributes of a field that can be activated or deactivated during runtime?
What is an update type with reference to a match code id?
How can we omit a leading sign and a leading zero in sapscript?
What is the role of ‘refresh’ in internal table?
What is the use of start-of-selection.,if not use in report what will happen,?