<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/longtext/m-p/3756923#M903802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5024275"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4897032"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;/message/5184803#5184803 &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 May 2008 03:36:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-08T03:36:54Z</dc:date>
    <item>
      <title>Longtext</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/longtext/m-p/3756921#M903800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     I have requirment like in screen programing i have to show long text in one screen where user can change the text. I am using read_trext to fetch and Save_text for saving the change but how to display long text on my screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudheer. A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 03:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/longtext/m-p/3756921#M903800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T03:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Longtext</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/longtext/m-p/3756922#M903801</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;On the screen you need to define an input field corresponding to the long text that you need the user to see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PAI of the screen,write the statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD : fieldname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, dont forget to define a variable with the same name as the fieldname and same type in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the program, read the text using the function READ_TEXT and assign it to the variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 03:36:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/longtext/m-p/3756922#M903801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T03:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Longtext</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/longtext/m-p/3756923#M903802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5024275"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4897032"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;/message/5184803#5184803 &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 03:36:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/longtext/m-p/3756923#M903802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T03:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Longtext</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/longtext/m-p/3756924#M903803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Generally we restrict the use to have max lines in long text. Suppose if they are going to enter only 3 lines then its easy to fix it for those with 132 character a line. But if not sure on the no of lines then create a table control with RSTXT-TXLINE field.&lt;/P&gt;&lt;P&gt;Loop the read line data and populate line by line and when u want to update store in a internal table and update the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope will solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 03:37:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/longtext/m-p/3756924#M903803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T03:37:04Z</dc:date>
    </item>
  </channel>
</rss>

