<?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: its really imp in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/its-really-imp/m-p/3858604#M927449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible that i can access erfmg in two diffrerent columns based on the posting date,movement,storage location.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 May 2008 06:41:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-23T06:41:31Z</dc:date>
    <item>
      <title>its really imp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/its-really-imp/m-p/3858601#M927446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECT  a&lt;SUB&gt;erfmg a&lt;/SUB&gt;lgort a&lt;SUB&gt;matnr a&lt;/SUB&gt;mblnr a&lt;SUB&gt;werks b&lt;/SUB&gt;budat INTO CORRESPONDING FIELDS OF&lt;/P&gt;&lt;P&gt;itab FROM mseg AS a INNER JOIN mkpf AS b ON&lt;/P&gt;&lt;P&gt;a&lt;SUB&gt;mblnr = b&lt;/SUB&gt;mblnr WHERE&lt;/P&gt;&lt;P&gt;a~werks = '1000' AND&lt;/P&gt;&lt;P&gt;a~mblnr IN ('4900000088','4900000086' ) AND&lt;/P&gt;&lt;P&gt;a~matnr = 'DC0018' AND&lt;/P&gt;&lt;P&gt;a~lgort = 'FGS' AND&lt;/P&gt;&lt;P&gt;a~bwart = '101' AND&lt;/P&gt;&lt;P&gt;b~budat IN period.&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this code value of 4900000086 in not coming in the column how to get values of both the mblnr in one column plz help e with this code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 05:56:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/its-really-imp/m-p/3858601#M927446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T05:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: its really imp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/its-really-imp/m-p/3858602#M927447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please try with the following query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT a&lt;SUB&gt;erfmg a&lt;/SUB&gt;lgort a&lt;SUB&gt;matnr a&lt;/SUB&gt;mblnr a&lt;SUB&gt;werks b&lt;/SUB&gt;budat INTO CORRESPONDING FIELDS OF&lt;/P&gt;&lt;P&gt;TABLE itab FROM mseg AS a INNER JOIN mkpf AS b ON&lt;/P&gt;&lt;P&gt;a&lt;SUB&gt;mblnr = b&lt;/SUB&gt;mblnr WHERE&lt;/P&gt;&lt;P&gt;a~werks = '1000' AND&lt;/P&gt;&lt;P&gt;a~mblnr IN ('4900000088','4900000086' ) AND&lt;/P&gt;&lt;P&gt;a~matnr = 'DC0018' AND&lt;/P&gt;&lt;P&gt;a~lgort = 'FGS' AND&lt;/P&gt;&lt;P&gt;a~bwart = '101' AND&lt;/P&gt;&lt;P&gt;b~budat IN period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aravind JM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 06:17:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/its-really-imp/m-p/3858602#M927447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T06:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: its really imp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/its-really-imp/m-p/3858603#M927448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 06:33:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/its-really-imp/m-p/3858603#M927448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T06:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: its really imp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/its-really-imp/m-p/3858604#M927449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible that i can access erfmg in two diffrerent columns based on the posting date,movement,storage location.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 06:41:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/its-really-imp/m-p/3858604#M927449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T06:41:31Z</dc:date>
    </item>
  </channel>
</rss>

