<?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/11915119#M1963472</link>
    <description>&lt;P&gt;SELECT SINGLE DMBTR FROM MSEG as G INTO DATA(lv_mseg) INNER JOIN MARD as D WHERE G~MJAHR = '2017' AND D~MJAHR = '2015'  AND G~MATNR = D~MATNR AND G~WERKS = D~WERKS AND G~LGORT = D~LGORT ( All the fields that match ).&lt;/P&gt;&lt;P&gt;** Please excuse the syntax I do not have my computer with me. **&lt;/P&gt;&lt;P&gt;Use the comments button to respond. The answer button is only for providing answers.&lt;/P&gt;</description>
    <pubDate>Sun, 12 May 2019 05:12:21 GMT</pubDate>
    <dc:creator>developerone</dc:creator>
    <dc:date>2019-05-12T05:12:21Z</dc:date>
    <item>
      <title>Dmbtr value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dmbtr-value/m-p/11915116#M1963469</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;iam new to sap abap...&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;Exaample:&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.00&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;PRE&gt;&lt;CODE&gt;MSEG-MJAHR = MARD-LFGJA&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;but mseg-mjahr not matched with mard LFGJA&lt;/P&gt;
  &lt;P&gt;how can i join the table,... is there any alternative table&lt;/P&gt;
  &lt;P&gt;please help me&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 19:48:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dmbtr-value/m-p/11915116#M1963469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-05-10T19:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dmbtr value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dmbtr-value/m-p/11915117#M1963470</link>
      <description>&lt;P&gt;Can you please post your code? It helps us understand the problem.&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2019 03:29:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dmbtr-value/m-p/11915117#M1963470</guid>
      <dc:creator>developerone</dc:creator>
      <dc:date>2019-05-12T03:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dmbtr value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dmbtr-value/m-p/11915118#M1963471</link>
      <description>&lt;P&gt;Hai sai, &lt;/P&gt;&lt;P&gt;I want to join mard table with mseg table to get dmbtr field value.&lt;/P&gt;&lt;P&gt;Key for two table is&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MSEG-MJAHR = MARD-LFGJA

but for particular material number 
mseg and lfgja value not matched......


In mseg table
For Matnr-210004  mjahr is 2017 
dmbtr 14
In mard table 
For Matnr-210004  mjahr is 2015


How can I join the table to get dmbtr?
Pls help me&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 12 May 2019 04:48:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dmbtr-value/m-p/11915118#M1963471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-05-12T04:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dmbtr value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dmbtr-value/m-p/11915119#M1963472</link>
      <description>&lt;P&gt;SELECT SINGLE DMBTR FROM MSEG as G INTO DATA(lv_mseg) INNER JOIN MARD as D WHERE G~MJAHR = '2017' AND D~MJAHR = '2015'  AND G~MATNR = D~MATNR AND G~WERKS = D~WERKS AND G~LGORT = D~LGORT ( All the fields that match ).&lt;/P&gt;&lt;P&gt;** Please excuse the syntax I do not have my computer with me. **&lt;/P&gt;&lt;P&gt;Use the comments button to respond. The answer button is only for providing answers.&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2019 05:12:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dmbtr-value/m-p/11915119#M1963472</guid>
      <dc:creator>developerone</dc:creator>
      <dc:date>2019-05-12T05:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dmbtr value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dmbtr-value/m-p/11915120#M1963473</link>
      <description>&lt;P&gt;Hi sai,&lt;/P&gt;&lt;P&gt;Thank for ur reply. But Here plant is input. Year is not input. How can I match these table when year is different in both table. &lt;/P&gt;&lt;P&gt;The above year is just an example.&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2019 05:27:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dmbtr-value/m-p/11915120#M1963473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-05-12T05:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dmbtr value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dmbtr-value/m-p/11915121#M1963474</link>
      <description>&lt;P&gt;Did you try not to only use MARD without period/year, but also MARDH for past period/year, MARD carry the last period/year when a movement occured.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 09:01:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dmbtr-value/m-p/11915121#M1963474</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-05-13T09:01:10Z</dc:date>
    </item>
  </channel>
</rss>

