<?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: Querying table for content in ST22. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/querying-table-for-content-in-st22/m-p/3725333#M896624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure you have awarded points? It still hasn't reflected for me.. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2008 06:26:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-22T06:26:55Z</dc:date>
    <item>
      <title>Querying table for content in ST22.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/querying-table-for-content-in-st22/m-p/3725328#M896619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to gather certain abap short dump e.g. like only Error Id is TIME_OUT into an xls sheet. System throws out nearly 100+ TIME_OUT error each day and we want to put that into an xls sheet. So I?m thinking to write an abap but I need help with getting started with it. Can someone out there show me the way? thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 03:29:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/querying-table-for-content-in-st22/m-p/3725328#M896619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T03:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Querying table for content in ST22.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/querying-table-for-content-in-st22/m-p/3725329#M896620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the query which will help you pull up the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select * from snap_beg into wa_snap_beg
            where seqno = '000'
            and   datum in s_datum
            and   uzeit in s_uzeit
            and   ahost in s_ahost
            and   modno in s_wpid
            and   uname in s_uname
            and   mandt in s_mandt
            and   xhold in s_xhold
            order by datum descending uzeit descending.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 04:37:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/querying-table-for-content-in-st22/m-p/3725329#M896620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T04:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Querying table for content in ST22.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/querying-table-for-content-in-st22/m-p/3725330#M896621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Helpful answer, thanks. Another question though, how do i know if its a time_out error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 05:42:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/querying-table-for-content-in-st22/m-p/3725330#M896621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T05:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Querying table for content in ST22.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/querying-table-for-content-in-st22/m-p/3725331#M896622</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;The field in ST22 pointed me to the table SNAPT. If you check snapt table for Language = EN and ABAP Runtime Error = 'TIME_OUT', you will get the answer. This table should be linked to the previous table in some way. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that was helpful. &lt;/P&gt;&lt;P&gt;Kindly reward me points,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 06:15:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/querying-table-for-content-in-st22/m-p/3725331#M896622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T06:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Querying table for content in ST22.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/querying-table-for-content-in-st22/m-p/3725332#M896623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WOW great help! thanks and full points awarded!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 06:21:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/querying-table-for-content-in-st22/m-p/3725332#M896623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T06:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Querying table for content in ST22.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/querying-table-for-content-in-st22/m-p/3725333#M896624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure you have awarded points? It still hasn't reflected for me.. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 06:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/querying-table-for-content-in-st22/m-p/3725333#M896624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T06:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Querying table for content in ST22.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/querying-table-for-content-in-st22/m-p/3725334#M896625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there you go... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;btw, since i'm writing to you again, table SNAP_BEG doesnt really provide alot details does it? &lt;/P&gt;&lt;P&gt;i need additional info from section &lt;STRONG&gt;User,   transaction&lt;/STRONG&gt; like Transaction, program and user Id and also details from &lt;STRONG&gt;Information on where termination occurred&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 06:32:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/querying-table-for-content-in-st22/m-p/3725334#M896625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T06:32:45Z</dc:date>
    </item>
  </channel>
</rss>

