<?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: Problem in fetching data for Tcode QA03 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-for-tcode-qa03/m-p/6302796#M1391375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Firends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had developed a code for it now,but the problem is i am facing right now is when try to have difference between dates and time of both mvt.types 101 and 321,there comes a problem that it is not able to calculate the diiference as the data of both present in the seperate lines of the itab. Is there anyway that it can be  calculated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the link to the code which i had created, please tell me  where i can rectify the error  :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am really facing the problem in it.. plzz check the code whether it is corect or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.google.com/View?id=dngp529_4grr2ctf6" target="test_blank"&gt;http://docs.google.com/View?id=dngp529_4grr2ctf6&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: nav009 on Nov 6, 2009 9:43 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Nov 2009 05:48:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-04T05:48:05Z</dc:date>
    <item>
      <title>Problem in fetching data for Tcode QA03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-for-tcode-qa03/m-p/6302794#M1391373</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;&lt;/P&gt;&lt;P&gt;I am working on a report in which i have to pick up the dates for a material i.e. when it is MIGO is done and when it is moved to unrestricted stock. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Till now i am fetching up the data from MSEG nad MKPF where i am getting the data w.r.t. movement types(101,321).&lt;/P&gt;&lt;P&gt;Now the problem is ,i had checked that when i execute Tcode QA03 there is a option of checking the log of it where i found that is shows the value that the purticular value has been moved to unretricted stcok.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is it is storing the value in table RSTXT and field name TXLINE. How can i pick up the value for it and moreover it doesnot have the movt.type mentioned in it? Should i pick the value from MSEG n MKPF or make my logic through QALS and&lt;/P&gt;&lt;P&gt;RSTXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide me some information about it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 05:27:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-for-tcode-qa03/m-p/6302794#M1391373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-04T05:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in fetching data for Tcode QA03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-for-tcode-qa03/m-p/6302795#M1391374</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;Ur right use QALS Table To get  Unrestricted-Use Stock &lt;/P&gt;&lt;P&gt;i.e. LMENGE01.Also U can find movement type too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards , &lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 05:37:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-for-tcode-qa03/m-p/6302795#M1391374</guid>
      <dc:creator>sachin_jadhav8</dc:creator>
      <dc:date>2009-11-04T05:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in fetching data for Tcode QA03</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-for-tcode-qa03/m-p/6302796#M1391375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Firends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had developed a code for it now,but the problem is i am facing right now is when try to have difference between dates and time of both mvt.types 101 and 321,there comes a problem that it is not able to calculate the diiference as the data of both present in the seperate lines of the itab. Is there anyway that it can be  calculated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the link to the code which i had created, please tell me  where i can rectify the error  :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am really facing the problem in it.. plzz check the code whether it is corect or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.google.com/View?id=dngp529_4grr2ctf6" target="test_blank"&gt;http://docs.google.com/View?id=dngp529_4grr2ctf6&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: nav009 on Nov 6, 2009 9:43 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 05:48:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-for-tcode-qa03/m-p/6302796#M1391375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-04T05:48:05Z</dc:date>
    </item>
  </channel>
</rss>

