<?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: STRING type fields, any risk? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-type-fields-any-risk/m-p/9902731#M1792896</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't see any risk, but i think the better way to do this was creating long text &lt;SPAN style="font-size: 10pt;"&gt;through SO10 transaction. And populating this long text in your z program....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember with the string field has a lenght of 255 characteres.... Thats the only problem i can see...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;To change this, will be necessary create a routine to migrate the data from string field to long text, or do this manually.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If you need more help about use long text let me know...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Nov 2013 20:38:04 GMT</pubDate>
    <dc:creator>balbino_soaresferreirafil</dc:creator>
    <dc:date>2013-11-26T20:38:04Z</dc:date>
    <item>
      <title>STRING type fields, any risk?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-type-fields-any-risk/m-p/9902730#M1792895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our system we have a Z table to store a Z module pool prog., wherein some field's data will is not fixed in lenght, for example, long texts entered by user on Z dialog prog.'s screen, like that we have 5 long text fields on this Z dialog prog., hence initial developer created a 5 fields with STRING data element in this Z table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. let me know &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) is it OK to have 5 fields with STRING type data in the Z table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) At this point (users are using already in production since 3 months) can i remediate/repair it any thing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) If i leave it as is, going further, do we gonna have any risks/dangers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 19:46:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-type-fields-any-risk/m-p/9902730#M1792895</guid>
      <dc:creator>former_member194142</dc:creator>
      <dc:date>2013-11-26T19:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: STRING type fields, any risk?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-type-fields-any-risk/m-p/9902731#M1792896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't see any risk, but i think the better way to do this was creating long text &lt;SPAN style="font-size: 10pt;"&gt;through SO10 transaction. And populating this long text in your z program....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember with the string field has a lenght of 255 characteres.... Thats the only problem i can see...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;To change this, will be necessary create a routine to migrate the data from string field to long text, or do this manually.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If you need more help about use long text let me know...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 20:38:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-type-fields-any-risk/m-p/9902731#M1792896</guid>
      <dc:creator>balbino_soaresferreirafil</dc:creator>
      <dc:date>2013-11-26T20:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: STRING type fields, any risk?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-type-fields-any-risk/m-p/9902732#M1792897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not prog. is defaulting on the screen, user enters text any # of length, then the Z prog. is storing it in Z table, hence SO10 ruled out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess, the STRINGVAL is not of 255 lenght, its like infinitive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As SO10 ruled out hence not migrating &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 21:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-type-fields-any-risk/m-p/9902732#M1792897</guid>
      <dc:creator>former_member194142</dc:creator>
      <dc:date>2013-11-26T21:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: STRING type fields, any risk?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-type-fields-any-risk/m-p/9902733#M1792898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, There is no problem in using string type variable. &lt;/P&gt;&lt;P&gt;And yes string is not limited to 255 character. When user want to see data in string by debugging a code it will show you 255 char but it can store more then that. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 02:40:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-type-fields-any-risk/m-p/9902733#M1792898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-27T02:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: STRING type fields, any risk?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-type-fields-any-risk/m-p/9902734#M1792899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me keep open my question until maintenence window is done / Dec 02nd then i will close&lt;/P&gt;&lt;P&gt;THANK YOU&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 22:01:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-type-fields-any-risk/m-p/9902734#M1792899</guid>
      <dc:creator>former_member194142</dc:creator>
      <dc:date>2013-11-27T22:01:55Z</dc:date>
    </item>
  </channel>
</rss>

