<?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: error with string type in ztable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-string-type-in-ztable/m-p/2581290#M590262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but it only shows a single character....like if i i/p "hallo every body".............it only shows "h" in the o/p i.e. in the table................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2007 12:35:10 GMT</pubDate>
    <dc:creator>former_member735790</dc:creator>
    <dc:date>2007-08-07T12:35:10Z</dc:date>
    <item>
      <title>error with string type in ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-string-type-in-ztable/m-p/2581282#M590254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;halo fellow SAPiens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have made a Ztable with one of the fields being a string with length 1024.....it is activated.............now when i use it in my program it gives me an error saying "TABLE MUST BE A FLAT STRUCTURE....U CANNOT USE INTERNAL TABLES,STRINGS,REFERENCES OR STRUCTURES AS COMPONENTS"..........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 12:16:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-string-type-in-ztable/m-p/2581282#M590254</guid>
      <dc:creator>former_member735790</dc:creator>
      <dc:date>2007-08-06T12:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: error with string type in ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-string-type-in-ztable/m-p/2581283#M590255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Take that as Charecter type then this will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 12:19:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-string-type-in-ztable/m-p/2581283#M590255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-06T12:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: error with string type in ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-string-type-in-ztable/m-p/2581284#M590256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but char can only be of max size 255..........me want more than tht (1024).............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 12:21:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-string-type-in-ztable/m-p/2581284#M590256</guid>
      <dc:creator>former_member735790</dc:creator>
      <dc:date>2007-08-06T12:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: error with string type in ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-string-type-in-ztable/m-p/2581285#M590257</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;Please create a domain  and in the definition.........&lt;/P&gt;&lt;P&gt;Data type            &amp;lt;b&amp;gt;CHAR&amp;lt;/b&amp;gt;       Character string&lt;/P&gt;&lt;P&gt;No. characters     &amp;lt;b&amp;gt;1024&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Decimal places        0&lt;/P&gt;&lt;P&gt;Output length      1024&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then assign this domain to the date element and inturn to the table field of your choice..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the suggestion proved useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Byju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 13:09:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-string-type-in-ztable/m-p/2581285#M590257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-06T13:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: error with string type in ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-string-type-in-ztable/m-p/2581286#M590258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please make Your data element  as  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;" -&amp;gt;  MAX_SEGM&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; .. it is char  type and has lenght of  8164 ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which  has  more than your and  accepts the   table  field of reffering the  above  field  inyou  program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward  points if it is usefull ...&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 13:23:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-string-type-in-ztable/m-p/2581286#M590258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-06T13:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: error with string type in ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-string-type-in-ztable/m-p/2581287#M590259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey......MAX_SEGM dint help..............it says............"ENTER A VALID VALUE"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 09:40:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-string-type-in-ztable/m-p/2581287#M590259</guid>
      <dc:creator>former_member735790</dc:creator>
      <dc:date>2007-08-07T09:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: error with string type in ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-string-type-in-ztable/m-p/2581288#M590260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey it says........."GIVE A VALUE BETWEEN 0-255"..................1024 NOT VALID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 09:41:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-string-type-in-ztable/m-p/2581288#M590260</guid>
      <dc:creator>former_member735790</dc:creator>
      <dc:date>2007-08-07T09:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: error with string type in ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-string-type-in-ztable/m-p/2581289#M590261</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;You have to Use the Data type LCHR (Long Character) field for this purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if Helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 11:10:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-string-type-in-ztable/m-p/2581289#M590261</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-08-07T11:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: error with string type in ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-string-type-in-ztable/m-p/2581290#M590262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but it only shows a single character....like if i i/p "hallo every body".............it only shows "h" in the o/p i.e. in the table................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 12:35:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-string-type-in-ztable/m-p/2581290#M590262</guid>
      <dc:creator>former_member735790</dc:creator>
      <dc:date>2007-08-07T12:35:10Z</dc:date>
    </item>
  </channel>
</rss>

