<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: need to learn data transfer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-learn-data-transfer/m-p/2523465#M571411</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    BDC:&lt;/P&gt;&lt;P&gt;Batch Data Communication (BDC) is the process of transferring data from one SAP System to another SAP system or from a non-SAP system to SAP System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features :&lt;/P&gt;&lt;P&gt;BDC is an automatic procedure.&lt;/P&gt;&lt;P&gt;This method is used to transfer large amount of data that is available in electronic medium.&lt;/P&gt;&lt;P&gt;BDC can be used primarily when installing the SAP system and when transferring data from a legacy system (external system).&lt;/P&gt;&lt;P&gt;BDC uses normal transaction codes to transfer data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Types of BDC :&lt;/P&gt;&lt;P&gt;CLASSICAL BATCH INPUT (Session Method)&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BATCH INPUT METHOD:&lt;/P&gt;&lt;P&gt;This method is also called as &amp;#145;CLASSICAL METHOD&amp;#146;.&lt;/P&gt;&lt;P&gt;Features:&lt;/P&gt;&lt;P&gt;Asynchronous processing. &lt;/P&gt;&lt;P&gt;Synchronous Processing in database update.&lt;/P&gt;&lt;P&gt;Transfer data for more than one transaction.&lt;/P&gt;&lt;P&gt;Batch input processing log will be generated.&lt;/P&gt;&lt;P&gt;During processing, no transaction is started until the previous transaction has been written to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION METHOD :&lt;/P&gt;&lt;P&gt;This is another method to transfer data from the legacy system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features:&lt;/P&gt;&lt;P&gt;Synchronous processing. The system performs a database commit immediately before and after the CALL TRANSACTION USING statement.&lt;/P&gt;&lt;P&gt;Updating the database can be either synchronous or asynchronous. The program specifies the update type.&lt;/P&gt;&lt;P&gt;Transfer data for a single transaction.&lt;/P&gt;&lt;P&gt;Transfers data for a sequence of dialog screens.&lt;/P&gt;&lt;P&gt;No batch input processing log is generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For BDC:&lt;/P&gt;&lt;P&gt;&lt;A href="http://myweb.dal.ca/hchinni/sap/bdc_home.htm" target="test_blank"&gt;http://myweb.dal.ca/hchinni/sap/bdc_home.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/bdc&amp;amp;" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/bdc&amp;amp;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/learning-bdc-programming.htm" target="test_blank"&gt;http://www.sap-img.com/abap/learning-bdc-programming.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/bdc/bdchome.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/bdc/bdchome.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/69/c250684ba111d189750000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/69/c250684ba111d189750000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/learning-bdc-" target="test_blank"&gt;http://www.sap-img.com/abap/learning-bdc-&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html" target="test_blank"&gt;http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW&lt;/P&gt;&lt;P&gt;Please check this link and you can download LSMW Workbench documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/sap/saptech/lsmw.htm" target="test_blank"&gt;http://www.erpgenie.com/sap/saptech/lsmw.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go thro these steps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Tcode MM01 -- Maintain the source fields are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) mara-amtnr char(18)&lt;/P&gt;&lt;P&gt;2) mara-mbrsh char(1)&lt;/P&gt;&lt;P&gt;3) mara-mtart char(4)&lt;/P&gt;&lt;P&gt;4) makt-maktx char(40)&lt;/P&gt;&lt;P&gt;5) mara-meins char(3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the flate file format is like this as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAT991,C,COUP,Srinivas material01,Kg&lt;/P&gt;&lt;P&gt;MAT992,C,COUP,Srinivas material02,Kg&lt;/P&gt;&lt;P&gt;AMT993,C,COUP,Srinivas material03,Kg&lt;/P&gt;&lt;P&gt;MAT994,C,COUP,Srinivas material04,Kg&lt;/P&gt;&lt;P&gt;MAT995,C,COUP,Srinivas material05,Kg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto Tcode LSMW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give Project Name&lt;/P&gt;&lt;P&gt;Subproject Name&lt;/P&gt;&lt;P&gt;object Name&lt;/P&gt;&lt;P&gt;Press Enter -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; Press Execute Button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives 13 radio-Button Options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do the following 13 steps as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) select radio-Button 1 and execute&lt;/P&gt;&lt;P&gt;Maintain Object Attributes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select Standard Batch/Direct Input&lt;/P&gt;&lt;P&gt;give Object -- 0020&lt;/P&gt;&lt;P&gt;Method -- 0000&lt;/P&gt;&lt;P&gt;save &amp;amp; Come Back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) select radio-Button 2 and execute&lt;/P&gt;&lt;P&gt;Maintain Source Structures&lt;/P&gt;&lt;P&gt;select the source structure and got to click on create button&lt;/P&gt;&lt;P&gt;give source structure name &amp;amp; Description&lt;/P&gt;&lt;P&gt;save &amp;amp; Come Back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) select radio-Button 3 and execute&lt;/P&gt;&lt;P&gt;Maintain Source Fields&lt;/P&gt;&lt;P&gt;select the source structure and click on create button&lt;/P&gt;&lt;P&gt;give&lt;/P&gt;&lt;P&gt;first field&lt;/P&gt;&lt;P&gt;field name matnr&lt;/P&gt;&lt;P&gt;Field Label material Number&lt;/P&gt;&lt;P&gt;Field Length 18&lt;/P&gt;&lt;P&gt;Field Type C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second field&lt;/P&gt;&lt;P&gt;field name mbrsh&lt;/P&gt;&lt;P&gt;Field Label Industrial Sector&lt;/P&gt;&lt;P&gt;Field Length 1&lt;/P&gt;&lt;P&gt;Field Type C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Third field&lt;/P&gt;&lt;P&gt;field name mtart&lt;/P&gt;&lt;P&gt;Field Label material type&lt;/P&gt;&lt;P&gt;Field Length 4&lt;/P&gt;&lt;P&gt;Field Type C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fourth field&lt;/P&gt;&lt;P&gt;field name maktx&lt;/P&gt;&lt;P&gt;Field Label material description&lt;/P&gt;&lt;P&gt;Field Length 40&lt;/P&gt;&lt;P&gt;Field Type C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fifth field&lt;/P&gt;&lt;P&gt;field name meins&lt;/P&gt;&lt;P&gt;Field Label base unit of measurement&lt;/P&gt;&lt;P&gt;Field Length 3&lt;/P&gt;&lt;P&gt;Field Type C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save &amp;amp; come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) select radio-Button 4 and execute&lt;/P&gt;&lt;P&gt;Maintain Structure Relations&lt;/P&gt;&lt;P&gt;go to blue lines&lt;/P&gt;&lt;P&gt;select first blue line and click on create relationship button&lt;/P&gt;&lt;P&gt;select Second blue line and click on create relationship button&lt;/P&gt;&lt;P&gt;select Third blue line and click on create relationship button&lt;/P&gt;&lt;P&gt;save &amp;amp; come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) select radio-Button 5 and execute&lt;/P&gt;&lt;P&gt;Maintain Field Mapping and Conversion Rules&lt;/P&gt;&lt;P&gt;Select the Tcode and click on Rule button there you will select constant&lt;/P&gt;&lt;P&gt;and press continue button&lt;/P&gt;&lt;P&gt;give Transaction Code : MM01 and press Enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that&lt;/P&gt;&lt;P&gt;1) select MATNR field click on Source filed(this is the field mapping) select MATNR and press Enter&lt;/P&gt;&lt;P&gt;2) select MBRSH field click on Source filed(this is the field mapping) select MBRSH and press Enter&lt;/P&gt;&lt;P&gt;3) select MTART field click on Source filed(this is the field mapping) select MTART and press Enter&lt;/P&gt;&lt;P&gt;4) select MAKTX field click on Source filed(this is the field mapping) select MAKTX and press Enter&lt;/P&gt;&lt;P&gt;5) select MEINS field click on Source filed(this is the field mapping) select MEINS and press Enter&lt;/P&gt;&lt;P&gt;finally&lt;/P&gt;&lt;P&gt;save &amp;amp; come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) select radio-Button 6 and execute&lt;/P&gt;&lt;P&gt;Maintain Fixed Values, Translations, User-Defined Routines&lt;/P&gt;&lt;P&gt;Create FIXED VALUE Name &amp;amp; Description as MM01&lt;/P&gt;&lt;P&gt;Create Translations Name &amp;amp; Description as MM01&lt;/P&gt;&lt;P&gt;Create User-Defined Routines Name &amp;amp; Description as MM01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that delete all the above three just created in the 6th step&lt;/P&gt;&lt;P&gt;FIXED VALUE --MM01&lt;/P&gt;&lt;P&gt;Translations --MM01&lt;/P&gt;&lt;P&gt;User-Defined Routines --MM01&lt;/P&gt;&lt;P&gt;come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7) select radio-Button 7 and execute&lt;/P&gt;&lt;P&gt;Specify Files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select On the PC (Frontend) -- and click on Create button(f5)&lt;/P&gt;&lt;P&gt;give the path of the file like "c:material_data.txt"&lt;/P&gt;&lt;P&gt;description : -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;separators as select comma radiao- button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and press enter save &amp;amp; come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; select radio-Button 8 and execute&lt;/P&gt;&lt;P&gt;Assign Files&lt;/P&gt;&lt;P&gt;Save &amp;amp; come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9) select radio-Button 9 and execute&lt;/P&gt;&lt;P&gt;Read Files&lt;/P&gt;&lt;P&gt;Execute&lt;/P&gt;&lt;P&gt;come back&lt;/P&gt;&lt;P&gt;come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10) select radio-Button 10 and execute&lt;/P&gt;&lt;P&gt;Display Imported Data&lt;/P&gt;&lt;P&gt;Execute and press enter&lt;/P&gt;&lt;P&gt;come back&lt;/P&gt;&lt;P&gt;Come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11) select radio-Button 11 and execute&lt;/P&gt;&lt;P&gt;Convert Data&lt;/P&gt;&lt;P&gt;Execute&lt;/P&gt;&lt;P&gt;come back&lt;/P&gt;&lt;P&gt;Come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12) select radio-Button 12 and execute&lt;/P&gt;&lt;P&gt;Display Converted Data&lt;/P&gt;&lt;P&gt;Execute &amp;amp; come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;13) select radio-Button 13 and execute&lt;/P&gt;&lt;P&gt;Start Direct Input Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--select the Program&lt;/P&gt;&lt;P&gt;--select continue button&lt;/P&gt;&lt;P&gt;--go with via physical file&lt;/P&gt;&lt;P&gt;--give the lock mode as 'E'&lt;/P&gt;&lt;P&gt;and execute &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer these links,&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1060720"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/saptech/lsmw.htm" target="test_blank"&gt;http://www.sapgenie.com/saptech/lsmw.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://service.sap.com/lsmw" target="test_blank"&gt;http://service.sap.com/lsmw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/TUTORIALS/TECHNICAL/LSMW_tutorial.html" target="test_blank"&gt;http://www.sapbrain.com/TUTORIALS/TECHNICAL/LSMW_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc" target="test_blank"&gt;http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jul 2007 07:56:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-20T07:56:38Z</dc:date>
    <item>
      <title>need to learn data transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-learn-data-transfer/m-p/2523463#M571409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to abapers,&lt;/P&gt;&lt;P&gt;                    need to learn learn data transfer bdc,bi,ct,lsmw .plz send me links.or send it to my mail mausam_8@yahoo.com.useful  material will be rewarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 06:22:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-learn-data-transfer/m-p/2523463#M571409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T06:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: need to learn data transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-learn-data-transfer/m-p/2523464#M571410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;BDC&lt;/P&gt;&lt;P&gt;BDC:&lt;/P&gt;&lt;P&gt;Batch Data Communication (BDC) is the process of transferring data from one SAP System to another SAP system or from a non-SAP system to SAP System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features :&lt;/P&gt;&lt;P&gt;BDC is an automatic procedure.&lt;/P&gt;&lt;P&gt;This method is used to transfer large amount of data that is available in electronic medium.&lt;/P&gt;&lt;P&gt;BDC can be used primarily when installing the SAP system and when transferring data from a legacy system (external system).&lt;/P&gt;&lt;P&gt;BDC uses normal transaction codes to transfer data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Types of BDC :&lt;/P&gt;&lt;P&gt;CLASSICAL BATCH INPUT (Session Method)&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BATCH INPUT METHOD:&lt;/P&gt;&lt;P&gt;This method is also called as &amp;#145;CLASSICAL METHOD&amp;#146;.&lt;/P&gt;&lt;P&gt;Features:&lt;/P&gt;&lt;P&gt;Asynchronous processing. &lt;/P&gt;&lt;P&gt;Synchronous Processing in database update.&lt;/P&gt;&lt;P&gt;Transfer data for more than one transaction.&lt;/P&gt;&lt;P&gt;Batch input processing log will be generated.&lt;/P&gt;&lt;P&gt;During processing, no transaction is started until the previous transaction has been written to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION METHOD :&lt;/P&gt;&lt;P&gt;This is another method to transfer data from the legacy system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features:&lt;/P&gt;&lt;P&gt;Synchronous processing. The system performs a database commit immediately before and after the CALL TRANSACTION USING statement.&lt;/P&gt;&lt;P&gt;Updating the database can be either synchronous or asynchronous. The program specifies the update type.&lt;/P&gt;&lt;P&gt;Transfer data for a single transaction.&lt;/P&gt;&lt;P&gt;Transfers data for a sequence of dialog screens.&lt;/P&gt;&lt;P&gt;No batch input processing log is generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Differences between Call Transaction and Sessions Method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session method. &lt;/P&gt;&lt;P&gt;1) synchronous processing. &lt;/P&gt;&lt;P&gt;2) can tranfer large amount of data. &lt;/P&gt;&lt;P&gt;3) processing is slower. &lt;/P&gt;&lt;P&gt;4) error log is created &lt;/P&gt;&lt;P&gt;5) data is not updated until session is processed. &lt;/P&gt;&lt;P&gt;6) generally used for back ground jobs.&lt;/P&gt;&lt;P&gt;7) at atime we can update to more than one screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) asynchronous processing &lt;/P&gt;&lt;P&gt;2) can transfer small amount of data &lt;/P&gt;&lt;P&gt;3) processing is faster. &lt;/P&gt;&lt;P&gt;4) errors need to be handled explicitly &lt;/P&gt;&lt;P&gt;5) data is updated automatically &lt;/P&gt;&lt;P&gt;6) for background n fore ground jobs.&lt;/P&gt;&lt;P&gt;7) at atime we can update to a single screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For BDC:&lt;/P&gt;&lt;P&gt;&lt;A href="http://myweb.dal.ca/hchinni/sap/bdc_home.htm" target="test_blank"&gt;http://myweb.dal.ca/hchinni/sap/bdc_home.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/bdc&amp;amp;" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/bdc&amp;amp;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/learning-bdc-programming.htm" target="test_blank"&gt;http://www.sap-img.com/abap/learning-bdc-programming.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/bdc/bdchome.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/bdc/bdchome.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/69/c250684ba111d189750000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/69/c250684ba111d189750000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html" target="test_blank"&gt;http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/question-about-bdc-program.htm" target="test_blank"&gt;http://www.sap-img.com/abap/question-about-bdc-program.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/" target="test_blank"&gt;http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/bdc_main_page.htm" target="test_blank"&gt;http://www.planetsap.com/bdc_main_page.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2491514"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW&lt;/P&gt;&lt;P&gt;BDC is the way to transfer data by writing a batch input program which can use either session or call transaction method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW used to transfer data without/less code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What type of data we transfer using LSMW?&lt;/P&gt;&lt;P&gt;LSMW is best suited for transferring master data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually BDC and LSMW are not comparable at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example LSMW itself can use BDC as a way of mass data transfer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC is a mass data transfer technique via screen logic of existing SAP Data entry transactions. It behaves as if you are manually making thousand of entires into sap system as a background job. And that is probably the reason why BAPI's are preffered over BDC's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand LSMW is a tool to facilitate DATA migration from other legacy systems ... It contains step by step procedure for data migration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like Managing Data Migration Projects , Creating Source Structures , Mapping Source structures wid Target structures , etc etc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW internally might well be using the following techniqes for data transfer..&lt;/P&gt;&lt;P&gt;1. IDOX&lt;/P&gt;&lt;P&gt;2. Direct Input / BDC&lt;/P&gt;&lt;P&gt;4. BAPI's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW is an encapsulated data transfer tool. It can provide the same functionality as BDC infact much more but when coming to techinical perspective most the parameters are encapulated. To listout some of the differences :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW is basicaly designed for a fuctional consultant who do not do much coding but need to explore the fuctionality while BDC is designed for a technical consultant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW offers different techinque for migrating data: Direct input ,BAPI,Idoc,Batch input recording. While bdc basically uses recording.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW mapping is done by SAP while in BDC we have to do it explicitly .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW is basically for standard SAP application while bdc basically for customized application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coding can be done flexibly in BDC when compared to LSMW &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrainsonline.com/TUTORIALS/TECHNICAL/LSMW_tutorial.html" target="test_blank"&gt;http://www.sapbrainsonline.com/TUTORIALS/TECHNICAL/LSMW_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/TOOLS/LSMW/SAP_LSMW_steps_introduction.html" target="test_blank"&gt;http://www.sapbrain.com/TOOLS/LSMW/SAP_LSMW_steps_introduction.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/8e732760-5548-44cc-a0bb-5982c9424f17/lsmw_sp.ppt" target="test_blank"&gt;http://esnips.com/doc/8e732760-5548-44cc-a0bb-5982c9424f17/lsmw_sp.ppt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/f55fef40-fb82-4e89-9000-88316699c323/Data-Transfer-Using-LSMW.zip" target="test_blank"&gt;http://esnips.com/doc/f55fef40-fb82-4e89-9000-88316699c323/Data-Transfer-Using-LSMW.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/1cd73c19-4263-42a4-9d6f-ac5487b0ebcb/LSMW-with-Idocs.ppt" target="test_blank"&gt;http://esnips.com/doc/1cd73c19-4263-42a4-9d6f-ac5487b0ebcb/LSMW-with-Idocs.ppt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/ef04c89f-f3a2-473c-beee-6db5bb3dbb0e/LSMW-with-BAPI.ppt" target="test_blank"&gt;http://esnips.com/doc/ef04c89f-f3a2-473c-beee-6db5bb3dbb0e/LSMW-with-BAPI.ppt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/7582d072-6663-4388-803b-4b2b94d7f85e/LSMW.pdf" target="test_blank"&gt;http://esnips.com/doc/7582d072-6663-4388-803b-4b2b94d7f85e/LSMW.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for Long texts Upload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take a look at this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/e1/c6d30210e6cf4eac7b054a73f8fb1d/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/e1/c6d30210e6cf4eac7b054a73f8fb1d/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW with TABLE CONTROL &lt;/P&gt;&lt;P&gt;Refer the links -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2269388"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2999630"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2537101"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2753882"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1932476"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 07:43:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-learn-data-transfer/m-p/2523464#M571410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T07:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: need to learn data transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-learn-data-transfer/m-p/2523465#M571411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    BDC:&lt;/P&gt;&lt;P&gt;Batch Data Communication (BDC) is the process of transferring data from one SAP System to another SAP system or from a non-SAP system to SAP System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features :&lt;/P&gt;&lt;P&gt;BDC is an automatic procedure.&lt;/P&gt;&lt;P&gt;This method is used to transfer large amount of data that is available in electronic medium.&lt;/P&gt;&lt;P&gt;BDC can be used primarily when installing the SAP system and when transferring data from a legacy system (external system).&lt;/P&gt;&lt;P&gt;BDC uses normal transaction codes to transfer data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Types of BDC :&lt;/P&gt;&lt;P&gt;CLASSICAL BATCH INPUT (Session Method)&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BATCH INPUT METHOD:&lt;/P&gt;&lt;P&gt;This method is also called as &amp;#145;CLASSICAL METHOD&amp;#146;.&lt;/P&gt;&lt;P&gt;Features:&lt;/P&gt;&lt;P&gt;Asynchronous processing. &lt;/P&gt;&lt;P&gt;Synchronous Processing in database update.&lt;/P&gt;&lt;P&gt;Transfer data for more than one transaction.&lt;/P&gt;&lt;P&gt;Batch input processing log will be generated.&lt;/P&gt;&lt;P&gt;During processing, no transaction is started until the previous transaction has been written to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION METHOD :&lt;/P&gt;&lt;P&gt;This is another method to transfer data from the legacy system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features:&lt;/P&gt;&lt;P&gt;Synchronous processing. The system performs a database commit immediately before and after the CALL TRANSACTION USING statement.&lt;/P&gt;&lt;P&gt;Updating the database can be either synchronous or asynchronous. The program specifies the update type.&lt;/P&gt;&lt;P&gt;Transfer data for a single transaction.&lt;/P&gt;&lt;P&gt;Transfers data for a sequence of dialog screens.&lt;/P&gt;&lt;P&gt;No batch input processing log is generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For BDC:&lt;/P&gt;&lt;P&gt;&lt;A href="http://myweb.dal.ca/hchinni/sap/bdc_home.htm" target="test_blank"&gt;http://myweb.dal.ca/hchinni/sap/bdc_home.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/bdc&amp;amp;" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/bdc&amp;amp;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/learning-bdc-programming.htm" target="test_blank"&gt;http://www.sap-img.com/abap/learning-bdc-programming.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/bdc/bdchome.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/bdc/bdchome.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/69/c250684ba111d189750000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/69/c250684ba111d189750000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/learning-bdc-" target="test_blank"&gt;http://www.sap-img.com/abap/learning-bdc-&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html" target="test_blank"&gt;http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW&lt;/P&gt;&lt;P&gt;Please check this link and you can download LSMW Workbench documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/sap/saptech/lsmw.htm" target="test_blank"&gt;http://www.erpgenie.com/sap/saptech/lsmw.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go thro these steps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Tcode MM01 -- Maintain the source fields are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) mara-amtnr char(18)&lt;/P&gt;&lt;P&gt;2) mara-mbrsh char(1)&lt;/P&gt;&lt;P&gt;3) mara-mtart char(4)&lt;/P&gt;&lt;P&gt;4) makt-maktx char(40)&lt;/P&gt;&lt;P&gt;5) mara-meins char(3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the flate file format is like this as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAT991,C,COUP,Srinivas material01,Kg&lt;/P&gt;&lt;P&gt;MAT992,C,COUP,Srinivas material02,Kg&lt;/P&gt;&lt;P&gt;AMT993,C,COUP,Srinivas material03,Kg&lt;/P&gt;&lt;P&gt;MAT994,C,COUP,Srinivas material04,Kg&lt;/P&gt;&lt;P&gt;MAT995,C,COUP,Srinivas material05,Kg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto Tcode LSMW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give Project Name&lt;/P&gt;&lt;P&gt;Subproject Name&lt;/P&gt;&lt;P&gt;object Name&lt;/P&gt;&lt;P&gt;Press Enter -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; Press Execute Button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives 13 radio-Button Options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do the following 13 steps as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) select radio-Button 1 and execute&lt;/P&gt;&lt;P&gt;Maintain Object Attributes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select Standard Batch/Direct Input&lt;/P&gt;&lt;P&gt;give Object -- 0020&lt;/P&gt;&lt;P&gt;Method -- 0000&lt;/P&gt;&lt;P&gt;save &amp;amp; Come Back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) select radio-Button 2 and execute&lt;/P&gt;&lt;P&gt;Maintain Source Structures&lt;/P&gt;&lt;P&gt;select the source structure and got to click on create button&lt;/P&gt;&lt;P&gt;give source structure name &amp;amp; Description&lt;/P&gt;&lt;P&gt;save &amp;amp; Come Back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) select radio-Button 3 and execute&lt;/P&gt;&lt;P&gt;Maintain Source Fields&lt;/P&gt;&lt;P&gt;select the source structure and click on create button&lt;/P&gt;&lt;P&gt;give&lt;/P&gt;&lt;P&gt;first field&lt;/P&gt;&lt;P&gt;field name matnr&lt;/P&gt;&lt;P&gt;Field Label material Number&lt;/P&gt;&lt;P&gt;Field Length 18&lt;/P&gt;&lt;P&gt;Field Type C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second field&lt;/P&gt;&lt;P&gt;field name mbrsh&lt;/P&gt;&lt;P&gt;Field Label Industrial Sector&lt;/P&gt;&lt;P&gt;Field Length 1&lt;/P&gt;&lt;P&gt;Field Type C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Third field&lt;/P&gt;&lt;P&gt;field name mtart&lt;/P&gt;&lt;P&gt;Field Label material type&lt;/P&gt;&lt;P&gt;Field Length 4&lt;/P&gt;&lt;P&gt;Field Type C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fourth field&lt;/P&gt;&lt;P&gt;field name maktx&lt;/P&gt;&lt;P&gt;Field Label material description&lt;/P&gt;&lt;P&gt;Field Length 40&lt;/P&gt;&lt;P&gt;Field Type C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fifth field&lt;/P&gt;&lt;P&gt;field name meins&lt;/P&gt;&lt;P&gt;Field Label base unit of measurement&lt;/P&gt;&lt;P&gt;Field Length 3&lt;/P&gt;&lt;P&gt;Field Type C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save &amp;amp; come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) select radio-Button 4 and execute&lt;/P&gt;&lt;P&gt;Maintain Structure Relations&lt;/P&gt;&lt;P&gt;go to blue lines&lt;/P&gt;&lt;P&gt;select first blue line and click on create relationship button&lt;/P&gt;&lt;P&gt;select Second blue line and click on create relationship button&lt;/P&gt;&lt;P&gt;select Third blue line and click on create relationship button&lt;/P&gt;&lt;P&gt;save &amp;amp; come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) select radio-Button 5 and execute&lt;/P&gt;&lt;P&gt;Maintain Field Mapping and Conversion Rules&lt;/P&gt;&lt;P&gt;Select the Tcode and click on Rule button there you will select constant&lt;/P&gt;&lt;P&gt;and press continue button&lt;/P&gt;&lt;P&gt;give Transaction Code : MM01 and press Enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that&lt;/P&gt;&lt;P&gt;1) select MATNR field click on Source filed(this is the field mapping) select MATNR and press Enter&lt;/P&gt;&lt;P&gt;2) select MBRSH field click on Source filed(this is the field mapping) select MBRSH and press Enter&lt;/P&gt;&lt;P&gt;3) select MTART field click on Source filed(this is the field mapping) select MTART and press Enter&lt;/P&gt;&lt;P&gt;4) select MAKTX field click on Source filed(this is the field mapping) select MAKTX and press Enter&lt;/P&gt;&lt;P&gt;5) select MEINS field click on Source filed(this is the field mapping) select MEINS and press Enter&lt;/P&gt;&lt;P&gt;finally&lt;/P&gt;&lt;P&gt;save &amp;amp; come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) select radio-Button 6 and execute&lt;/P&gt;&lt;P&gt;Maintain Fixed Values, Translations, User-Defined Routines&lt;/P&gt;&lt;P&gt;Create FIXED VALUE Name &amp;amp; Description as MM01&lt;/P&gt;&lt;P&gt;Create Translations Name &amp;amp; Description as MM01&lt;/P&gt;&lt;P&gt;Create User-Defined Routines Name &amp;amp; Description as MM01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that delete all the above three just created in the 6th step&lt;/P&gt;&lt;P&gt;FIXED VALUE --MM01&lt;/P&gt;&lt;P&gt;Translations --MM01&lt;/P&gt;&lt;P&gt;User-Defined Routines --MM01&lt;/P&gt;&lt;P&gt;come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7) select radio-Button 7 and execute&lt;/P&gt;&lt;P&gt;Specify Files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select On the PC (Frontend) -- and click on Create button(f5)&lt;/P&gt;&lt;P&gt;give the path of the file like "c:material_data.txt"&lt;/P&gt;&lt;P&gt;description : -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;separators as select comma radiao- button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and press enter save &amp;amp; come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; select radio-Button 8 and execute&lt;/P&gt;&lt;P&gt;Assign Files&lt;/P&gt;&lt;P&gt;Save &amp;amp; come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9) select radio-Button 9 and execute&lt;/P&gt;&lt;P&gt;Read Files&lt;/P&gt;&lt;P&gt;Execute&lt;/P&gt;&lt;P&gt;come back&lt;/P&gt;&lt;P&gt;come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10) select radio-Button 10 and execute&lt;/P&gt;&lt;P&gt;Display Imported Data&lt;/P&gt;&lt;P&gt;Execute and press enter&lt;/P&gt;&lt;P&gt;come back&lt;/P&gt;&lt;P&gt;Come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11) select radio-Button 11 and execute&lt;/P&gt;&lt;P&gt;Convert Data&lt;/P&gt;&lt;P&gt;Execute&lt;/P&gt;&lt;P&gt;come back&lt;/P&gt;&lt;P&gt;Come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12) select radio-Button 12 and execute&lt;/P&gt;&lt;P&gt;Display Converted Data&lt;/P&gt;&lt;P&gt;Execute &amp;amp; come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;13) select radio-Button 13 and execute&lt;/P&gt;&lt;P&gt;Start Direct Input Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--select the Program&lt;/P&gt;&lt;P&gt;--select continue button&lt;/P&gt;&lt;P&gt;--go with via physical file&lt;/P&gt;&lt;P&gt;--give the lock mode as 'E'&lt;/P&gt;&lt;P&gt;and execute &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer these links,&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1060720"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/saptech/lsmw.htm" target="test_blank"&gt;http://www.sapgenie.com/saptech/lsmw.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://service.sap.com/lsmw" target="test_blank"&gt;http://service.sap.com/lsmw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/TUTORIALS/TECHNICAL/LSMW_tutorial.html" target="test_blank"&gt;http://www.sapbrain.com/TUTORIALS/TECHNICAL/LSMW_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc" target="test_blank"&gt;http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 07:56:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-learn-data-transfer/m-p/2523465#M571411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T07:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: need to learn data transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-learn-data-transfer/m-p/2523466#M571412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;BDC:&lt;/P&gt;&lt;P&gt;i,&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap-img.com/bdc.htm" target="test_blank"&gt;http://sap-img.com/bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For BDC:&lt;/P&gt;&lt;P&gt;&lt;A href="http://myweb.dal.ca/hchinni/sap/bdc_home.htm" target="test_blank"&gt;http://myweb.dal.ca/hchinni/sap/bdc_home.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/bdc&amp;amp;" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/bdc&amp;amp;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/learning-bdc-programming.htm" target="test_blank"&gt;http://www.sap-img.com/abap/learning-bdc-programming.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/bdc/bdchome.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/bdc/bdchome.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/69/c250684ba111d189750000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/69/c250684ba111d189750000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html" target="test_blank"&gt;http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/question-about-bdc-program.htm" target="test_blank"&gt;http://www.sap-img.com/abap/question-about-bdc-program.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/" target="test_blank"&gt;http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/bdc_main_page.htm" target="test_blank"&gt;http://www.planetsap.com/bdc_main_page.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2491514"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;call transaction:&lt;/P&gt;&lt;P&gt;chk the links below&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/" target="test_blank"&gt;http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;excel sheet uploading:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/upload-direct-excel.htm" target="test_blank"&gt;http://www.sap-img.com/abap/upload-direct-excel.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/excel_upload_alternative-kcd-excel-ole-to-int-convert.htm" target="test_blank"&gt;http://www.sap-img.com/abap/excel_upload_alternative-kcd-excel-ole-to-int-convert.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/file/file_upexcel.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/file/file_upexcel.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/file/file_upexcel.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/file/file_upexcel.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/ms/mshome.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/ms/mshome.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lsmw:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/bdc.htm" target="test_blank"&gt;http://www.sap-img.com/bdc.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;steps for LSMW: detail documnets: &lt;A href="http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc" target="test_blank"&gt;http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapabap.iespana.es/sapabap/manuales/pdf/lsmw.pdf" target="test_blank"&gt;http://sapabap.iespana.es/sapabap/manuales/pdf/lsmw.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sap-data-migration.htm" target="test_blank"&gt;http://www.sap-img.com/sap-data-migration.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://websmp207.sap-ag.de/lsmw" target="test_blank"&gt;https://websmp207.sap-ag.de/lsmw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;cross applications material :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAARCCA/CAARCCA.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAARCCA/CAARCCA.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAGTFADM/CAGTFADM-CA.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAGTFADM/CAGTFADM-CA.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAARCCA/CAARCCA.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAARCCA/CAARCCA.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMCA/BCBMTWFMCA.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMCA/BCBMTWFMCA.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 08:50:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-learn-data-transfer/m-p/2523466#M571412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T08:50:55Z</dc:date>
    </item>
  </channel>
</rss>

