<?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: Extended check error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-check-error/m-p/3671889#M884338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How should I do now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Apr 2008 05:31:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-04T05:31:38Z</dc:date>
    <item>
      <title>Extended check error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-check-error/m-p/3671884#M884333</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;I have created a table type of a structure st1. Now I use this table type in a FM as a type of a table parameter. When I run extended check, I get the following error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"st1 Is extensible. After enlargement of a structure may change the semantics of the parameters handover."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to avoid it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jeetu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 11:53:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-check-error/m-p/3671884#M884333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T11:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extended check error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-check-error/m-p/3671885#M884334</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;Open the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to EXTRAS-ENHANCEMENT CATEGORY, and specify a category here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will remove the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sasidhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 11:56:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-check-error/m-p/3671885#M884334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T11:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Extended check error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-check-error/m-p/3671886#M884335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the structure enhancement in SE11 (look at menu) and set it to 'Structure can not be enhanced' (or something like it).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 11:57:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-check-error/m-p/3671886#M884335</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-04-03T11:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Extended check error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-check-error/m-p/3671887#M884336</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;This problem is because of that the table or the structures are not specified or classified to be extensible in DDIC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Overview: Extension categories&lt;/P&gt;&lt;P&gt;The following extension categories exist:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Not extensible: No extensions are allowed at all.&lt;/P&gt;&lt;P&gt;2. Extensible - character type: The structure can be extended and consists only of character type components (ABAP-types C, N, D, T). All extensions must be type of type character.&lt;/P&gt;&lt;P&gt;3. Extensible - character and numerical type: The structure can be extended. The structure and the extensions may consists of character type components (ABAP-types C, N, D, T) and numerical type components (P, F, I, INT1, INT2, INT4 and X)&lt;/P&gt;&lt;P&gt;4. Arbitrarily extensible": The structure can be extended. The structure and the extensions may consist of arbitrary components, i.e. tables, strings and references, too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can provide the solution for ur problem by providing the extension to ur structure in SE11,&lt;/P&gt;&lt;P&gt;Goto SE11, provide ur structure name and get into change mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from the menu Extras -&amp;gt; Enhancement Category and select CAN BE ENHANCED DEEP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply if this solves.&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, 03 Apr 2008 12:21:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-check-error/m-p/3671887#M884336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T12:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extended check error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-check-error/m-p/3671888#M884337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already done that.&lt;/P&gt;&lt;P&gt;It is still giving the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am confused now. Whether it should be enhanced or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 12:28:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-check-error/m-p/3671888#M884337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T12:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Extended check error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-check-error/m-p/3671889#M884338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How should I do now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 05:31:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-check-error/m-p/3671889#M884338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T05:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Extended check error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-check-error/m-p/3671890#M884339</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;Can u send the structure(with fields) and function module screen shots to chandrasrk yahoo.co.in&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 10:42:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-check-error/m-p/3671890#M884339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T10:42:25Z</dc:date>
    </item>
  </channel>
</rss>

