<?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: LSMW in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/1601212#M269945</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;I am not quite sure wat is ur scenario. But may be one of the reason is the field length would not be maintained in the flat file. I mean to say if material no lenth is 13 digits and in ur flat file ur having mat no as 1245, then u have to append 9 blank spaces in this case. In simple what ever data u r having, if it is not upto length, then put remaining spaces to the right. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Oct 2006 09:51:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-13T09:51:12Z</dc:date>
    <item>
      <title>LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/1601209#M269942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i am going to excute read data step in lsmw &lt;/P&gt;&lt;P&gt;i am getting error as &amp;lt;b&amp;gt;file "c:/asd.txt" and source structure structmm01 have no fields with the same name&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;here i am taking flat file (text file) that contains fields and data&lt;/P&gt;&lt;P&gt;matnr-200-100&lt;/P&gt;&lt;P&gt;mtart-halt&lt;/P&gt;&lt;P&gt;mbrsh-c&lt;/P&gt;&lt;P&gt;matkl-001&lt;/P&gt;&lt;P&gt;meins-st&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please clarify my doubt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Divya sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 08:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/1601209#M269942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T08:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/1601210#M269943</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;When you define the file path in the Specify Files option make sure that you have not clicked the option 'Field Names at the Start of File&lt;/P&gt;&lt;P&gt;If you remove this option then it will work fine.Suppose you do need the field names make sure that the names at the beginning of the file is the same as the field names specified in the Source Structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 09:01:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/1601210#M269943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T09:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/1601211#M269944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i am giving flat file contents as follows &lt;/P&gt;&lt;P&gt;900-100,roh,m,001,st&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still i am getting error as  &amp;lt;b&amp;gt;conversion errro bmmh1-meins content st,&lt;/P&gt;&lt;P&gt;no description transferred&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz clarify&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Divya sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 09:36:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/1601211#M269944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T09:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/1601212#M269945</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;I am not quite sure wat is ur scenario. But may be one of the reason is the field length would not be maintained in the flat file. I mean to say if material no lenth is 13 digits and in ur flat file ur having mat no as 1245, then u have to append 9 blank spaces in this case. In simple what ever data u r having, if it is not upto length, then put remaining spaces to the right. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 09:51:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/1601212#M269945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T09:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/1601213#M269946</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;&lt;/P&gt;&lt;P&gt;Still i am getting same error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 10:48:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/1601213#M269946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T10:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/1601214#M269947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about trying to use EA instead of ST ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 18:53:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/1601214#M269947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T18:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/1601215#M269948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Divya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Make sure the fields in the structure of the lsmw is same as the flat file structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. refer the size of the fields in flat file and lsmw structure, it should be same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Do you want to upload materials ?? Which method are you using ..BDC,idoc ?? if you are uploading the material data in the file is not enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards&lt;/P&gt;&lt;P&gt;vivek&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;reward points for all the helpful answers&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 23:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/1601215#M269948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T23:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/1601216#M269949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Divya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is probaly due to incorrect flat file contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Preapre your flat file data in this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Copy your flat file data into MS Excel.(Note : Each cell holds only one data field, i.e.. &amp;lt;b&amp;gt;200-100&amp;lt;/b&amp;gt; ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)Save as ( Text tab delimited).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your LSMW &amp;lt;b&amp;gt;Specify file&amp;lt;/b&amp;gt; section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Sepearators&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabulator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;File Structure&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field Order matches source strcu defn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Code page&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;ASCII&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;AS&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Oct 2006 07:15:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/1601216#M269949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-15T07:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/1601217#M269950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Divya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asper your flat file structre when you are selectiong the option for reading the file in LSMW &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better choose COMMA DELIMITER instead of TAB delimitor &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will work fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 11:01:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/1601217#M269950</guid>
      <dc:creator>shishupalreddy</dc:creator>
      <dc:date>2006-10-16T11:01:12Z</dc:date>
    </item>
  </channel>
</rss>

