<?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: Comparing string field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-string-field/m-p/3796940#M913233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want SE16 to be useful on your table, you have to go with design #2. Yes, this design involves splitting while storing and concatenating when retrieving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't need SE16's services, consider using SAP's design used to store long texts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 May 2008 13:51:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-16T13:51:18Z</dc:date>
    <item>
      <title>Comparing string field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-string-field/m-p/3796937#M913230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      If we are using a string variable 4000 length in a db table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which will be like follows : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;apid  int 6&lt;/P&gt;&lt;P&gt;prid int 6&lt;/P&gt;&lt;P&gt;text string 4000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second database design:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;apid int 6 &lt;/P&gt;&lt;P&gt;prid int 6&lt;/P&gt;&lt;P&gt;lines int 4&lt;/P&gt;&lt;P&gt;text 70&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In first DB we will store all the characters from a text editor,concatenate and put in to tht field..Here it is in 1 record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In second DB if there are 10 lines in Text editor am putting it as ten lines in database so it will be 10 records..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For retrieving and inserting whcih Databse design will be good in all circumstances(performance,speed etc.,)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 12:27:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-string-field/m-p/3796937#M913230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T12:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing string field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-string-field/m-p/3796938#M913231</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 think 2nd will be more usefull.&lt;/P&gt;&lt;P&gt;because the maximum length allowed for a field is 251.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you can not exceed this size.&lt;/P&gt;&lt;P&gt;so go for the second one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 13:11:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-string-field/m-p/3796938#M913231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T13:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing string field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-string-field/m-p/3796939#M913232</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;If you use type string, the db use only the length oh this string.&lt;/P&gt;&lt;P&gt;And it is easier to develop and maintenance because you do not need you concatenate the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I think first is better.&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;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 13:23:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-string-field/m-p/3796939#M913232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T13:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing string field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-string-field/m-p/3796940#M913233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want SE16 to be useful on your table, you have to go with design #2. Yes, this design involves splitting while storing and concatenating when retrieving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't need SE16's services, consider using SAP's design used to store long texts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 13:51:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-string-field/m-p/3796940#M913233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T13:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing string field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-string-field/m-p/3796941#M913234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;splitting the records is also come want complex because for every record u created there is some memory associated and if u split a record into 10 records then it will take more memory ....please ask the basis people for this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 14:05:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-string-field/m-p/3796941#M913234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T14:05:38Z</dc:date>
    </item>
  </channel>
</rss>

