<?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 Problem in creating internal table inline with a structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-internal-table-inline-with-a-structure/m-p/3236798#M772416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a structure and now would like to include the same into an internal table. This internal table will have the data and the same data need to be passed into smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this regard, i have created a structure and now would like to create an internal table inline with the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following code is giving me an error...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of i_eban occurs 0.&lt;/P&gt;&lt;P&gt;      include STRUCTURE zieban.&lt;/P&gt;&lt;P&gt;      end of i_eban.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error:  The field "ZIEBAN" is unknown, but there are the following fields with&lt;/P&gt;&lt;P&gt;similar names: "I_EBAN" and "EBAN".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me out ...????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Dec 2007 06:06:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-31T06:06:51Z</dc:date>
    <item>
      <title>Problem in creating internal table inline with a structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-internal-table-inline-with-a-structure/m-p/3236798#M772416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a structure and now would like to include the same into an internal table. This internal table will have the data and the same data need to be passed into smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this regard, i have created a structure and now would like to create an internal table inline with the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following code is giving me an error...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of i_eban occurs 0.&lt;/P&gt;&lt;P&gt;      include STRUCTURE zieban.&lt;/P&gt;&lt;P&gt;      end of i_eban.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error:  The field "ZIEBAN" is unknown, but there are the following fields with&lt;/P&gt;&lt;P&gt;similar names: "I_EBAN" and "EBAN".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me out ...????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2007 06:06:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-internal-table-inline-with-a-structure/m-p/3236798#M772416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-31T06:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in creating internal table inline with a structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-internal-table-inline-with-a-structure/m-p/3236799#M772417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like you forgotten to declare the following before you use it to declare your internal table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES : ZIEBAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;William Wilstroth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2007 06:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-internal-table-inline-with-a-structure/m-p/3236799#M772417</guid>
      <dc:creator>Wil_Wilstroth</dc:creator>
      <dc:date>2007-12-31T06:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in creating internal table inline with a structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-internal-table-inline-with-a-structure/m-p/3236800#M772418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt; Instead of data give types..and try&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaveri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2007 06:10:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-internal-table-inline-with-a-structure/m-p/3236800#M772418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-31T06:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in creating internal table inline with a structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-internal-table-inline-with-a-structure/m-p/3236801#M772419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answerd....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2007 09:15:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-internal-table-inline-with-a-structure/m-p/3236801#M772419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-31T09:15:18Z</dc:date>
    </item>
  </channel>
</rss>

