<?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 Regarding Session log messages format.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-session-log-messages-format/m-p/2408875#M537143</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;    I am reading session logs as follows,&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'RSTS_READ'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      DATATAB  = LOG_TABLE&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      FB_CALL_HANDLE =  4&lt;/P&gt;&lt;P&gt;      FB_ERROR       =  8&lt;/P&gt;&lt;P&gt;      FB_RSTS_NOCONV = 12&lt;/P&gt;&lt;P&gt;      FB_RSTS_OTHER  = 16&lt;/P&gt;&lt;P&gt;      OTHERS         = 16.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am getting all my messages in the Log_table,&lt;/P&gt;&lt;P&gt; But those messages or not formated is there any Function module to format the session log messages ?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Plz let me know if any ASAP.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2007 06:13:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-05T06:13:02Z</dc:date>
    <item>
      <title>Regarding Session log messages format..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-session-log-messages-format/m-p/2408875#M537143</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;    I am reading session logs as follows,&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'RSTS_READ'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      DATATAB  = LOG_TABLE&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      FB_CALL_HANDLE =  4&lt;/P&gt;&lt;P&gt;      FB_ERROR       =  8&lt;/P&gt;&lt;P&gt;      FB_RSTS_NOCONV = 12&lt;/P&gt;&lt;P&gt;      FB_RSTS_OTHER  = 16&lt;/P&gt;&lt;P&gt;      OTHERS         = 16.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am getting all my messages in the Log_table,&lt;/P&gt;&lt;P&gt; But those messages or not formated is there any Function module to format the session log messages ?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Plz let me know if any ASAP.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 06:13:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-session-log-messages-format/m-p/2408875#M537143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T06:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Session log messages format..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-session-log-messages-format/m-p/2408876#M537144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL FUNCTION 'FORMAT_MESSAGE'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;     ID              = SY-MSGID&lt;/P&gt;&lt;P&gt;     LANG            = 'EN'&lt;/P&gt;&lt;P&gt;     NO              = t_error-MSGNR&lt;/P&gt;&lt;P&gt;     V1              = t_error-MSGV1&lt;/P&gt;&lt;P&gt;     V2              = t_error-MSGV2&lt;/P&gt;&lt;P&gt;     V3              = t_error-MSGV3&lt;/P&gt;&lt;P&gt;     V4              = t_error-MSGV4&lt;/P&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;P&gt;     MSG             = l_msg&lt;/P&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;P&gt;     NOT_FOUND       = 1&lt;/P&gt;&lt;P&gt;     OTHERS          = 2&lt;/P&gt;&lt;P&gt;            .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 06:17:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-session-log-messages-format/m-p/2408876#M537144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T06:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Session log messages format..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-session-log-messages-format/m-p/2408877#M537145</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;try with FM format_message, it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the sample code,&lt;/P&gt;&lt;P&gt;data: l_message type string.&lt;/P&gt;&lt;P&gt;      if tab_error-msgtyp = 'I' or tab_error-msgtyp = 'S'.&lt;/P&gt;&lt;P&gt;        call function 'FORMAT_MESSAGE'&lt;/P&gt;&lt;P&gt;          exporting&lt;/P&gt;&lt;P&gt;            id        = tab_error-msgid&lt;/P&gt;&lt;P&gt;            lang      = 'EN'&lt;/P&gt;&lt;P&gt;            no        = tab_error-msgnr&lt;/P&gt;&lt;P&gt;            v1        = tab_error-msgv1&lt;/P&gt;&lt;P&gt;            v2        = tab_error-msgv2&lt;/P&gt;&lt;P&gt;            v3        = tab_error-msgv3&lt;/P&gt;&lt;P&gt;            v4        = tab_error-msgv4&lt;/P&gt;&lt;P&gt;          importing&lt;/P&gt;&lt;P&gt;            msg       = l_message&lt;/P&gt;&lt;P&gt;          exceptions&lt;/P&gt;&lt;P&gt;            not_found = 1&lt;/P&gt;&lt;P&gt;            others    = 2.&lt;/P&gt;&lt;P&gt;        if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;seshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 06:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-session-log-messages-format/m-p/2408877#M537145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T06:18:53Z</dc:date>
    </item>
  </channel>
</rss>

