what is the difference between conversion and interface in
bdc?
Answer Posted / vijith
IFFERENCE BETWEEN CONVERSION AND INTERFACE:
A Conversion means data that is converted from one format to
another format and from one system to another.
So when you first implement SAP, you are actually replacing
some of your legacy systems, but you are not completely
trashing the data. You still need some of that data from the
systems that are being replaced. So you pull the data out of
your legacy systems and put them on some files. You then
want to load that data into your new SAP system.
That is when you write some programs which will read that
data and load it into SAP. Imagine you had a home grown
purchasing system. You are now replacing all that with SAP.
But until SAP goes live, you want to keep using your home
grown purchasing system.
So during go live, you want to transfer the POs from your
legacy system to SAP. Now a PO in your legacy system may not
have the same fields as a PO in SAP. So you convert the data.
Ex: BDC,LSMW
Interfacing is connecting two or more different entities. In
our case, it is connecting one or more systems with SAP. Now
extending our previous example, you are replacing some
legacy applications but there are some applications that you
don't want to replace yet.
You need to somehow pass data back and forth between SAP and
these remaining systems. Data may be going one way or the
other way or both ways. You will still need to do some data
transformations/translations etc to make the data
understandable to the receiving system.
This will continue as long as you want to keep the systems
running alongside SAP.
Ex: idoc,bapi
In short, conversions are written to load data into SAP
onetime. These are typically file based.
Interfaces are written to exchange/update/send/receive data
between SAP and other systems on an ongoing basis. These can
be in many forms, file based, idoc based, real time(business
connector, XI etc are useful in this), xml, and the list
goes on.
Labels: ALE IDOC'S
For more doubts ask and get solutions from:
http://innovationplanet.wordpress.com
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Hi..Am done with my Masters recently..Am planning to learn TIBCO.. could anyone suggest me about how the job market will be and Is there any course necessary to learn prior to Tibco..i mean any prerequisite. I dnt have any knowledge on PL/SQL thats it... Plz suggest me in a best way...
what is difference between input parameter and output parameter.
I am looking for selenium RC online Training in chennai. can any one tell me the best institute
Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
how to remove header and footer in jcl using sort utility
design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
What are the Short cut Keys of Tally ERP?
what is the use MDM(Master Data Management)and meaning
what is class module in vb6? what it's use? with example..
what is web service in java? have u use before.
Which language they use during interview?
what are the differences between CONS, LIST, and APPEND
Explain with examples any 2 features of OOPS.