‎2006 Nov 15 7:09 AM
Hi,
please tell me the difference between interfaces and conversions.
is bdc an interface or conversion technique
‎2006 Nov 15 7:11 AM
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
‎2006 Nov 15 7:11 AM
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
‎2007 Feb 11 2:39 PM
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.
‎2006 Nov 15 7:17 AM
Hi Aman,
BDC is conversion programs. and interface example IDoc's
Regards
Vijay
‎2006 Nov 15 7:30 AM
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://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.
‎2006 Nov 15 9:46 AM
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.