<?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: Saving into database using texteditcontrol in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-into-database-using-texteditcontrol/m-p/3325859#M796674</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;u hav the text in ur internal table now.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a database z-table with ur req key fields and seq-no/line-no also as a key..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u hav  say 3 lines in ur  it_desc...den seq-no = 1,2,3.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this ll be helpful when u retrive and display from DB tables...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Will.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jan 2008 04:03:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-29T04:03:09Z</dc:date>
    <item>
      <title>Saving into database using texteditcontrol</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-into-database-using-texteditcontrol/m-p/3325858#M796673</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 using a text edit control. i need to save the data into the database. Hw can i do it? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method g_editor-&amp;gt;get_text_as_r3table&lt;/P&gt;&lt;P&gt;importing&lt;/P&gt;&lt;P&gt;table = it_desc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data is now in the table. How can i concat into a string and save to the database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thks. Urgent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 03:53:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-into-database-using-texteditcontrol/m-p/3325858#M796673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-29T03:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Saving into database using texteditcontrol</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-into-database-using-texteditcontrol/m-p/3325859#M796674</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;u hav the text in ur internal table now.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a database z-table with ur req key fields and seq-no/line-no also as a key..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u hav  say 3 lines in ur  it_desc...den seq-no = 1,2,3.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this ll be helpful when u retrive and display from DB tables...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Will.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 04:03:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-into-database-using-texteditcontrol/m-p/3325859#M796674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-29T04:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Saving into database using texteditcontrol</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-into-database-using-texteditcontrol/m-p/3325860#M796675</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 text can be saved by using the function module:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CREATE_TEXT&lt;/STRONG&gt;. By default it will be saved to tables under package &lt;STRONG&gt;STXD&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 04:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-into-database-using-texteditcontrol/m-p/3325860#M796675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-29T04:12:26Z</dc:date>
    </item>
  </channel>
</rss>

