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
Where can you find error log for call transaction? : abap bdc
please give the remaining answers.
Can i know some of the Realtime tickets that anyone has been faced ?
Work most on which module: name a few tables?
What is dialog module?
What is an rfc?
Is the basic list deleted when the new list is created?
Give few names of pooled tables in sap ?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
How do you find number of records present in internal table?
Explain what are the system fields? Explain?
Specify the types of data dictionary objects.
Difference between sy-tabix and sy-index?
What is the use of message command in a report? What are the different message types?
What is a maintenance view? : abap data dictionary