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
What is the collect statement? How is it different from append?
What is use of transparent table in abap? How it is different from pool tables?
Is it possible to bring select option in module pool screens?
What is open sql?
How do you delete duplicate records from internal table?
What are the two levels in defining a match code? : abap data dictionary
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
What is the procedure you followed to upload the data?
How do you validate the selection criteria of a report? And how do you display initial
What is internal payroll process? : sap abap hr
What are conditional chain statement?
How to read 5th record from Hash Internal Table?
Update types in Call transaction method. What is the difference?
What will happen when we use single buffered selected?
Abstract class and interface, multiple inheritance, live example