<?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: MM02 insertion - Urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mm02-insertion-urgent/m-p/1017830#M80500</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like the unit of measure maintained in the basic data ( usually which will be EA ) will always appear on first tab, and then the unit of measures whichever are added are inserted in aplhabetical order. ( so 1" comes before ACR ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All u have to do is from the records obtained from MARM first find the unit of measure maintained in basic data, which will be the first record. Sort the rest of the records in ascending order, I think this should solve ur problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Sep 2005 10:51:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-28T10:51:45Z</dc:date>
    <item>
      <title>MM02 insertion - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mm02-insertion-urgent/m-p/1017828#M80498</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 tring to insert the unit of measure in mm02 for a given material through a BDC. &lt;/P&gt;&lt;P&gt;  The place of insertion is mm02-&amp;gt; matnr-&amp;gt; select all-&amp;gt;additional data-&amp;gt; Units of measure tab.&lt;/P&gt;&lt;P&gt;  I cant insert an "Alternative Unit of Measure for Stockkeeping Unit" which is already there. So i must delete that entry and enter my new entry. In a BDC u can't read the index of the entry to be deleted. So i went to table MARM to get the unit of measures for a material. i ahve records for the material in MARM.&lt;/P&gt;&lt;P&gt;  So in my program i check whether the entry exists or not, it it exists then i sort the records in some order and then find the index delete the record of that index in mm02 and the insert the new entry.&lt;/P&gt;&lt;P&gt;  I want to know in which order the unit of measures are sorted in mm02. If i insert a new entry the entry doess'nt go as a last record but it inserts in between. I want to know under what criteria it is doing that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 09:20:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mm02-insertion-urgent/m-p/1017828#M80498</guid>
      <dc:creator>aaruljothi</dc:creator>
      <dc:date>2005-09-28T09:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: MM02 insertion - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mm02-insertion-urgent/m-p/1017829#M80499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use bapi BAPI_MATERIAL_SAVEDATA.&lt;/P&gt;&lt;P&gt;it will change your life &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 09:25:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mm02-insertion-urgent/m-p/1017829#M80499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T09:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: MM02 insertion - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mm02-insertion-urgent/m-p/1017830#M80500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like the unit of measure maintained in the basic data ( usually which will be EA ) will always appear on first tab, and then the unit of measures whichever are added are inserted in aplhabetical order. ( so 1" comes before ACR ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All u have to do is from the records obtained from MARM first find the unit of measure maintained in basic data, which will be the first record. Sort the rest of the records in ascending order, I think this should solve ur problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 10:51:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mm02-insertion-urgent/m-p/1017830#M80500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T10:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: MM02 insertion - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mm02-insertion-urgent/m-p/1017831#M80501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sharath kumar R,&lt;/P&gt;&lt;P&gt;sort on which field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 11:36:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mm02-insertion-urgent/m-p/1017831#M80501</guid>
      <dc:creator>aaruljothi</dc:creator>
      <dc:date>2005-09-28T11:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: MM02 insertion - Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mm02-insertion-urgent/m-p/1017832#M80502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First query MARA for the field MEINS. This will be the first unit of measure that will be displayed in the additional data tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now get all the records from MARM, and delete the record which has field MEINH same as MEINS of MARA. ( for example EA ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now sort the table MARM by field MEINH ( character wise ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u will get the order that is maintained in the transaction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2005 05:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mm02-insertion-urgent/m-p/1017832#M80502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-29T05:44:53Z</dc:date>
    </item>
  </channel>
</rss>

