what is the difference between rfc and function module
Answers were Sorted based on User's Feedback
Answer / venkateswarlu.bandi
RFC : is nothing but remote function call to call the sub
system by remotely or otherwise call the external system.
fuction module: it is nothing but general purpose librarary
functions which are avaible to the every system to defaulty.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / yarru sreenivasa rao
rfc is protocal
functi mod is program
Is This Answer Correct ? | 1 Yes | 0 No |
What takes most time in SAP script programming?
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT
What is the difference between call transaction method and the session method? : abap bdc
How many lists can a program can produce?
I have 1 basic list and 9 secondary list in interactive report. If i am in 5th list, how can i come directly to the basic list?
How do you find the menu path for a given transaction in SAP?
How to insert data in ternal table?
What is the t-code for transaction recorder? : abap bdc
What is the collect statement? How is it different from append?
What is an abap dictionary?
what is the differance b/w template and table in Smartforms?
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc