What is the diffrence between RFC & normal Function module?
Answer Posted / diwakar
RFC is Remote Function Call which can be used to execute
the function module on remote system to get the required
data.To call the function module remotely,we have to enable
the remote call radio button located in the attribute of
the function module.
Normal function module is one which can be used to
execute the function module in the local system to get the
required data.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Differentiate between the uline and write: sy-uline statements if any?
How many types of tables exists and what are they in data dictionary?
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
Why do we use Abstract classes give an example from your project?
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
Explain lsmw?
What are field symbols?
What are the personnel administration related infotypes? : abap hr
Explain the difference between domain and data element?
How will you define posting procedures?
What are null values? : abap data dictionary
Define external layer?
Difference between sy-tabix and sy-index? Where it is used?
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul