<?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: Read Longtext with Parameters using BAPI_MESSAGE_GETDETAIL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-longtext-with-parameters-using-bapi-message-getdetail/m-p/6879472#M1478313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;what is the dump saying?&lt;/P&gt;&lt;P&gt;In the long text of standard messages the variables are entered like here:&lt;/P&gt;&lt;P&gt;&amp;amp;V1&amp;amp;   &amp;amp;V2&amp;amp;    &amp;amp;V3&amp;amp;      &amp;amp;V4&amp;amp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 May 2010 14:05:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-21T14:05:55Z</dc:date>
    <item>
      <title>Read Longtext with Parameters using BAPI_MESSAGE_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-longtext-with-parameters-using-bapi-message-getdetail/m-p/6879469#M1478310</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 trying to read the Longtext of a Message using FM BAPI_MESSAGE_GETDETAIL &lt;STRONG&gt;with&lt;/STRONG&gt; Parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I have to write the Parameter in the Longtext so that the FM replaces it with the parameter message_v1 given to the FM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried &amp;amp;V1 and &amp;amp;V1&amp;amp; but the FM dumps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS, Johannes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 13:02:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-longtext-with-parameters-using-bapi-message-getdetail/m-p/6879469#M1478310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-21T13:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Read Longtext with Parameters using BAPI_MESSAGE_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-longtext-with-parameters-using-bapi-message-getdetail/m-p/6879470#M1478311</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;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;  g_message_v1 LIKE bapiret2-message_v1 VALUE 'A',&lt;/P&gt;&lt;P&gt;  g_message_v2 LIKE bapiret2-message_v2 VALUE 'B',&lt;/P&gt;&lt;P&gt;  g_message_v3 LIKE bapiret2-message_v3 VALUE 'C',&lt;/P&gt;&lt;P&gt;  g_message_v4 LIKE bapiret2-message_v4 VALUE 'D',&lt;/P&gt;&lt;P&gt;  g_message    LIKE bapiret2-message,&lt;/P&gt;&lt;P&gt;  gt_text TYPE TABLE OF bapitgb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_MESSAGE_GETDETAIL'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    id                = '00'&lt;/P&gt;&lt;P&gt;    number            = '398'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  LANGUAGE          = SY-LANGU&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    textformat        = 'ASC'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  LINKPATTERN       =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    message_v1        = g_message_v1&lt;/P&gt;&lt;P&gt;    message_v2        = g_message_v2&lt;/P&gt;&lt;P&gt;    message_v3        = g_message_v3&lt;/P&gt;&lt;P&gt;    message_v4        = g_message_v4&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    message           = g_message&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RETURN            =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    text              = gt_text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 13:18:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-longtext-with-parameters-using-bapi-message-getdetail/m-p/6879470#M1478311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-21T13:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Read Longtext with Parameters using BAPI_MESSAGE_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-longtext-with-parameters-using-bapi-message-getdetail/m-p/6879471#M1478312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was talking about how to write the Parameter in the Longtext. I don't know what to write in the Longtext...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it &amp;amp;V1&amp;amp; or what not??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like I said, I have tried &amp;amp;V1&amp;amp; and the FM dumps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Johannes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 13:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-longtext-with-parameters-using-bapi-message-getdetail/m-p/6879471#M1478312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-21T13:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Read Longtext with Parameters using BAPI_MESSAGE_GETDETAIL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-longtext-with-parameters-using-bapi-message-getdetail/m-p/6879472#M1478313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;what is the dump saying?&lt;/P&gt;&lt;P&gt;In the long text of standard messages the variables are entered like here:&lt;/P&gt;&lt;P&gt;&amp;amp;V1&amp;amp;   &amp;amp;V2&amp;amp;    &amp;amp;V3&amp;amp;      &amp;amp;V4&amp;amp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 14:05:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-longtext-with-parameters-using-bapi-message-getdetail/m-p/6879472#M1478313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-21T14:05:55Z</dc:date>
    </item>
  </channel>
</rss>

