Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Difference between conversion and interface

Former Member
0 Likes
843

Hi Experts,

wht is the basic difference between conversion and interface? and why this two terms used in BDC's

Thanks in Advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
809

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

6 REPLIES 6
Read only

Former Member
0 Likes
809

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>

Read only

Former Member
0 Likes
809

convertion means uploading Flat file data into internaltable

interface means from itab to Dbase

Read only

Former Member
0 Likes
810

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

Read only

0 Likes
809

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.

Read only

0 Likes
809

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>

Read only

Former Member
0 Likes
809

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....