<?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 SOST - table for error log in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sost-table-for-error-log/m-p/5544413#M1266012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are creating material masters using an upoload program and the error log is sent to various user Ids.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table SOOD does not give details of the error log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where are the error logs stored?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we view the error log , by giving the Jobname, created date and user ID ? is it possible to see at table level? Which are the tables for viewing the attachments / error logs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(without going to SOST)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Apr 2009 11:56:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-13T11:56:46Z</dc:date>
    <item>
      <title>SOST - table for error log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sost-table-for-error-log/m-p/5544413#M1266012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are creating material masters using an upoload program and the error log is sent to various user Ids.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table SOOD does not give details of the error log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where are the error logs stored?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we view the error log , by giving the Jobname, created date and user ID ? is it possible to see at table level? Which are the tables for viewing the attachments / error logs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(without going to SOST)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2009 11:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sost-table-for-error-log/m-p/5544413#M1266012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-13T11:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: SOST - table for error log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sost-table-for-error-log/m-p/5544414#M1266013</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;Function Module 'BP_JOBLOG_READ' can be used to read the job logs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2009 13:50:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sost-table-for-error-log/m-p/5544414#M1266013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-13T13:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: SOST - table for error log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sost-table-for-error-log/m-p/5544415#M1266014</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;Use function module BP_JOBLOG_SHOW to display a job log to a user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BP_JOBLOG_SHOW cannot usually be part of the same program that you used to schedule a job, since the job log is complete only when the job has been completed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you could offer display of a job log as a separate function to your users. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need the job name and ID number to identify the job log. You must either: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save these specifications yourself when you schedule a job &lt;/P&gt;&lt;P&gt;or use BP_JOB_SELECT to find and select from jobs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also Check this link..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/fa/096ddc543b11d1898e0000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/fa/096ddc543b11d1898e0000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Omkaram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2009 14:12:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sost-table-for-error-log/m-p/5544415#M1266014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-13T14:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: SOST - table for error log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sost-table-for-error-log/m-p/5544416#M1266015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to execute the fucntion module BP_JOBLOG_READ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the jobname but where can I get JOBCOUNT and JOBLOG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2009 05:40:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sost-table-for-error-log/m-p/5544416#M1266015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-14T05:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: SOST - table for error log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sost-table-for-error-log/m-p/5544417#M1266016</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 jobcount and joblogid can be obtained from the TBTCO table for the date/time of the job execution..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can use GET_JOB_RUNTIME_INFO function module in your program to get the details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Omkaram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 08:14:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sost-table-for-error-log/m-p/5544417#M1266016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T08:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: SOST - table for error log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sost-table-for-error-log/m-p/5544418#M1266017</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;Check this FM 'GET_JOB_RUNTIME_INFO '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jyothi CH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 08:18:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sost-table-for-error-log/m-p/5544418#M1266017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T08:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: SOST - table for error log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sost-table-for-error-log/m-p/5544419#M1266018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you again for your responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the background job was run about a month ago and there are no entries in table TBTCO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have the log in SOST but we do not want to give this access to users to see the job log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to see the joblog from SOST but without giving access to SOST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table SOOD gives the message details and on displaying it , shows the log of errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we display this log stored in SOST/SOOD to users and there is no record in table TBTCO because it has exceeded the storgae limit set by our basis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have no records in TBTCO but we have the log in SOST . How to display this log to users without giving access to SOST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 09:55:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sost-table-for-error-log/m-p/5544419#M1266018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T09:55:14Z</dc:date>
    </item>
  </channel>
</rss>

