<?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: Upload error using LSMW in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-error-using-lsmw/m-p/5044663#M1172789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;refer below link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdev.co.uk/enhance/eframework/eframeworkhome.htm" target="test_blank"&gt;http://www.sapdev.co.uk/enhance/eframework/eframeworkhome.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jan 2009 07:55:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-05T07:55:54Z</dc:date>
    <item>
      <title>Upload error using LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-error-using-lsmw/m-p/5044657#M1172783</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;I am using LSMW to upload the fields in table. For that the main program RMDATING (source code of RMDATIN5) is used. The function module MAT_MOV_GENERATOR is called in the program in which the program LMGADU05 is passed as the parameter. But when i see LMGADU05 the fields ZZA_TEXT4 and ZZA_TEXT5 are not uploaded in the table MARA, while in the program LMGADU10 the fields ZPLP1 and ZPLD1 are uploaded in the table MBEW. Because of this the fields ZZA_TEX4 and TEXT5 are not getting uploaded in the table MARA, even if the flat file is correct and the LSMW gives zero errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Akshay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 04:24:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-error-using-lsmw/m-p/5044657#M1172783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T04:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Upload error using LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-error-using-lsmw/m-p/5044658#M1172784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This program generates coding for the function modules required to transfer data to the material master. You only need to run it if you have included new fields in the master tables and if you want to supply values for these fields by direct input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Important&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;You must also include the appropriate fields in batch input structures BMMHx.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 04:37:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-error-using-lsmw/m-p/5044658#M1172784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T04:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Upload error using LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-error-using-lsmw/m-p/5044659#M1172785</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 have maintained the structure relationship as well as Field mapping and conversion rules. Also when I read data and convert data the value is there in BMMH1-ZZA_TEXT4 and BMMH1-ZZA_TEXT5. When I run "Start Direct input program" the fields are not getting updated even if i am not getting any error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Akshay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 04:48:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-error-using-lsmw/m-p/5044659#M1172785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T04:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Upload error using LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-error-using-lsmw/m-p/5044660#M1172786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;search for below form in program RMDATIND....&lt;/P&gt;&lt;P&gt; there check if ur 2 zfields are getting updated to mara table if not then use ENCHANEMENT SPOT and include ur code there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; FORM btci_2_itabs    &lt;/P&gt;&lt;P&gt;                                          *&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; die BTCI Strukturen auf die Stammtabellen umverteilen               *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Es gibt&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; BMMH1 Hauptdaten         MARA, MARC ... OHNE MVER-------&amp;gt;check here&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ^- kommt nur einmal vor (keine interne Tabelle)&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; BMMH2 Länderdaten        mg03steuer -&amp;gt; steu_ueb&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; BMMH3 Prognosewerte      Sonderlogik&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; BMMH4 Verbrauchswerte    MVEG, MVEU (Sonderlogik)&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; BMMH5 Kurztexte          MAKT&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; BMMH6 Mengeneinheiten    MARM&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; BMMH7 Langtexte          LTX1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; BMMH8 referentielle EANs MEAN  (MEA1)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 05:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-error-using-lsmw/m-p/5044660#M1172786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T05:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Upload error using LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-error-using-lsmw/m-p/5044661#M1172787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it happens sonme time for z fileds added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you might need to do the updating for z fileds using Recording LSMW.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 05:19:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-error-using-lsmw/m-p/5044661#M1172787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T05:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Upload error using LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-error-using-lsmw/m-p/5044662#M1172788</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 able to edit the program. How to use the Enhancement-point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Akshay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 06:54:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-error-using-lsmw/m-p/5044662#M1172788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T06:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Upload error using LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-error-using-lsmw/m-p/5044663#M1172789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;refer below link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdev.co.uk/enhance/eframework/eframeworkhome.htm" target="test_blank"&gt;http://www.sapdev.co.uk/enhance/eframework/eframeworkhome.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 07:55:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-error-using-lsmw/m-p/5044663#M1172789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T07:55:54Z</dc:date>
    </item>
  </channel>
</rss>

