<?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: Batch-Input for MM41 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-mm41/m-p/5503431#M1258828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your helpful answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how about the listing, the calculation and the inforecord you can create using the MM41?&lt;/P&gt;&lt;P&gt;Do I need BAPIs for this, too?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Apr 2009 09:15:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-30T09:15:08Z</dc:date>
    <item>
      <title>Batch-Input for MM41</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-mm41/m-p/5503429#M1258826</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 tried to create material with batch-input or transaction MM41, but it doesn't work because of the selection of the characteristic profile. The recording always stops at the dynpro with the hierarchy of the characteristic profiles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have an idea, how to solve this or to work around?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tobias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 08:01:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-mm41/m-p/5503429#M1258826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-30T08:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Batch-Input for MM41</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-mm41/m-p/5503430#M1258827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use LSMW  with bapi method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Business Object      BUS1001001   Retail material&lt;/P&gt;&lt;P&gt;Method               SAVEADDITIONALSREPLICAS     Create and change additio&lt;/P&gt;&lt;P&gt;Message Type         MMADDI                      Create and change additio&lt;/P&gt;&lt;P&gt;Basic Type           MMADDI01                    Create and change additio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use BAPI  BAPI_RETAILMATERIAL_CREATE     Create Material&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 09:07:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-mm41/m-p/5503430#M1258827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-30T09:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Batch-Input for MM41</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-mm41/m-p/5503431#M1258828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your helpful answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how about the listing, the calculation and the inforecord you can create using the MM41?&lt;/P&gt;&lt;P&gt;Do I need BAPIs for this, too?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 09:15:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-mm41/m-p/5503431#M1258828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-30T09:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Batch-Input for MM41</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-mm41/m-p/5503432#M1258829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for this we have  below FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ME_DB_UPDATE_INFORECORDS       Updating info records in database&lt;/P&gt;&lt;P&gt;ME_UPDATE_INFORECORD           Update program for purchasing info record&lt;/P&gt;&lt;P&gt;ME_UPDATE_INFORECORD_COND      Update price in info record during maintenance f&lt;/P&gt;&lt;P&gt;ME_UPDATE_INFORECORD_PD        Update info records from purchasing documents&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MEKO&lt;/P&gt;&lt;P&gt;ME_GET_INFORECORD_CONDITIONS&lt;/P&gt;&lt;P&gt;ME_GET_INFORECORD_CONDITIONS_1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can use LSMW method for Info records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object               0060   Purchasing info rec.&lt;/P&gt;&lt;P&gt;Method               0000&lt;/P&gt;&lt;P&gt;Program Name         RM06IBI0&lt;/P&gt;&lt;P&gt;Program Type         B   Batch Input&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 09:41:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-mm41/m-p/5503432#M1258829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-30T09:41:46Z</dc:date>
    </item>
  </channel>
</rss>

