<?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: Re: using create_text and read_text  should save text in database table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-using-create-text-and-read-text-should-save-text-in-database-table/m-p/2420601#M540352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are updating a custom Z Table, then look at redesigning it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fields:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Client&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SNO&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;MAIL ID ( 1, 2, 3)&amp;lt;/b&amp;gt; etc &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;COUNTER&amp;lt;/b&amp;gt; (001 to 999)&lt;/P&gt;&lt;P&gt;These fields make up the key.&lt;/P&gt;&lt;P&gt;Email Address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you can store many email addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not a good idea to store data in a free form text field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jul 2007 16:00:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-03T16:00:31Z</dc:date>
    <item>
      <title>Re: using create_text and read_text  should save text in database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-using-create-text-and-read-text-should-save-text-in-database-table/m-p/2420599#M540350</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;     what are the parameters i need to pass for create_text and read_text in dialog programming, i have a  4 i/o fields where in  each i  need to enter 30 email ids , after entering email ids i need to save to the database, what is the logic &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fields:  SNO---serial number&lt;/P&gt;&lt;P&gt;           mail1------&amp;gt; need to enter less than r more than 30 email address&lt;/P&gt;&lt;P&gt;           mail2----&amp;gt; need to enter less than r more than 30 email address&lt;/P&gt;&lt;P&gt;          mail3-----&amp;gt; need to enter less than or more than 30 email address &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i click create insert into database and from database it should b displayed on the table control.  How to do using create_text  ( using text objects function modules)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 15:33:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-using-create-text-and-read-text-should-save-text-in-database-table/m-p/2420599#M540350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T15:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re: using create_text and read_text  should save text in database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-using-create-text-and-read-text-should-save-text-in-database-table/m-p/2420600#M540351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These FMs are used to save long text, do you want to save all email ids as long text, than create text object for each field in SE75 create general text.&lt;/P&gt;&lt;P&gt;pass those text objects to the FM save_text along with the email ids as long text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need any further help please revert.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;A.Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 15:52:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-using-create-text-and-read-text-should-save-text-in-database-table/m-p/2420600#M540351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T15:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re: using create_text and read_text  should save text in database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-using-create-text-and-read-text-should-save-text-in-database-table/m-p/2420601#M540352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are updating a custom Z Table, then look at redesigning it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fields:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Client&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SNO&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;MAIL ID ( 1, 2, 3)&amp;lt;/b&amp;gt; etc &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;COUNTER&amp;lt;/b&amp;gt; (001 to 999)&lt;/P&gt;&lt;P&gt;These fields make up the key.&lt;/P&gt;&lt;P&gt;Email Address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you can store many email addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not a good idea to store data in a free form text field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 16:00:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-using-create-text-and-read-text-should-save-text-in-database-table/m-p/2420601#M540352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T16:00:31Z</dc:date>
    </item>
  </channel>
</rss>

