<?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: Longtext values  for Notification in Tcode  IW53 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/longtext-values-for-notification-in-tcode-iw53/m-p/6680743#M1449555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Table is RQM03 and the component is Ltext1 &lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Mar 2010 10:46:34 GMT</pubDate>
    <dc:creator>manthanraja</dc:creator>
    <dc:date>2010-03-11T10:46:34Z</dc:date>
    <item>
      <title>Longtext values  for Notification in Tcode  IW53</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/longtext-values-for-notification-in-tcode-iw53/m-p/6680742#M1449554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In IW53 for Notification please let me know the table which stores the longtext values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 10:37:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/longtext-values-for-notification-in-tcode-iw53/m-p/6680742#M1449554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-11T10:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Longtext values  for Notification in Tcode  IW53</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/longtext-values-for-notification-in-tcode-iw53/m-p/6680743#M1449555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Table is RQM03 and the component is Ltext1 &lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 10:46:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/longtext-values-for-notification-in-tcode-iw53/m-p/6680743#M1449555</guid>
      <dc:creator>manthanraja</dc:creator>
      <dc:date>2010-03-11T10:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Longtext values  for Notification in Tcode  IW53</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/longtext-values-for-notification-in-tcode-iw53/m-p/6680744#M1449556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Something like following&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA LT_LINES TYPE TABLE OF TLINE WITH HEADER LINE.
  PARAMETERS  P_QMNUM TYPE QMNUM.

START-OF-SELECTION.

  CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
    EXPORTING
      INPUT  = P_QMNUM
    IMPORTING
      OUTPUT = P_QMNUM.

  CALL FUNCTION 'READ_TEXT'
    EXPORTING
*   CLIENT                        = SY-MANDT
      ID                            = 'LTXT'
      LANGUAGE                      = SY-LANGU
      NAME                          = P_QMNUM
      OBJECT                        = 'QMEL'
*   ARCHIVE_HANDLE                = 0
*   LOCAL_CAT                     = ' '
* IMPORTING
*   HEADER                        =
    TABLES
      LINES                         = LT_LINES[]
   EXCEPTIONS
     ID                            = 1
     LANGUAGE                      = 2
     NAME                          = 3
     NOT_FOUND                     = 4
     OBJECT                        = 5
     REFERENCE_CHECK               = 6
     WRONG_ACCESS_TO_ARCHIVE       = 7
     OTHERS                        = 8
            .
  IF SY-SUBRC &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 12:15:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/longtext-values-for-notification-in-tcode-iw53/m-p/6680744#M1449556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-11T12:15:48Z</dc:date>
    </item>
  </channel>
</rss>

