‎2007 Aug 29 10:20 AM
Hi Experts,
wht is the basic difference between conversion and interface? and why this two terms used in BDC's
Thanks in Advance
‎2007 Aug 29 10:48 AM
Hi Abdul,
<b>Conversion</b>
The legacy system may have a different representation for the data, from that of SAP. A conversion program basically aims at converting the data into a format that is acceptable for SAP. Conversion programs are for transferring data from the legacy system into the SAP system (and would involve all the data format conversion e.g. material number might be 10 digits in legacy system and would need to be converted to 18 characters before updating in SAP). Hence conversion would normally happen on or just before Go Live to transfer all up-to-date information into SAP. Thereon all transactions would be performed in SAP and no information would/should be required from legacy system, hence conversions end there.
<b>Interface</b>
Interface does the actual upload of the data into the SAP system through various channels
<b>Reward Points if Useful</b>
Regards
Gokul
‎2007 Aug 29 10:37 AM
conversion is used for one time loading. eg master data loading
interface is used for frequent loading. eg transactional data.
regards,
srinivas
<b>*reward for useful answers*</b>
‎2007 Aug 29 10:44 AM
convertion means uploading Flat file data into internaltable
interface means from itab to Dbase
‎2007 Aug 29 10:48 AM
Hi Abdul,
<b>Conversion</b>
The legacy system may have a different representation for the data, from that of SAP. A conversion program basically aims at converting the data into a format that is acceptable for SAP. Conversion programs are for transferring data from the legacy system into the SAP system (and would involve all the data format conversion e.g. material number might be 10 digits in legacy system and would need to be converted to 18 characters before updating in SAP). Hence conversion would normally happen on or just before Go Live to transfer all up-to-date information into SAP. Thereon all transactions would be performed in SAP and no information would/should be required from legacy system, hence conversions end there.
<b>Interface</b>
Interface does the actual upload of the data into the SAP system through various channels
<b>Reward Points if Useful</b>
Regards
Gokul
‎2007 Aug 29 11:03 AM
one more thing in which scenario we use LSMW and Batch input program. i mean LSMW is used for conversions and Batch input programs are called as interfaces.
‎2007 Aug 29 11:15 AM
suppose you need to load some master data like material master, you use conversion as it one time upload and if you need to load some transactional details like SO data, you use interfaces since that data needs to be loaded very frequently.
regards,
srinivas
<b>*reward for useful answers*</b>
‎2007 Aug 29 11:21 AM
generally we call bdc(call transaction , session method),lsmw ....as conversions..... and conversion programs
and bapis ...ale/idocs....edi ........as interface ....'
reward points if helpful....