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

interface

Former Member
0 Likes
561

Hi,

please tell me the difference between interfaces and conversions.

is bdc an interface or conversion technique

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
538

CONVERSION programs are the ones which have one time usage, usually when a legacy system is being replaced by a system like SAP, then the data has to be mapped from the legacy system to SAP system. Here the data to be converted is given on a flat file & is uploaded to SAP tables mostly using LSMW only.

Conversions programs are BDC,BAPI and LSMW programs in which you upload all the related tables from the flat files.Those are one time programs.

Interface programs are those programs in which you fetch the data from the application server and process on theose data.These are helpful when you have to run any program in the backgroup when the presentation server is not working.

INTERFACE programs are the ones which are run at regular intervals, say weekly, monthly or even daily. Here the legacy system continues to co-exist along with SAP system, the legacy system might be useful for certain functionalities but the data might have to run thru SAP transactions for complex data maintenance at regular intervals.

Here is the difference

conversion program

http://help.sap.com/saphelp_erp2005/helpdata/en/d3/a65a14e96911d1b401006094b944c8/frameset.htm

Interface program

http://help.sap.com/saphelp_erp2005/helpdata/en/64/be5b4150b38147e10000000a1550b0/frameset.htm

null

5 REPLIES 5
Read only

Former Member
0 Likes
539

CONVERSION programs are the ones which have one time usage, usually when a legacy system is being replaced by a system like SAP, then the data has to be mapped from the legacy system to SAP system. Here the data to be converted is given on a flat file & is uploaded to SAP tables mostly using LSMW only.

Conversions programs are BDC,BAPI and LSMW programs in which you upload all the related tables from the flat files.Those are one time programs.

Interface programs are those programs in which you fetch the data from the application server and process on theose data.These are helpful when you have to run any program in the backgroup when the presentation server is not working.

INTERFACE programs are the ones which are run at regular intervals, say weekly, monthly or even daily. Here the legacy system continues to co-exist along with SAP system, the legacy system might be useful for certain functionalities but the data might have to run thru SAP transactions for complex data maintenance at regular intervals.

Here is the difference

conversion program

http://help.sap.com/saphelp_erp2005/helpdata/en/d3/a65a14e96911d1b401006094b944c8/frameset.htm

Interface program

http://help.sap.com/saphelp_erp2005/helpdata/en/64/be5b4150b38147e10000000a1550b0/frameset.htm

null

Read only

0 Likes
538

Hi Kishan,

I got ur post when I was searching for difference between conversion and interface.. why do we use BDC for conversion ? because we have an option LSMW which is mostly used as one time upload ? Can u please suggest me when we have to use which program...DI, BDC, LSMW ?

awaiting for ur response...

Thanks & Regards

Mahesh.

Read only

Former Member
0 Likes
538

Hi Aman,

BDC is conversion programs. and interface example IDoc's

Regards

Vijay

Read only

Former Member
0 Likes
538

Hi,

When transferring data into the SAP system, we can refer to two types of transfers:

Conversions - This type of transfer refers to a one-time transfer from a legacy system to the SAP system. In this case, the “legacy” system is the old system that is being replaced by the SAP system.

For example, the old system being replaced has data for 2,000 vendors that must be transferred to the SAP system.

Interfaces - This type of transfer refers to an ongoing transfer from a complimentary system to the SAP system. In this case, the “complimentary” system is a system that will run along side the SAP system.

For example, customer orders may be taken in another system. For the SAP system to reflect accurate information, these orders must be transferred to the SAP system every night.

In addition to above input,

http://dev.mysql.com/doc/maxdb/en/42/005e9ac6084230e10000000a114cbd/content.htm

<b>Conversions</b>

http://www.sap.com/services/consulting/servicecategories/landscapeoptimization/currencyconversion.ep...

http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ee19446011d189700000e8322d00/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/0c/3f17143b7a11d4b2c70050dadfb23f/content.htm

http://myweb.dal.ca/hchinni/sap/bdc_home.htm

Please reward for the same.

Read only

Former Member
0 Likes
538

hi kishan,

can u explain me what is d purpose of transferring the data to the sap system using interfaces.i mean what haoopens when it is transferred . can u quote an example.

also if the data has to be saved in sap wont it require conversion.