<?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: storing text data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text-data/m-p/4146935#M991522</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;The data will be stored in one big string however you need to write routine to distribute this in lines (say 40 words) in the dynpro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should examine these DB tables by SAP since they store the text data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SOFFCONT1&lt;/P&gt;&lt;P&gt;HRP1002( Reference to text data).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2008 21:22:01 GMT</pubDate>
    <dc:creator>former_member214498</dc:creator>
    <dc:date>2008-07-16T21:22:01Z</dc:date>
    <item>
      <title>storing text data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text-data/m-p/4146934#M991521</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;i have requirement where in a custom transaction user will enter few lines of text. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. This data blah blah djfhdhfhdhdf&lt;/P&gt;&lt;P&gt;dfkjdkfjldf dfhldhfd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. This message dklfhldfw fw fwf;wf u;wfwf&lt;/P&gt;&lt;P&gt;wfl wjfwjf jwl;jf;wjfjl'wf&lt;/P&gt;&lt;P&gt;wfj w jfwfw;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to handle this entry at screen (dynpro) level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As well what is the best method to store this data ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming per line the user will type no more than 40 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 21:11:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text-data/m-p/4146934#M991521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T21:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: storing text data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text-data/m-p/4146935#M991522</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;The data will be stored in one big string however you need to write routine to distribute this in lines (say 40 words) in the dynpro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should examine these DB tables by SAP since they store the text data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SOFFCONT1&lt;/P&gt;&lt;P&gt;HRP1002( Reference to text data).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 21:22:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text-data/m-p/4146935#M991522</guid>
      <dc:creator>former_member214498</dc:creator>
      <dc:date>2008-07-16T21:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: storing text data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text-data/m-p/4146936#M991523</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;1) For displaying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Use the text editor control to display the data..Check the demo program RSDEMO_DRAG_DROP_EDIT_TREE on how to create a text editor control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) For saving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You can create a text object / text ID in SE75..Then use SAVE_TEXT &amp;amp; READ_TEXT to save the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Create a new table to store the text..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 21:52:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text-data/m-p/4146936#M991523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T21:52:26Z</dc:date>
    </item>
  </channel>
</rss>

