<?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 data transfer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/3390357#M814072</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii&lt;/P&gt;&lt;P&gt;experts&lt;/P&gt;&lt;P&gt;The scenario is like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One &lt;STRONG&gt;mainframe&lt;/STRONG&gt; system and one &lt;STRONG&gt;Sap&lt;/STRONG&gt; system &lt;/P&gt;&lt;P&gt;now my requirement is to transfer data from mainframe server to sap server.how shall i do ?? &lt;U&gt;&lt;STRONG&gt;What will be the Concept?&lt;/STRONG&gt;&lt;/U&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help&lt;/P&gt;&lt;P&gt;thanx and regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Feb 2008 17:58:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-19T17:58:02Z</dc:date>
    <item>
      <title>data transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/3390357#M814072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii&lt;/P&gt;&lt;P&gt;experts&lt;/P&gt;&lt;P&gt;The scenario is like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One &lt;STRONG&gt;mainframe&lt;/STRONG&gt; system and one &lt;STRONG&gt;Sap&lt;/STRONG&gt; system &lt;/P&gt;&lt;P&gt;now my requirement is to transfer data from mainframe server to sap server.how shall i do ?? &lt;U&gt;&lt;STRONG&gt;What will be the Concept?&lt;/STRONG&gt;&lt;/U&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help&lt;/P&gt;&lt;P&gt;thanx and regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 17:58:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/3390357#M814072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T17:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: data transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/3390358#M814073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the methods will be,&lt;/P&gt;&lt;P&gt;Download all the legacy data into flat files, convert it and upload it into SAP system using LSMW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Asif Ali Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 03:20:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/3390358#M814073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T03:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: data transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/3390359#M814074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; To convert programatically,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There should be connector(third party tools) between two servers which will convert non sap data into sap data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  (OR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible to get  all the mainfram server data into some file(excel, notepad....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;keep that file in application server (OR) presentation server and upload the data into SAP&lt;/P&gt;&lt;P&gt; by BDC or LSMW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. reward if useful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 03:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/3390359#M814074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T03:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: data transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/3390360#M814075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;do one this. first take the data from Mainframe system into text file and use LSMW to load the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;procedure to load data is as follows.-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;uploading vendor master data using recording method.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Go to transaction LSMW.  &lt;/P&gt;&lt;P&gt;Click on &amp;#147;Create Entry&amp;#148;.  &lt;/P&gt;&lt;P&gt;Create Project: &lt;/P&gt;&lt;P&gt;Click on &amp;#147;Continue&amp;#148;.  &lt;/P&gt;&lt;P&gt;Create &amp;#145;Subproject&amp;#146;: &lt;/P&gt;&lt;P&gt;Click on &amp;#147;Continue&amp;#148; and create Object. &lt;/P&gt;&lt;P&gt;Click on Continue. &lt;/P&gt;&lt;P&gt;Click on Continue again. &lt;/P&gt;&lt;P&gt;Select the first step &amp;#147;Maintain Object Attributes&amp;#148; and click on &amp;#147;Execute&amp;#148;. &lt;/P&gt;&lt;P&gt;Select the check box &amp;#147;Batch input Recording&amp;#148; and click on  : &lt;/P&gt;&lt;P&gt;Create a recording for the transaction XK01 with the required fields. In this example, only mandatory fields are used. &lt;/P&gt;&lt;P&gt;Save the recording. &lt;/P&gt;&lt;P&gt;&amp;lt;Once the recording is done, please remember to mention the field name for each field by double-clicking on it and removing the default value that appears in the recording (the default values shown are the values you entered during your recording). See the screenshot below&amp;gt;&lt;/P&gt;&lt;P&gt;Come back to the earlier screen and mention the name of the recording.  &lt;/P&gt;&lt;P&gt;SAVE and click on &amp;#147;Back&amp;#148;. &lt;/P&gt;&lt;P&gt;Select the check box &amp;#147;Maintain Source Structures&amp;#148; and click on Execute:  &lt;/P&gt;&lt;P&gt;Select the &amp;#147;Source Structures&amp;#148; and click on &amp;#147;Create&amp;#148;: &lt;/P&gt;&lt;P&gt;Click on &amp;#147;Continue&amp;#148;.  &lt;/P&gt;&lt;P&gt;SAVE and click on &amp;#147;Back&amp;#148;.  &lt;/P&gt;&lt;P&gt;Select the radio button &amp;#147;Maintain Source Fields&amp;#148; and click on Execute  &lt;/P&gt;&lt;P&gt;Select the Source structure and click on &amp;#147;Create Field&amp;#148; &lt;/P&gt;&lt;P&gt;In our scenario for creating vendor master records, we would define only the mandatory fields.  &lt;/P&gt;&lt;P&gt;Save and click on Back.  &lt;/P&gt;&lt;P&gt;Select &amp;#147;Maintain Structure Relations&amp;#148; and click on &amp;#147;Execute&amp;#148;.  &lt;/P&gt;&lt;P&gt;Save and go back to the previous screen&lt;/P&gt;&lt;P&gt;Now select &amp;#145;Maintain Field Mapping and Conversion Rules&amp;#146; and click Execute  &lt;/P&gt;&lt;P&gt;Now we need to assign the relationship between source structure (of the input file) and the target structure (from the recording).  &lt;/P&gt;&lt;P&gt;Select the field from the list and click on &amp;#147;assign source field&amp;#148;: &lt;/P&gt;&lt;P&gt;Save and go back to the previous screen.  &lt;/P&gt;&lt;P&gt;Select the option &amp;#147;Specify files&amp;#148; and click on Execute. &lt;/P&gt;&lt;P&gt;Select the option &amp;#147;Legacy Data&amp;#148; (on the PC) and click on Add entry.  &lt;/P&gt;&lt;P&gt;Provide the location of the test data file and other details as shown below: &lt;/P&gt;&lt;P&gt;Click on Continue, next SAVE. &lt;/P&gt;&lt;P&gt;If you get any error like this: &lt;/P&gt;&lt;P&gt;Then click on Converted data file, and reduce the file name.  &lt;/P&gt;&lt;P&gt;Now select the option &amp;#147;Assign files&amp;#148; and click on Execute:  &lt;/P&gt;&lt;P&gt;Since we have only one file to upload, the file is already assigned to the structure.  &lt;/P&gt;&lt;P&gt;Save and go back to the previous screen.&lt;/P&gt;&lt;P&gt;Now click on Read data and select Execute button &lt;/P&gt;&lt;P&gt;Click on Execute &lt;/P&gt;&lt;P&gt;The file is successfully read.  &lt;/P&gt;&lt;P&gt;To see the data that is read, use &amp;#147;Display read data&amp;#148; on the main screen. &lt;/P&gt;&lt;P&gt;Double-click on the record. &lt;/P&gt;&lt;P&gt;Now come back to the main screen and select &amp;#147;Convert data&amp;#148; &lt;/P&gt;&lt;P&gt;To check, if the data has successfully converted from source structure to target structure, select &amp;#147;Display Converted data&amp;#148; &lt;/P&gt;&lt;P&gt;Double-click on the record. &lt;/P&gt;&lt;P&gt;Now create batch input session and the run the same.   &lt;/P&gt;&lt;P&gt;Now run the session to upload the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 08:24:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/3390360#M814075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T08:24:19Z</dc:date>
    </item>
  </channel>
</rss>

