<?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: values cannot added into z-table fields.. (have  full points..) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/values-cannot-added-into-z-table-fields-have-full-points/m-p/2680423#M619454</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;Structures: Consist of components that can have any       type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures (structured types) Structured types describe the structure and functions of any structured data objects, that is of data structures with components of any type. A component can be a field with an elementary type or can itself be a structure. A table can also be used as a component in a structure. A database table always has a structure and is therefore implicitly a structured type. However, the fields of a database table can only have an elementary type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if usefull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this with ur table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Aug 2007 07:29:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-27T07:29:07Z</dc:date>
    <item>
      <title>values cannot added into z-table fields.. (have  full points..)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/values-cannot-added-into-z-table-fields-have-full-points/m-p/2680420#M619451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;  I have one problem .&lt;/P&gt;&lt;P&gt;   I made a z-table,included a z-structure, two times in this  z-table.&lt;/P&gt;&lt;P&gt;  while inserting  some values in the table field. it is ok with the z-table fields but  i am able to inseert values in the z-structure fields used in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankx in advance..&lt;/P&gt;&lt;P&gt; Lakhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Aug 2007 06:13:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/values-cannot-added-into-z-table-fields-have-full-points/m-p/2680420#M619451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-26T06:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: values cannot added into z-table fields.. (have  full points..)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/values-cannot-added-into-z-table-fields-have-full-points/m-p/2680421#M619452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A little confused by your description - you say you have "&amp;lt;i&amp;gt;included a z-structure, two times in this z-table&amp;lt;/i&amp;gt;".  SAP should not let you include the same structure twice in a table and activate it because you would end up with duplicated column names.  Can you clarify what steps you have taken, and where the problem lies?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Aug 2007 12:58:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/values-cannot-added-into-z-table-fields-have-full-points/m-p/2680421#M619452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-26T12:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: values cannot added into z-table fields.. (have  full points..)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/values-cannot-added-into-z-table-fields-have-full-points/m-p/2680422#M619453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..Lakhan..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Observe these points carefully . you will get the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add the Same structure multiple times in the Same Table We have to Assign the Suffix while including the Structure. &lt;/P&gt;&lt;P&gt;   How To:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Open the Table in Change mode in SE11&lt;/P&gt;&lt;P&gt;      Select the Menu path : EDIT-&amp;gt;Include-&amp;gt;INSERT.&lt;/P&gt;&lt;P&gt;         Enter  Structure : &amp;lt;Your Z structure&amp;gt;&lt;/P&gt;&lt;P&gt;                   Suffix     :   &amp;lt;any character string Eg: A&amp;gt;&lt;/P&gt;&lt;P&gt;         Save .&lt;/P&gt;&lt;P&gt;         Now you can see all the Fields from include structure will have Suffix A.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;       Same way you can include the Structure Several times to the &lt;/P&gt;&lt;P&gt;       Table using a different suffix each time.&lt;/P&gt;&lt;P&gt;       This ensures that the field names are not duplicated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Finally Activate your Table.&lt;/P&gt;&lt;P&gt;       Now create the entries.&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>Mon, 27 Aug 2007 03:59:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/values-cannot-added-into-z-table-fields-have-full-points/m-p/2680422#M619453</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-08-27T03:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: values cannot added into z-table fields.. (have  full points..)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/values-cannot-added-into-z-table-fields-have-full-points/m-p/2680423#M619454</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;Structures: Consist of components that can have any       type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures (structured types) Structured types describe the structure and functions of any structured data objects, that is of data structures with components of any type. A component can be a field with an elementary type or can itself be a structure. A table can also be used as a component in a structure. A database table always has a structure and is therefore implicitly a structured type. However, the fields of a database table can only have an elementary type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if usefull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this with ur table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 07:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/values-cannot-added-into-z-table-fields-have-full-points/m-p/2680423#M619454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T07:29:07Z</dc:date>
    </item>
  </channel>
</rss>

