<?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 EPC Error in Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/epc-error-in-program/m-p/3259758#M778689</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;I have written following coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: t163g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF ls_xt163g.&lt;/P&gt;&lt;P&gt;        INCLUDE STRUCTURE t163g.&lt;/P&gt;&lt;P&gt;DATA: END OF ls_xt163g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : LT_XT163g like STANDARD TABLE OF ls_xt163g INITIAL SIZE 0.&lt;/P&gt;&lt;P&gt;  SELECT * FROM t163g INTO TABLE lt_xt163g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at lt_xt163g into ls_xt163g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But following error occured in EPC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP command is obsolete&lt;/P&gt;&lt;P&gt; Within classes and interfaces, you can only use "TYPE" to refer to ABAP Dictionary&lt;/P&gt;&lt;P&gt; types (not "LIKE" or "STRUCTURE").&lt;/P&gt;&lt;P&gt;Internal Message Code: MESSAGE G/B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i solve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jan 2008 08:18:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-01T08:18:31Z</dc:date>
    <item>
      <title>EPC Error in Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/epc-error-in-program/m-p/3259758#M778689</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;I have written following coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: t163g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF ls_xt163g.&lt;/P&gt;&lt;P&gt;        INCLUDE STRUCTURE t163g.&lt;/P&gt;&lt;P&gt;DATA: END OF ls_xt163g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : LT_XT163g like STANDARD TABLE OF ls_xt163g INITIAL SIZE 0.&lt;/P&gt;&lt;P&gt;  SELECT * FROM t163g INTO TABLE lt_xt163g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at lt_xt163g into ls_xt163g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But following error occured in EPC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP command is obsolete&lt;/P&gt;&lt;P&gt; Within classes and interfaces, you can only use "TYPE" to refer to ABAP Dictionary&lt;/P&gt;&lt;P&gt; types (not "LIKE" or "STRUCTURE").&lt;/P&gt;&lt;P&gt;Internal Message Code: MESSAGE G/B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i solve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jan 2008 08:18:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/epc-error-in-program/m-p/3259758#M778689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-01T08:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: EPC Error in Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/epc-error-in-program/m-p/3259759#M778690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;DATA : LT_XT163g &lt;STRONG&gt;type&lt;/STRONG&gt; STANDARD TABLE OF ls_xt163g INITIAL SIZE 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;Umakanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jan 2008 08:53:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/epc-error-in-program/m-p/3259759#M778690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-01T08:53:42Z</dc:date>
    </item>
  </channel>
</rss>

