<?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: Get log text messages from slg1 tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-log-text-messages-from-slg1-tcode/m-p/14021426#M2038556</link>
    <description>&lt;P&gt;The meaning of message ID and message number (SY-MSGID, SY-MSGNO) can be looked up in transaction SE91. (Here "message ID" is called "message class". This can be a bit confusing, but it's just another word for the same thing...)&lt;/P&gt;&lt;P&gt;For example, if you specify Message Class = D0 and Message Number = 004, SE91 will tell you that the error text is:&lt;BR /&gt;"&amp;amp;: Act. table parameter &amp;amp; is empty"&lt;/P&gt;&lt;P&gt;You then replace the placeholders "&amp;amp;" with the values of SY-MSGV1 and SY-MSGV2. For example with MSGV1 = "Warning" and MSGV2 = "ORDER_HEADER_IN" we would get the final error message as&lt;BR /&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Warning: Act. table parameter&lt;/SPAN&gt;&lt;SPAN&gt; ORDER_HEADER_IN is empty"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Function module&amp;nbsp;MESSAGE_PREPARE can be used to format a message text (=fill all the placeholders). As input it takes the language, message ID, No, V1-V4 and as output it returns the final error message.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Feb 2025 12:16:57 GMT</pubDate>
    <dc:creator>Ulrich_Schmidt1</dc:creator>
    <dc:date>2025-02-19T12:16:57Z</dc:date>
    <item>
      <title>Get log text messages from slg1 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-log-text-messages-from-slg1-tcode/m-p/14020222#M2038549</link>
      <description>&lt;P&gt;After execution of slg1 tcode , we can see lots of messages date time , but i want those log messages and need to store in excel and send it to&amp;nbsp; perticular person...i have code for sending email and how to store it in excel but first i want those messages .....any idea how to get those...i am using appl_log_read_db fm for now and getting msg id , msgv1 msgv2,msgv3 something like that...need to concatenate those messages but what to do with msg id?? Please help...&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 14:46:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-log-text-messages-from-slg1-tcode/m-p/14020222#M2038549</guid>
      <dc:creator>Monikakathore</dc:creator>
      <dc:date>2025-02-18T14:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Get log text messages from slg1 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-log-text-messages-from-slg1-tcode/m-p/14021426#M2038556</link>
      <description>&lt;P&gt;The meaning of message ID and message number (SY-MSGID, SY-MSGNO) can be looked up in transaction SE91. (Here "message ID" is called "message class". This can be a bit confusing, but it's just another word for the same thing...)&lt;/P&gt;&lt;P&gt;For example, if you specify Message Class = D0 and Message Number = 004, SE91 will tell you that the error text is:&lt;BR /&gt;"&amp;amp;: Act. table parameter &amp;amp; is empty"&lt;/P&gt;&lt;P&gt;You then replace the placeholders "&amp;amp;" with the values of SY-MSGV1 and SY-MSGV2. For example with MSGV1 = "Warning" and MSGV2 = "ORDER_HEADER_IN" we would get the final error message as&lt;BR /&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Warning: Act. table parameter&lt;/SPAN&gt;&lt;SPAN&gt; ORDER_HEADER_IN is empty"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Function module&amp;nbsp;MESSAGE_PREPARE can be used to format a message text (=fill all the placeholders). As input it takes the language, message ID, No, V1-V4 and as output it returns the final error message.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2025 12:16:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-log-text-messages-from-slg1-tcode/m-p/14021426#M2038556</guid>
      <dc:creator>Ulrich_Schmidt1</dc:creator>
      <dc:date>2025-02-19T12:16:57Z</dc:date>
    </item>
  </channel>
</rss>

