what is the difference between bdc and rfc ?
Answers were Sorted based on User's Feedback
Answer / always learner
As we know BDC's and RFC's are used for Data Transfer.
In BDC we have to do recording , and follow the screen
sequence i,e Data is transferred screen wise..Whereas using
RFC's we don't need to follow the screen sequences..All Data
is transfered at once.And RFC's are connected to othere
systems remotely
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / tapan
BDC is batch data communication through which we upload
data from external system.
But rfc remote function call through which we give
communication to external system for upload data
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / bharani
i think BDC is for data migration from legacy system to r/3
system. but
RFC is is even an interface method were if in company is
employing for eg APO software were it needs to get the data
from an ABAP software or the case my be viceversa then the
software which needs toget the code to be excetued will
tigger a remote call to the calling system for eg here APO
SYSTEM will trigger aremote call to ABAP system were my
pice of code gets excuted and further it proceeds.
Is This Answer Correct ? | 0 Yes | 1 No |
which one is efficient in following command to copy data from one itab1to another itab2 . both itab table has same structure. 1. move itab1 to itab2 2.move corresponding field of itab1 to itab2 3. itab2[] = itab2[] 4.appends line of itab1 to itab2..
Describe the difference between macro and subroutine?
What is For-period and In-period
How to make smartform output into PDF?what r the step and requirments?
What are the differences between a database index and a match code?
what is the role of extended syntax check in performance tuning?
Select up to 1 row and select single difference ?
Explain chain end chain?
In the function module for reading text from the S.O header what needs to be specified?
Explain the differences between se01, se09 and se10?
What are base tables of an aggregate object?
1.How to pass the variables to form? 2. How did you test the form you developed? 3.what are the outpout types and tcodes? 4.what mean by performance analysis?