<?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: table in structure class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-structure-class/m-p/7733892#M1581243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For components of table type, it is required this table type must have key determined. So you this should go like&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    types: begin of ts_deli_day_map,
            day_num   type n length 1,
            deli_day  type xfeld,
           end of  ts_deli_day_map.
 
    types tt_deli_day_map type standard table of ts_deli_day_map with default key.
 
    types: begin of ts_tours_map,
            lzone type lzone,
            deli_day type tt_deli_day_map,
           end of ts_tours_map.
           
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Mar 2011 14:47:06 GMT</pubDate>
    <dc:creator>MarcinPciak</dc:creator>
    <dc:date>2011-03-17T14:47:06Z</dc:date>
    <item>
      <title>table in structure class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-structure-class/m-p/7733891#M1581242</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;why doesn't that work?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    types: begin of ts_deli_day_map,
            day_num   type n length 1,
            deli_day  type xfeld,
           end of  ts_deli_day_map.

    types tt_deli_day_map type standard table of ts_deli_day_map.

    types: begin of ts_tours_map,
            lzone type lzone,
            deli_day type tt_deli_day_map,
           end of ts_tours_map.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;the code is in a class....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 14:29:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-structure-class/m-p/7733891#M1581242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-17T14:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: table in structure class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-structure-class/m-p/7733892#M1581243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For components of table type, it is required this table type must have key determined. So you this should go like&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    types: begin of ts_deli_day_map,
            day_num   type n length 1,
            deli_day  type xfeld,
           end of  ts_deli_day_map.
 
    types tt_deli_day_map type standard table of ts_deli_day_map with default key.
 
    types: begin of ts_tours_map,
            lzone type lzone,
            deli_day type tt_deli_day_map,
           end of ts_tours_map.
           
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 14:47:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-in-structure-class/m-p/7733892#M1581243</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2011-03-17T14:47:06Z</dc:date>
    </item>
  </channel>
</rss>

