<?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: using NAST WITH DATE RANGE THE ZPROGRAM GIVING DUMP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-with-date-range-the-zprogram-giving-dump/m-p/6529488#M1426351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since there are two ENDIF statements, I assume that there's an IF before that "IF SY-SUBRC EQ 0." ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, there's really nothing showing in ST22 transaction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is s_date created in your selection screen - select-options s_date for ???  Why do you think the dump is caused by the s_date values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, one final check....you didn't remove some code before transporting to the instance?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jan 2010 17:55:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-21T17:55:27Z</dc:date>
    <item>
      <title>using NAST WITH DATE RANGE THE ZPROGRAM GIVING DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-with-date-range-the-zprogram-giving-dump/m-p/6529485#M1426348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frineds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am  writing select query from  NAST table for PO created time based on date range more than 10 days the program is giving DUMP in Quality System.. but in Developement system the dump is not coming for same date range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please see the below code......that i ahve written. help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF SY-SUBRC EQ 0.

    SELECT KAPPL
       OBJKY
       KSCHL
       SPRAS
       ERDAT
       ERUHR
       FROM NAST
       INTO TABLE IT_NAST
        WHERE KAPPL = 'EF' AND
              OBJKY IN R_OBJKY AND
               KSCHL IN S_KSCHL
              AND ERDAT IN S_DATE
              AND ERUHR IN  S_ERUHR.
    SORT IT_NAST  BY OBJKY.
    DELETE ADJACENT DUPLICATES FROM IT_NAST COMPARING OBJKY.
  ENDIF.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Jan 21, 2010 12:42 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 17:01:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-with-date-range-the-zprogram-giving-dump/m-p/6529485#M1426348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T17:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: using NAST WITH DATE RANGE THE ZPROGRAM GIVING DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-with-date-range-the-zprogram-giving-dump/m-p/6529486#M1426349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would help if you would tell us what sort of dump you are getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And please use code tags to format code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 17:42:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-with-date-range-the-zprogram-giving-dump/m-p/6529486#M1426349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T17:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: using NAST WITH DATE RANGE THE ZPROGRAM GIVING DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-with-date-range-the-zprogram-giving-dump/m-p/6529487#M1426350</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;thanks for your mail..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the dump message &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no help text for this dump&lt;/P&gt;&lt;P&gt;Either the text was inadvertently deleted or the release of&lt;/P&gt;&lt;P&gt;the kernel differs from the release of the database&lt;/P&gt;&lt;P&gt;Refer to the Note system for further information on            this dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 17:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-with-date-range-the-zprogram-giving-dump/m-p/6529487#M1426350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T17:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: using NAST WITH DATE RANGE THE ZPROGRAM GIVING DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-with-date-range-the-zprogram-giving-dump/m-p/6529488#M1426351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since there are two ENDIF statements, I assume that there's an IF before that "IF SY-SUBRC EQ 0." ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, there's really nothing showing in ST22 transaction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is s_date created in your selection screen - select-options s_date for ???  Why do you think the dump is caused by the s_date values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, one final check....you didn't remove some code before transporting to the instance?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 17:55:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-with-date-range-the-zprogram-giving-dump/m-p/6529488#M1426351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T17:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: using NAST WITH DATE RANGE THE ZPROGRAM GIVING DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-with-date-range-the-zprogram-giving-dump/m-p/6529489#M1426352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is nothing wrong with the SELECT statement....&lt;/P&gt;&lt;P&gt;check 2 things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. structure of IT_NAST table...there must be something going wrong&lt;/P&gt;&lt;P&gt;2. R_OBJKY.....check the formation of the range&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Krish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 20:50:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-with-date-range-the-zprogram-giving-dump/m-p/6529489#M1426352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T20:50:18Z</dc:date>
    </item>
  </channel>
</rss>

