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 are data classes? What are the various data classes available for selection? : abap data dictionary
Why are insert and append statement used in sap abap?
What are the dynamic actions and how to configure it? : sap abap hr
Explain lsmw?
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
What is roll area?
Setting up a BDC program where you find information from?
8)when u create sales report what u can see in that report ? what rthose field names or data element names? 9)when u create purchase order details report what u can see in that report ?what rthose fieldnames or dataelements? 10)when u create material stock report in material master grouped by material type and plant what u can see in report ?what rthose field names or dataelement ? 11)when u create shipping forecast report what u can see in that report ?what rthose data elements or field names?
Can a constructor be declared private? If yes then in which scenario?
HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?
How to select valid lines for secondary list?
How to create a button in selection screen ?
what is the exact code that shoud be implimented in sap note
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
What two statements would be used to exchange data between programs using abap memory?