what is the difference between conversion and interface in
bdc?



what is the difference between conversion and interface in bdc?..

Answer / 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

More Programming Languages AllOther Interview Questions

what is the BAM? where we can use it in BizTalk server?

0 Answers  


Write a program which inputs 2 integers representing the sides of a triangle, a and b. Next, write a function which accepts the 2 sides as parameters and returns the hypotenuse of the triangle, c. Use c 2 = a 2 + b 2 To raise a number to an exponent, us e the built - in JavaScript function Math.pow() Let’s say you have a variable x and you want to raise it to the 5 th power, use Math.pow in the following manner... Math.pow( x, 5 ); This will raise x to the 5 th power. To find the square root of a number, use t he built - in JavaScript function Math.sqrt () So to find the square root of x, use Math.pow () in the following manner... Math.sqrt( x ) You must create 2 functions to receive credit for this assignment. Your ‘ main ’ function which is called from the button. And your hypotenuse function. Again, the main function calls upon the hypotenuse f unction when it needs that value. Get the user ’ s input, call the function, output your result. Create your own CSS layout

0 Answers  


How to call dll API sub routine in VB Form.

0 Answers  


what is the purpose of postback?

2 Answers   Nth Solution,


WAP to print all prime nos between 1 to 100 without using user input...pls reply within few hours...

1 Answers  






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

0 Answers  


Number of null pointers in any binary tree

5 Answers   Infosys,


what is the extension of SPDS Dynamic cluster tables?

0 Answers   IBM,


Write a Pseudo Code to find the angle between two hands of a clock for a given time.

6 Answers   Goldman Sachs, HCL,


Write a pascal program to calculate the sum of the first 100 even number and odd number

0 Answers  


Can anyone provide as400 training material or any institute in bangalore for as400 training

10 Answers  


Why data bus is bidirectional and address bus is unidirectional?

4 Answers   Infosys, Wipro,


Categories