<?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: SE16N Timeout: in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/se16n-timeout/m-p/3876057#M931736</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write a code to display the records (ALV or something) and run it in background. Then go to SM37 to check the output. The program will not time out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2008 19:49:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-20T19:49:54Z</dc:date>
    <item>
      <title>SE16N Timeout:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se16n-timeout/m-p/3876053#M931732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE16N times out for VBAP table with 17Mil Records.&lt;/P&gt;&lt;P&gt;There is a need to get the Document Items which were created or Changed with in the last five days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the alternatives of getting this data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does an index on date, create any additional performance issues?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Raj K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 18:55:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se16n-timeout/m-p/3876053#M931732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T18:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: SE16N Timeout:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se16n-timeout/m-p/3876054#M931733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anytime you create an index you are basically duplicating the table in your DB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however, you may not have much choice if you want to select &lt;EM&gt;directly&lt;/EM&gt; on VBAP by date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you select from VBAK to see if any Docs had changed then use that to look up which items in VBAP have changed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: sorry, i just checked and it looks like VBAK doesn't store a change date for the document level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: robert phelan on May 20, 2008 9:01 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 18:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se16n-timeout/m-p/3876054#M931733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T18:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: SE16N Timeout:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se16n-timeout/m-p/3876055#M931734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check the &lt;STRONG&gt;cdhdr&lt;/STRONG&gt; or &lt;STRONG&gt;cdpos&lt;/STRONG&gt;.. tables in that date range&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 19:10:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se16n-timeout/m-p/3876055#M931734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T19:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: SE16N Timeout:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se16n-timeout/m-p/3876056#M931735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the Reply Robert and Venkat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VBAK has a changed date, however, it would be much better if a Lookup does not have to be made from VBAK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for any other way where i can use VBAP directly instead of a lookup on another table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 19:12:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se16n-timeout/m-p/3876056#M931735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T19:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: SE16N Timeout:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se16n-timeout/m-p/3876057#M931736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write a code to display the records (ALV or something) and run it in background. Then go to SM37 to check the output. The program will not time out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 19:49:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se16n-timeout/m-p/3876057#M931736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T19:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: SE16N Timeout:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se16n-timeout/m-p/3876058#M931737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if it were between selecting VBAK or VBAP by date range, it would be better to select VBAK first since it has fewer entries. Then select VBAP based on VBAK-VBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you can certainly explore creating a new Index for VBAP-change_date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 20:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se16n-timeout/m-p/3876058#M931737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T20:24:23Z</dc:date>
    </item>
  </channel>
</rss>

