<?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 Problem with reading syslog / function RSLG_READ_FILE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-reading-syslog-function-rslg-read-file/m-p/6813151#M1469265</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;i have a problem reading the syslog with my program... i tried it like this but it doesnt work. any idea why it doesnt? there is no documentation for this function in my sap system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: BEGIN OF ta.&lt;/P&gt;&lt;P&gt;          INCLUDE STRUCTURE rslgsel.&lt;/P&gt;&lt;P&gt;  DATA: END OF ta.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: entriestab LIKE rslgetab OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ta-user = 'TL79'.&lt;/P&gt;&lt;P&gt;  ta-startdate = '20100412010000'.&lt;/P&gt;&lt;P&gt;  ta-stop_date = '20100413010000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'RSLG_READ_FILE'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    file_info             = syslog_file&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     selection             = ta&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    COUNTERS              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    CUR_POS               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    CUR_WC                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    END_INFO              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    END_REASON            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    LOST_ENTRIES          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    OLD_POS               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    OLD_WC                =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      syslog_in_table       = entriestab&lt;/P&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT (Forgot 3 lines. anyway id be happy if someone got a good sample code for this function)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: rafe b. on Apr 13, 2010 2:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Apr 2010 12:05:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-13T12:05:49Z</dc:date>
    <item>
      <title>Problem with reading syslog / function RSLG_READ_FILE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-reading-syslog-function-rslg-read-file/m-p/6813151#M1469265</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;i have a problem reading the syslog with my program... i tried it like this but it doesnt work. any idea why it doesnt? there is no documentation for this function in my sap system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: BEGIN OF ta.&lt;/P&gt;&lt;P&gt;          INCLUDE STRUCTURE rslgsel.&lt;/P&gt;&lt;P&gt;  DATA: END OF ta.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: entriestab LIKE rslgetab OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ta-user = 'TL79'.&lt;/P&gt;&lt;P&gt;  ta-startdate = '20100412010000'.&lt;/P&gt;&lt;P&gt;  ta-stop_date = '20100413010000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'RSLG_READ_FILE'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    file_info             = syslog_file&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     selection             = ta&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    COUNTERS              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    CUR_POS               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    CUR_WC                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    END_INFO              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    END_REASON            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    LOST_ENTRIES          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    OLD_POS               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    OLD_WC                =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      syslog_in_table       = entriestab&lt;/P&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT (Forgot 3 lines. anyway id be happy if someone got a good sample code for this function)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: rafe b. on Apr 13, 2010 2:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 12:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-reading-syslog-function-rslg-read-file/m-p/6813151#M1469265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-13T12:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with reading syslog / function RSLG_READ_FILE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-reading-syslog-function-rslg-read-file/m-p/6813152#M1469266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the where-used-list of this function, it seems you need to call RSLG_FILEINFO_INIT before to get the name of the syslog files and fill "file_info" accordingly.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 12:26:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-reading-syslog-function-rslg-read-file/m-p/6813152#M1469266</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-04-13T12:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with reading syslog / function RSLG_READ_FILE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-reading-syslog-function-rslg-read-file/m-p/6813153#M1469267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check Report &lt;STRONG&gt;SAPMSM21&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 12:31:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-reading-syslog-function-rslg-read-file/m-p/6813153#M1469267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-13T12:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with reading syslog / function RSLG_READ_FILE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-reading-syslog-function-rslg-read-file/m-p/6813154#M1469268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still doesn't work and i cant find anything that could help me in the program SAPMSM21.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does really nobody has a simple code example of how i can read info out of the syslog from a certain user in a certain range of time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 13:49:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-reading-syslog-function-rslg-read-file/m-p/6813154#M1469268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-13T13:49:17Z</dc:date>
    </item>
  </channel>
</rss>

