<?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 Data Type with reference and view maintenance in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-with-reference-and-view-maintenance/m-p/5348648#M1231701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two questions that I want to ask. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;&lt;EM&gt;1.	Error when referencing a table with data type = u2018STRINGu2019.&lt;/EM&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have a Z table with some fields = u2018stringu2019, when I use this as a reference, an error prompted. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"ZTBL_ABC" must be a flat structure. You cannot use internal
tables, strings, references, or structures as components.-&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;&lt;EM&gt;2.	Error in generating the View maintenance for field length &amp;gt; 255.&lt;/EM&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Actually, I want to create fields with &lt;/P&gt;&lt;P&gt;1.	data type = char(255), &lt;/P&gt;&lt;P&gt;2.	data type = text&lt;/P&gt;&lt;P&gt;3.	data type = char(3000)&lt;/P&gt;&lt;P&gt;It is okay if I create the field with the selected size, however, when I generate the View maintenance (which can be access through SM30); it does not allow me to do so. It still not working if I change it into string. How can I create such table and use the table maintenance, as well as using that as the reference type of an internal table for another program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mandy Au&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2009 05:05:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-20T05:05:10Z</dc:date>
    <item>
      <title>Data Type with reference and view maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-with-reference-and-view-maintenance/m-p/5348648#M1231701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two questions that I want to ask. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;&lt;EM&gt;1.	Error when referencing a table with data type = u2018STRINGu2019.&lt;/EM&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have a Z table with some fields = u2018stringu2019, when I use this as a reference, an error prompted. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"ZTBL_ABC" must be a flat structure. You cannot use internal
tables, strings, references, or structures as components.-&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;&lt;EM&gt;2.	Error in generating the View maintenance for field length &amp;gt; 255.&lt;/EM&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Actually, I want to create fields with &lt;/P&gt;&lt;P&gt;1.	data type = char(255), &lt;/P&gt;&lt;P&gt;2.	data type = text&lt;/P&gt;&lt;P&gt;3.	data type = char(3000)&lt;/P&gt;&lt;P&gt;It is okay if I create the field with the selected size, however, when I generate the View maintenance (which can be access through SM30); it does not allow me to do so. It still not working if I change it into string. How can I create such table and use the table maintenance, as well as using that as the reference type of an internal table for another program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mandy Au&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 05:05:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-with-reference-and-view-maintenance/m-p/5348648#M1231701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T05:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Data Type with reference and view maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-with-reference-and-view-maintenance/m-p/5348649#M1231702</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 would advice to use standard data elements for it like &lt;/P&gt;&lt;P&gt;for char - 3000 Data Element is CHAR3000 &lt;/P&gt;&lt;P&gt;     char -255   Data Element  is CHAR255&lt;/P&gt;&lt;P&gt;etc and then generate the table generator and enjoy.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shashi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 05:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-with-reference-and-view-maintenance/m-p/5348649#M1231702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T05:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data Type with reference and view maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-with-reference-and-view-maintenance/m-p/5348650#M1231703</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;1st of all a table which has a field of type string can be converted in to table maintenance because TM does not support string type as it becomes a very big field to be displayed on screen ... so u need to change that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then about the CHAR of length 3000 is too big ... to have a max limit of 255.&lt;/P&gt;&lt;P&gt;If you change this both u will be able to generate TM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase after changing the field length it it gives error in activatin your table then go to SE14 put your table name EDIT and then Adjust n activate it....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this was helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--- Close the post once you get the solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 05:17:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-with-reference-and-view-maintenance/m-p/5348650#M1231703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T05:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Data Type with reference and view maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-with-reference-and-view-maintenance/m-p/5348651#M1231704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot to both shashi jha and Ajantha Ratnakumar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ajantha: You did answer my question about the table maintenance. I will try to solve the case. And thank you for reminding me about the SE14, I've totally forgot this T-code. ^^&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shashi: I think this may not be the case about using what data element is it, since I am creating and new data element for that. Will there be any difference in using the built-in data element and the self-defined one? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Mandy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 05:47:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-with-reference-and-view-maintenance/m-p/5348651#M1231704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T05:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Data Type with reference and view maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-with-reference-and-view-maintenance/m-p/5348652#M1231705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mandy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome. It was just my experience which i shared ....and 1 thing  u need to close the post  &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; i hope u will be do that....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 05:51:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-with-reference-and-view-maintenance/m-p/5348652#M1231705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T05:51:37Z</dc:date>
    </item>
  </channel>
</rss>

