<?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: MARM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/marm/m-p/1698002#M306141</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;Try something like this :&lt;/P&gt;&lt;P&gt;- For a pal :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;      SELECT SINGLE * FROM marm WHERE matnr = itab-matnr
                                  AND meinh = 'PAL'.
      IF sy-subrc EQ 0 AND marm-umrez NE 0.
        nb_pal           = qty DIV marm-umrez.
nb_car = qty MOD marm-umrez.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- for nb of st in a KAr &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;      SELECT SINGLE * FROM marm WHERE matnr = itab-matnr
                                  AND meinh = 'KAR'.
      IF sy-subrc EQ 0 AND marm-umrez NE 0.
        nb_car           = Qty DIV marm-umrez.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Nov 2006 10:36:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-17T10:36:33Z</dc:date>
    <item>
      <title>MARM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/marm/m-p/1698000#M306139</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 need to calculate number of pallets and cases from Qty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pallets =  QTY * MARM-UMREN / MARM-UMREZ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now how to calculate the Number of cases in a Pallet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2006 09:50:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/marm/m-p/1698000#M306139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-17T09:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: MARM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/marm/m-p/1698001#M306140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no of cases can vary from system to system...U should ask the functional owner what will be the no of cases in a pallet or how to define it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2006 10:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/marm/m-p/1698001#M306140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-17T10:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: MARM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/marm/m-p/1698002#M306141</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;Try something like this :&lt;/P&gt;&lt;P&gt;- For a pal :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;      SELECT SINGLE * FROM marm WHERE matnr = itab-matnr
                                  AND meinh = 'PAL'.
      IF sy-subrc EQ 0 AND marm-umrez NE 0.
        nb_pal           = qty DIV marm-umrez.
nb_car = qty MOD marm-umrez.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- for nb of st in a KAr &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;      SELECT SINGLE * FROM marm WHERE matnr = itab-matnr
                                  AND meinh = 'KAR'.
      IF sy-subrc EQ 0 AND marm-umrez NE 0.
        nb_car           = Qty DIV marm-umrez.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2006 10:36:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/marm/m-p/1698002#M306141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-17T10:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: MARM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/marm/m-p/1698003#M306142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Thanks  for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pallets = TRUNC( G_QTY_BU * MARM-UMREN / MARM-UMREZ ).&lt;/P&gt;&lt;P&gt;G_REM = G_QTY_BU * MARM-UMREN MOD MARM-UMREZ.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The integer value will be the full pallets and the remainder(G_REM)  will be used for the loose cases calculation. &lt;/P&gt;&lt;P&gt;You then multiply the remainder (G_REM) by the number of cases in a pallet (UMREZ) and this will give you the number of loose cases. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls let me know if this is correct...............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2006 10:54:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/marm/m-p/1698003#M306142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-17T10:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: MARM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/marm/m-p/1698004#M306143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this links i hope these ll help you to solve your problem&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/5f/071eed117c11d5b37d0050dadef62b/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/5f/071eed117c11d5b37d0050dadef62b/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2006 10:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/marm/m-p/1698004#M306143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-17T10:56:48Z</dc:date>
    </item>
  </channel>
</rss>

