<?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: Dmbtr value in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dmbtr-value/m-p/11911794#M1963236</link>
    <description>&lt;P&gt;Will check&lt;/P&gt;</description>
    <pubDate>Fri, 10 May 2019 00:11:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2019-05-10T00:11:17Z</dc:date>
    <item>
      <title>Dmbtr value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dmbtr-value/m-p/11911792#M1963234</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;iam new to sap abap...&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;in mard select entries&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;Matnr-210004, &lt;STRONG&gt;lgort-39,&lt;/STRONG&gt; pstat-D, lvorm=null, LFGJA=2012 ,LFMON=12, Labst,Umlme,insmeeinme,retme(All Field) =0.000 (only one entries there and one storage location)&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;mseg table &lt;/STRONG&gt;:&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Matnr-210004, lgort-Blank, Bwart-303 ,DMBTR-5.19, SHKZA-S&lt;/STRONG&gt; (This field i need to join)&lt;/P&gt;
  &lt;P&gt;Matnr-210004, lgort-39, Bwart-301 ,DMBTR-2593.12, SHKZA-S&lt;/P&gt;
  &lt;P&gt;Matnr-210004, lgort-39, Bwart-301 ,DMBTR-2593.12, SHKZA-S&lt;/P&gt;
  &lt;P&gt;Matnr-210004, lgort-39, Bwart-301 ,DMBTR-2593.12, SHKZA-S&lt;/P&gt;
  &lt;P&gt;Matnr-210004, lgort-39, Bwart-301 ,DMBTR-5186, SHKZA-S&lt;/P&gt;
  &lt;P&gt;Matnr-210004, lgort- blank, Bwart-301 ,DMBTR-5186, SHKZA-S&lt;/P&gt;
  &lt;P&gt;My Requirement :&lt;/P&gt;
  &lt;P&gt;in plant analysis i got difference value of the matnr :5.19&lt;/P&gt;
  &lt;P&gt;i saw in mseg table but it is stored as lgort as blank in mard the only one location 39 for particular material&lt;/P&gt;
  &lt;P&gt;how can i join the table,... is there any alternative table&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 03:09:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dmbtr-value/m-p/11911792#M1963234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-05-09T03:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dmbtr value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dmbtr-value/m-p/11911793#M1963235</link>
      <description>&lt;P&gt;hi &lt;A href="https://answers.sap.com/users/337155/divkar.html"&gt;Dhivya Gopal&lt;/A&gt; ,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;You can join MARD and MSEG as follows,

MSEG-MJAHR = MARD-LFGJA
MSEG-MATNR = MARD-MATNR
MSEG-LGORT = MARD-LGORT
MSEG-WERKS = MARD-WERKS&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 09 May 2019 17:43:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dmbtr-value/m-p/11911793#M1963235</guid>
      <dc:creator>former_member596005</dc:creator>
      <dc:date>2019-05-09T17:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dmbtr value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dmbtr-value/m-p/11911794#M1963236</link>
      <description>&lt;P&gt;Will check&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 00:11:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dmbtr-value/m-p/11911794#M1963236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-05-10T00:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dmbtr value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dmbtr-value/m-p/11911795#M1963237</link>
      <description>&lt;P&gt;Thanks for the query.. I have another case where mseg table contains dmbtr when storage location is empty... I have to take that entry from mseg where storage location is from mseg to sum it to valuated stock report along with the entries in mard...for a matnr. &lt;/P&gt;&lt;P&gt;And for the same matnr there is no empty storage location entry in mard to join it... please let me know how to get this entry along with mard...&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 00:48:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dmbtr-value/m-p/11911795#M1963237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-05-10T00:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dmbtr value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dmbtr-value/m-p/11911796#M1963238</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Just checked one of my entries not matching for &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MSEG-MJAHR = MARD-LFGJA
Please guide how to take records when this condition is not matched.

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 10 May 2019 01:00:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dmbtr-value/m-p/11911796#M1963238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-05-10T01:00:07Z</dc:date>
    </item>
  </channel>
</rss>

