<?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: Internal table with lines like structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-with-lines-like-structure/m-p/5206511#M1204478</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;PRE&gt;&lt;CODE&gt;" Internal table declaration without Header Line
DATA gt_hikd LIKE STANDARD TABLE OF hidk.          

" Work Area declaration
DATA g_hikd LIKE LINE OF gt_hikd.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 22 Feb 2009 08:46:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-22T08:46:09Z</dc:date>
    <item>
      <title>Internal table with lines like structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-with-lines-like-structure/m-p/5206508#M1204475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to create internal table with lines like structure?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Feb 2009 19:49:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-with-lines-like-structure/m-p/5206508#M1204475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-21T19:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table with lines like structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-with-lines-like-structure/m-p/5206509#M1204476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TYPES: BEGIN OF t_hidk.&lt;/P&gt;&lt;P&gt;       INCLUDE STRUCTURE hidk.&lt;/P&gt;&lt;P&gt;TYPES: END OF t_hidk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: gt_hikd TYPE STANDARD TABLE OF t_hidk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: S S on Feb 21, 2009 9:20 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Feb 2009 20:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-with-lines-like-structure/m-p/5206509#M1204476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-21T20:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table with lines like structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-with-lines-like-structure/m-p/5206510#M1204477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, S S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do simply like the following too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: it_pskey LIKE STANDARD TABLE OF pskey WITH HEADER LINE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there &lt;STRONG&gt;PSKEY&lt;/STRONG&gt; is the Structure name like in your above Example &lt;STRONG&gt;HIDK&lt;/STRONG&gt; is the name of Structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2009 05:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-with-lines-like-structure/m-p/5206510#M1204477</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-02-22T05:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table with lines like structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-with-lines-like-structure/m-p/5206511#M1204478</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;PRE&gt;&lt;CODE&gt;" Internal table declaration without Header Line
DATA gt_hikd LIKE STANDARD TABLE OF hidk.          

" Work Area declaration
DATA g_hikd LIKE LINE OF gt_hikd.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2009 08:46:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-with-lines-like-structure/m-p/5206511#M1204478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-22T08:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table with lines like structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-with-lines-like-structure/m-p/5206512#M1204479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2009 11:45:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-with-lines-like-structure/m-p/5206512#M1204479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-28T11:45:02Z</dc:date>
    </item>
  </channel>
</rss>

