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


Please Help Members By Posting Answers For Below Questions

If u need any fake experience certificate in software side, contact me at: vikramyadhav@gmail.com

7823


Can anyone send me NIC question papers alongwith answers on nidhi1485@yahoo.co.in? Urgently needed.. Thanks in advance

1830


what is the certificates in biztalk?

1420


how can i create report in abap to insert data in table pa0002 using insert command

1698


what is radio button? Plz show code this! how will select radio buttons to go next window Forms? Supose o radio button1 o radio button2 o radio button3 o radio button4 how will coding this? Plz explain this!

2895






how many types of bytes are there???

1971


Outline the two important features of a terminating recursion. Any ideas?

1679


What's the difference b/w Table & Templete in Smartform?

1636


Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;

983


What is the purpose of element of in Ajax

2009


What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

7163


Q2. A memory location has physical address D5687h. Compute: a. The offset address if the segment number is D445h. b. The segment number if the offset address is B577h.

1621


Explain three modes in which files can be accessed from python program

1314


In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?

1602


we create a pf with 3 fields.2 is defined as keyfields.we lock it with alcobj command.how we find out whether the file is locked or not?is it dspfd??/

1609