<?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: module pool long text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-long-text/m-p/4752749#M1114686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL METHOD ref_text-&amp;gt;get_text_as_r3table&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         ONLY_WHEN_MODIFIED     = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         IMPORTING&lt;/P&gt;&lt;P&gt;           table                  = it_text&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         IS_MODIFIED            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         ERROR_DP               = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         ERROR_CNTL_CALL_METHOD = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         ERROR_DP_CREATE        = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         POTENTIAL_DATA_LOSS    = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         others                 = 5&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;               .&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;Check table it_text. It will have the lines from text editor. You can format this and save in ur Z table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2008 03:55:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-30T03:55:18Z</dc:date>
    <item>
      <title>module pool long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-long-text/m-p/4752748#M1114685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am placing a text box which we can enter a long text max of 200 chars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this i used the class CL_GUI_TEXTEDITOR&lt;/P&gt;&lt;P&gt;with the help of the class i placed a text box.&lt;/P&gt;&lt;P&gt;so my requirement is when i entered some text that should updated this text in to  my Ztable which is having a field of 200 char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even i have to updated the existing text or Create a text.&lt;/P&gt;&lt;P&gt;my problem is it is having some 4 - 5 methods for the reading the text from the text editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even i referred the standard&lt;/P&gt;&lt;P&gt; Ex: RSDEMO_DRAP_DROP_EDIT_TREE &lt;/P&gt;&lt;P&gt;but in this prog. there is no functionality for Save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so Pls could any one suggest or ( sample code ) me which method i have to consider for both for updating the text or creating the text even that has to reflect into my ztable..!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rajeshk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 03:43:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-long-text/m-p/4752748#M1114685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T03:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: module pool long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-long-text/m-p/4752749#M1114686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL METHOD ref_text-&amp;gt;get_text_as_r3table&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         ONLY_WHEN_MODIFIED     = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         IMPORTING&lt;/P&gt;&lt;P&gt;           table                  = it_text&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         IS_MODIFIED            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         ERROR_DP               = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         ERROR_CNTL_CALL_METHOD = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         ERROR_DP_CREATE        = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         POTENTIAL_DATA_LOSS    = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         others                 = 5&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;               .&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;Check table it_text. It will have the lines from text editor. You can format this and save in ur Z table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 03:55:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-long-text/m-p/4752749#M1114686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T03:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: module pool long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-long-text/m-p/4752750#M1114687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the demo program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SAPTEXTEDIT_DEMO_1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a series of programs, check once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 04:01:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-long-text/m-p/4752750#M1114687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T04:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: module pool long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-long-text/m-p/4752751#M1114688</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;you can try this function Module....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CATSXT_SIMPLE_TEXT_EDITOR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arunima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 04:26:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-long-text/m-p/4752751#M1114688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T04:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: module pool long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-long-text/m-p/4752752#M1114689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;In the below sample code i have saved 255 characters.&lt;/P&gt;&lt;P&gt;You create a table in which you create 2 fields slno(primary key) and text(char of length 255)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TOP Declarations&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;TABLES: ZTEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF ST_ZTEST,&lt;/P&gt;&lt;P&gt;       SLNO TYPE ZTEST-SLNO,&lt;/P&gt;&lt;P&gt;       text type ZTEST-text,&lt;/P&gt;&lt;P&gt;       END OF ST_ZTEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: IT_TEXT TYPE TABLE OF ST_ZTEST,    " INTERNAL TABLE IS ST_TEXT&lt;/P&gt;&lt;P&gt;      WA_TEXT TYPE ST_ZTEST,    " WORK AREAS&lt;/P&gt;&lt;P&gt;      WA_ZTEXT TYPE ZTEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: LINE_LENGTH      TYPE I VALUE 254,&lt;/P&gt;&lt;P&gt;      EDITOR_CONTAINER TYPE REF TO CL_GUI_CUSTOM_CONTAINER,&lt;/P&gt;&lt;P&gt;      TEXT_EDITOR      TYPE REF TO CL_GUI_TEXTEDIT,&lt;/P&gt;&lt;P&gt;      TEXT             TYPE STRING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PBO Declarations&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE STATUS_1000 OUTPUT.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'ZMENU'.&lt;/P&gt;&lt;P&gt;  SET TITLEBAR 'ZTEXT_TITLE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IF TEXT_EDITOR IS INITIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CREATE OBJECT EDITOR_CONTAINER&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        CONTAINER_NAME              = &lt;STRONG&gt;'TEXTEDITOR'&lt;/STRONG&gt; name which you give in screen painter for text editor&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        CNTL_ERROR                  = 1&lt;/P&gt;&lt;P&gt;        CNTL_SYSTEM_ERROR           = 2&lt;/P&gt;&lt;P&gt;        CREATE_ERROR                = 3&lt;/P&gt;&lt;P&gt;        LIFETIME_ERROR              = 4&lt;/P&gt;&lt;P&gt;        LIFETIME_DYNPRO_DYNPRO_LINK = 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CREATE OBJECT TEXT_EDITOR&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        PARENT                     = EDITOR_CONTAINER&lt;/P&gt;&lt;P&gt;        WORDWRAP_MODE              = CL_GUI_TEXTEDIT=&amp;gt;WORDWRAP_AT_FIXED_POSITION&lt;/P&gt;&lt;P&gt;        WORDWRAP_POSITION          = LINE_LENGTH&lt;/P&gt;&lt;P&gt;        WORDWRAP_TO_LINEBREAK_MODE = CL_GUI_TEXTEDIT=&amp;gt;TRUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*HIDE TOOLBAR AND STATUSBAR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD TEXT_EDITOR-&amp;gt;SET_TOOLBAR_MODE&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        TOOLBAR_MODE = CL_GUI_TEXTEDIT=&amp;gt;FLASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD TEXT_EDITOR-&amp;gt;SET_STATUSBAR_MODE&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        STATUSBAR_MODE = CL_GUI_TEXTEDIT=&amp;gt;FLASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PAI Declarations&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_1000 INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'SAVE'.&lt;/P&gt;&lt;P&gt;WA_TEXT-SLNO = ZTEST-SLNO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD TEXT_EDITOR-&amp;gt;GET_TEXTSTREAM&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            ONLY_WHEN_MODIFIED     = CL_GUI_TEXTEDIT=&amp;gt;TRUE&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          IMPORTING&lt;/P&gt;&lt;P&gt;              TEXT = TEXT&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            IS_MODIFIED            =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          EXCEPTIONS&lt;/P&gt;&lt;P&gt;              ERROR_CNTL_CALL_METHOD = 1&lt;/P&gt;&lt;P&gt;              NOT_SUPPORTED_BY_GUI   = 2&lt;/P&gt;&lt;P&gt;              OTHERS                 = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;                   WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL METHOD CL_GUI_CFW=&amp;gt;FLUSH&lt;/P&gt;&lt;P&gt;        EXCEPTIONS&lt;/P&gt;&lt;P&gt;          CNTL_SYSTEM_ERROR = 1&lt;/P&gt;&lt;P&gt;          CNTL_ERROR        = 2&lt;/P&gt;&lt;P&gt;          OTHERS            = 3.&lt;/P&gt;&lt;P&gt;      WA_TEXT-TEXT = TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING WA_TEXT TO WA_ZTEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT INTO ZTEST VALUES WA_ZTEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method TEXT_EDITOR-&amp;gt;SET_STATUS_TEXT&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      STATUS_TEXT = TEXT-311.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call method TEXT_EDITOR-&amp;gt;SET_TEXTSTREAM&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      TEXT = ''&lt;/P&gt;&lt;P&gt;    exceptions&lt;/P&gt;&lt;P&gt;      ERROR_CNTL_CALL_METHOD = 1&lt;/P&gt;&lt;P&gt;      NOT_SUPPORTED_BY_GUI   = 2&lt;/P&gt;&lt;P&gt;      others                 = 3.&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;IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;MESSAGE I000.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Venkat Reddy on Oct 30, 2008 10:14 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 04:43:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-long-text/m-p/4752752#M1114689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T04:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: module pool long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-long-text/m-p/4752753#M1114690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THanks for all the replies ...!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when am using ur code its coping only the last text editor texts.&lt;/P&gt;&lt;P&gt;its over riding the first ones text.&lt;/P&gt;&lt;P&gt;am using two fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i placed two text editors .&lt;/P&gt;&lt;P&gt;one is for comment(200) &amp;amp; the other is for Action(200).&lt;/P&gt;&lt;P&gt;these two fields to as to update in the same Database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i Read the text one after the other one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i have to move the 2 texts to to corresponding fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help me.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 08:00:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-long-text/m-p/4752753#M1114690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T08:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: module pool long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-long-text/m-p/4752754#M1114691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to understand my code and understand the logic, then you can easily write the code for your requirement.&lt;/P&gt;&lt;P&gt;If the data is overwriting then might be there are some same declarations anyways post your code we will see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 08:11:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-long-text/m-p/4752754#M1114691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T08:11:13Z</dc:date>
    </item>
  </channel>
</rss>

