<?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: Include structure problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-problem/m-p/1687382#M302425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I activated this structure.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Nov 2006 22:23:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-23T22:23:19Z</dc:date>
    <item>
      <title>Include structure problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-problem/m-p/1687375#M302418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to compile simple construction in ECC 60:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of t_bbseg.&lt;/P&gt;&lt;P&gt;         include structure bbseg.&lt;/P&gt;&lt;P&gt;types: end of t_bbseg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have compilation error:&lt;/P&gt;&lt;P&gt;"The type "SI_BBSEG" is unknown"&lt;/P&gt;&lt;P&gt;Is anyone had something like this before?&lt;/P&gt;&lt;P&gt;We are NetWeaver 2004S Unicode enabled.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Ihar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 16:06:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-problem/m-p/1687375#M302418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T16:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Include structure problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-problem/m-p/1687376#M302419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are trying to include BSEG as a structure in the TYPE, use the TYPE keyword instead&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

types: begin of t_bbseg.
include type bseg.
types: end of t_bbseg.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 16:08:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-problem/m-p/1687376#M302419</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-11-23T16:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Include structure problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-problem/m-p/1687377#M302420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This construction gives me an error:&lt;/P&gt;&lt;P&gt;"The type "SI_BBSEG" is unknown"&lt;/P&gt;&lt;P&gt;What "SI_" has to do with that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 16:12:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-problem/m-p/1687377#M302420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T16:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Include structure problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-problem/m-p/1687378#M302421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, it works fine in my system.  There is an INCLUDE structure at the bottom of BBSEG(in my system) called SI_BBSEGV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 16:16:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-problem/m-p/1687378#M302421</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-11-23T16:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Include structure problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-problem/m-p/1687379#M302422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more addition:&lt;/P&gt;&lt;P&gt;I'm trying to use structure BBSEG (not BSEG) for filling data for direct input&lt;/P&gt;&lt;P&gt;I found "include SI_BBSEG" and "include SI_BBSEGV" in structure BBSEG.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 16:19:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-problem/m-p/1687379#M302422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T16:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Include structure problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-problem/m-p/1687380#M302423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For some reason the structure SI_BBSEG may not be actie in your system. Try to activate that manually in SE11 and then try your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 16:19:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-problem/m-p/1687380#M302423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T16:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Include structure problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-problem/m-p/1687381#M302424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 2 test systems. For some reason in one system it's compiling with no errors and in the another system I have this weird error. In both sytems this structure (SI_BBSEG) not available when I double click on it in se11 in BBSEG.&lt;/P&gt;&lt;P&gt;I'll try to activate it. &lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 16:28:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-problem/m-p/1687381#M302424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T16:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Include structure problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-problem/m-p/1687382#M302425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I activated this structure.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 22:23:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-structure-problem/m-p/1687382#M302425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T22:23:19Z</dc:date>
    </item>
  </channel>
</rss>

