<?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: API for SAP syslog access in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/api-for-sap-syslog-access/m-p/1293640#M156207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Mike,&lt;/P&gt;&lt;P&gt; This can be used abappers and not restricted for internal use.&lt;/P&gt;&lt;P&gt;This is what the FM documentation says:&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;    Write an Entry into the Syslog                                                                                &lt;/P&gt;&lt;P&gt;RSLG_WRITE_SYSLOG_ENTRY writes an entry in the SAP system log. A system   &lt;/P&gt;&lt;P&gt;    log message contains of four relatively independent parts:                                                                                &lt;/P&gt;&lt;P&gt;1.  Information about time, user, process, transaction and so on. This    &lt;/P&gt;&lt;P&gt;        information is automatically added.                                                                                &lt;/P&gt;&lt;P&gt;2.  The message ID. This is used during the analysis to identify the      &lt;/P&gt;&lt;P&gt;        message text and documentation. The message text may use place        &lt;/P&gt;&lt;P&gt;        holders. For information about how to replace them, see below as      &lt;/P&gt;&lt;P&gt;        well as in Transaction SE92.                                                                                &lt;/P&gt;&lt;P&gt;3.  The variable parts of the message. 32 bytes are available for these.                                                                                &lt;/P&gt;&lt;P&gt;4.  The pre-defined parameters. They are used by further hidden system    &lt;/P&gt;&lt;P&gt;        log entries. They are similar to the 'variable parts' of the message  &lt;/P&gt;&lt;P&gt;        in terms of the analysis in Transaction SM21.                        &amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt; Regards,&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;P&gt;P.S: Please reward if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 May 2006 15:02:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-11T15:02:03Z</dc:date>
    <item>
      <title>API for SAP syslog access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/api-for-sap-syslog-access/m-p/1293637#M156204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any API to write into the syslog (see Txn SM21) of an SAP R/3 System?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THX in advance ...&lt;/P&gt;&lt;P&gt;MIKE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 14:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/api-for-sap-syslog-access/m-p/1293637#M156204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T14:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: API for SAP syslog access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/api-for-sap-syslog-access/m-p/1293638#M156205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this Function Module: RSLG_WRITE_SYSLOG_ENTRY&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 14:52:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/api-for-sap-syslog-access/m-p/1293638#M156205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T14:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: API for SAP syslog access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/api-for-sap-syslog-access/m-p/1293639#M156206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Ravi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This FM already came across my way, but the question that still remains here is: Can this FM be considered as an API, that can be used by every ABAP developer or is the use of this FM restricted to SAP only?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 14:57:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/api-for-sap-syslog-access/m-p/1293639#M156206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T14:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: API for SAP syslog access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/api-for-sap-syslog-access/m-p/1293640#M156207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Mike,&lt;/P&gt;&lt;P&gt; This can be used abappers and not restricted for internal use.&lt;/P&gt;&lt;P&gt;This is what the FM documentation says:&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;    Write an Entry into the Syslog                                                                                &lt;/P&gt;&lt;P&gt;RSLG_WRITE_SYSLOG_ENTRY writes an entry in the SAP system log. A system   &lt;/P&gt;&lt;P&gt;    log message contains of four relatively independent parts:                                                                                &lt;/P&gt;&lt;P&gt;1.  Information about time, user, process, transaction and so on. This    &lt;/P&gt;&lt;P&gt;        information is automatically added.                                                                                &lt;/P&gt;&lt;P&gt;2.  The message ID. This is used during the analysis to identify the      &lt;/P&gt;&lt;P&gt;        message text and documentation. The message text may use place        &lt;/P&gt;&lt;P&gt;        holders. For information about how to replace them, see below as      &lt;/P&gt;&lt;P&gt;        well as in Transaction SE92.                                                                                &lt;/P&gt;&lt;P&gt;3.  The variable parts of the message. 32 bytes are available for these.                                                                                &lt;/P&gt;&lt;P&gt;4.  The pre-defined parameters. They are used by further hidden system    &lt;/P&gt;&lt;P&gt;        log entries. They are similar to the 'variable parts' of the message  &lt;/P&gt;&lt;P&gt;        in terms of the analysis in Transaction SM21.                        &amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt; Regards,&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;P&gt;P.S: Please reward if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 15:02:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/api-for-sap-syslog-access/m-p/1293640#M156207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T15:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: API for SAP syslog access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/api-for-sap-syslog-access/m-p/1293641#M156208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Ravi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your advice!&lt;/P&gt;&lt;P&gt;Which basis release has the system from which you took thi documentation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MIKE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 15:17:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/api-for-sap-syslog-access/m-p/1293641#M156208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T15:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: API for SAP syslog access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/api-for-sap-syslog-access/m-p/1293642#M156209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt; The Basis release is 640.&lt;/P&gt;&lt;P&gt;I'm currently on SAP ECC 5.0.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 15:18:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/api-for-sap-syslog-access/m-p/1293642#M156209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T15:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: API for SAP syslog access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/api-for-sap-syslog-access/m-p/1293643#M156210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BTW:&lt;/P&gt;&lt;P&gt;I started a SAP Service Request to request the state of the FM RSLG_WRITE_SYSLOG_ENTRY and to get an information in how far this FM can be considerd as an API.&lt;/P&gt;&lt;P&gt;I will update this thread, as soon as I hav feedback from SAP...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MIKE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2006 10:11:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/api-for-sap-syslog-access/m-p/1293643#M156210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-12T10:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: API for SAP syslog access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/api-for-sap-syslog-access/m-p/1293644#M156211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here the answer i got from SAP:&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;RSLG_WRITE_SYSLOG_ENTRY can be used to write syslog entries. The&lt;/P&gt;&lt;P&gt;function module is only SAP internally released but this status ensures&lt;/P&gt;&lt;P&gt;documentation and continuity of the function. There is no restriction&lt;/P&gt;&lt;P&gt;about releases.&lt;/P&gt;&lt;P&gt;An official API does not exist.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 09:25:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/api-for-sap-syslog-access/m-p/1293644#M156211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T09:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: API for SAP syslog access</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/api-for-sap-syslog-access/m-p/1293645#M156212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you tell me which is the table for SAP System Log? I'd like to perform queries against it, SM21 filters don't meet my requirements,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2006 09:26:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/api-for-sap-syslog-access/m-p/1293645#M156212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-08T09:26:23Z</dc:date>
    </item>
  </channel>
</rss>

