<?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: structure activaton warnings: in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-activaton-warnings/m-p/2030632#M416686</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;  Structures and tables that were defined by SAP in the ABAP Dictionary&lt;/P&gt;&lt;P&gt;  can be enhanced subsequently by customers using Customizing includes or&lt;/P&gt;&lt;P&gt;  append structures. The enhancements do not only refer to structures/&lt;/P&gt;&lt;P&gt;  tables themselves, but also to dependent structures that adopt the&lt;/P&gt;&lt;P&gt;  enhancement as an include or referenced structure. Append structures&lt;/P&gt;&lt;P&gt;  that only take effect at the end of the original structure can also&lt;/P&gt;&lt;P&gt;  cause shifts - in the case of dependent structures - even within these&lt;/P&gt;&lt;P&gt;  structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You must select an enhancement category for the following reason: In&lt;/P&gt;&lt;P&gt;  programs where there is no active Unicode check, enhancements to tables&lt;/P&gt;&lt;P&gt;  and structures can cause syntax and runtime errors during type checks&lt;/P&gt;&lt;P&gt;  and particularly in combination with deep structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  In programs where there is an active Unicode check, statements, operand&lt;/P&gt;&lt;P&gt;  checks, and accesses with an offset and length are problematic - for&lt;/P&gt;&lt;P&gt;  example, if numeric or deep components are inserted into a purely&lt;/P&gt;&lt;P&gt;  character-type structure and the structure thus loses its character-&lt;/P&gt;&lt;P&gt;  type nature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Depending on the structure definition, the radio buttons allowed in the&lt;/P&gt;&lt;P&gt;  dialog box are ready for input. Choose one of the possible enhancement&lt;/P&gt;&lt;P&gt;  categories:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cannot be enhanced&lt;/P&gt;&lt;P&gt; The structure must not be enhanced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Can be enhanced or character type&lt;/P&gt;&lt;P&gt; All structure components and their enhancements must be&lt;/P&gt;&lt;P&gt; character-type (C, N, D, or T). The original structure and all&lt;/P&gt;&lt;P&gt; enhancements through Customizing includes or through append&lt;/P&gt;&lt;P&gt; structures are subject to this limitation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Can be enhanced or character-type or numeric&lt;/P&gt;&lt;P&gt; The structure and its enhancement must not contain any deep data&lt;/P&gt;&lt;P&gt; types (tables, references, strings).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Can be enhanced in any way&lt;/P&gt;&lt;P&gt; The structure and its enhancement may contain components whose data&lt;/P&gt;&lt;P&gt; type can be of any type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Not classified&lt;/P&gt;&lt;P&gt; This category can be chosen, for example, for a transition status;&lt;/P&gt;&lt;P&gt; however, it must not be chosen for creating structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The rules for defining the enhancement category result implicitly from&lt;/P&gt;&lt;P&gt; the structure setup and the classification of the types used. These&lt;/P&gt;&lt;P&gt; rules are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; o   If the object contains at least one numeric type or a substructure&lt;/P&gt;&lt;P&gt;     or component (field has a structure/table/view as its type) that can&lt;/P&gt;&lt;P&gt;     be enhanced numerically, the object can no longer be enhanced&lt;/P&gt;&lt;P&gt;     character-type, but is itself, at most, enhanceable character-type&lt;/P&gt;&lt;P&gt;     or numeric.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; o   If the object contains a deep component (string, reference, or table&lt;/P&gt;&lt;P&gt;     type), or it contains a substructure or component that is marked as&lt;/P&gt;&lt;P&gt;     enhanceable in any way, then the object itself is enhanceable in any&lt;/P&gt;&lt;P&gt;     way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; o   If the object does not contain any substructure or component that is&lt;/P&gt;&lt;P&gt;     marked as enhanceable, you can select cannot be enhanced. If the&lt;/P&gt;&lt;P&gt;     structure has not yet been enhanced, you can choose the category&lt;/P&gt;&lt;P&gt;     cannot be enhanced in any case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If you are creating new tables and structures in the ABAP Dictionary,&lt;/P&gt;&lt;P&gt; the system proposes the category can be enhanced in any way as standard&lt;/P&gt;&lt;P&gt; value for the classification of the enhancement options. If the&lt;/P&gt;&lt;P&gt; developer chooses a more restrictive classification than can be enhanced&lt;/P&gt;&lt;P&gt; in any way for a particular structure, then only the classification&lt;/P&gt;&lt;P&gt; levels that adhere to the rules above are allowed. It is not possible to&lt;/P&gt;&lt;P&gt; choose an enhancement option of a structure that is more restrictive&lt;/P&gt;&lt;P&gt; than the classification resulting immplicitly from the structure setup&lt;/P&gt;&lt;P&gt; and from the classification of the types used. Therefore, only the&lt;/P&gt;&lt;P&gt; allowed categories are proposed for selection in the maintenance user&lt;/P&gt;&lt;P&gt; interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If a structure depends on one or several other structures, the smallest&lt;/P&gt;&lt;P&gt; category is chosen as implicit classification (in the order cannot be&lt;/P&gt;&lt;P&gt; enhanced &amp;lt; can be enhanced and character-type &amp;lt; can be enhanced and&lt;/P&gt;&lt;P&gt; character-type or numeric &amp;lt; can be enhanced in any way). This&lt;/P&gt;&lt;P&gt; classification is greater than or less than the category in the other&lt;/P&gt;&lt;P&gt; structures and also greater than or the same as the category that&lt;/P&gt;&lt;P&gt; results from the actual setup in the original structure itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Mar 2007 08:38:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-13T08:38:58Z</dc:date>
    <item>
      <title>structure activaton warnings:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-activaton-warnings/m-p/2030630#M416684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Enhancement category for table missing&lt;/P&gt;&lt;P&gt;Enhancement category for include or subtype missing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are these warnings?&lt;/P&gt;&lt;P&gt;how can I rectify them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tx.&lt;/P&gt;&lt;P&gt;kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 07:42:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-activaton-warnings/m-p/2030630#M416684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T07:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: structure activaton warnings:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-activaton-warnings/m-p/2030631#M416685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt; For every structure or table you need to mention the enhancement category.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also when you have include strucutres then it is required that you mention the enhancement category for eahc one of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can rectify the erros or warnings by specifying Enhancement category in SE11 Menu Extras-&amp;gt;Enhancement Category.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the help on the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures and tables that were defined by SAP in the ABAP Dictionary can be enhanced subsequently by customers using Customizing includes or append structures. The enhancements do not only refer to structures/ tables themselves, but also to dependent structures that adopt the enhancement as an include or referenced structure. Append structures that only take effect at the end of the original structure can also cause shifts - in the case of dependent structures - even within these structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must select an enhancement category for the following reason: In programs where there is no active Unicode check, enhancements to tables and structures can cause syntax and runtime errors during type checks and particularly in combination with deep structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In programs where there is an active Unicode check, statements, operand checks, and accesses with an offset and length are problematic - for example, if numeric or deep components are inserted into a purely character-type structure and the structure thus loses its character- type nature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on the structure definition, the radio buttons allowed in the dialog box are ready for input. Choose one of the possible enhancement categories:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cannot be enhanced&lt;/P&gt;&lt;P&gt;The structure must not be enhanced.&lt;/P&gt;&lt;P&gt;Can be enhanced or character type&lt;/P&gt;&lt;P&gt;All structure components and their enhancements must be character-type (C, N, D, or T). The original structure and all enhancements through Customizing includes or through append structures are subject to this limitation.&lt;/P&gt;&lt;P&gt;Can be enhanced or character-type or numeric&lt;/P&gt;&lt;P&gt;The structure and its enhancement must not contain any deep data types (tables, references, strings).&lt;/P&gt;&lt;P&gt;Can be enhanced in any way&lt;/P&gt;&lt;P&gt;The structure and its enhancement may contain components whose data type can be of any type.&lt;/P&gt;&lt;P&gt;Not classified&lt;/P&gt;&lt;P&gt;This category can be chosen, for example, for a transition status; however, it must not be chosen for creating structures.&lt;/P&gt;&lt;P&gt;The rules for defining the enhancement category result implicitly from the structure setup and the classification of the types used. These rules are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the object contains at least one numeric type or a substructure or component (field has a structure/table/view as its type) that can be enhanced numerically, the object can no longer be enhanced character-type, but is itself, at most, enhanceable character-type or numeric.&lt;/P&gt;&lt;P&gt;If the object contains a deep component (string, reference, or table type), or it contains a substructure or component that is marked as enhanceable in any way, then the object itself is enhanceable in any way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Seshatalpasai Madala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 08:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-activaton-warnings/m-p/2030631#M416685</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-03-13T08:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: structure activaton warnings:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-activaton-warnings/m-p/2030632#M416686</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;  Structures and tables that were defined by SAP in the ABAP Dictionary&lt;/P&gt;&lt;P&gt;  can be enhanced subsequently by customers using Customizing includes or&lt;/P&gt;&lt;P&gt;  append structures. The enhancements do not only refer to structures/&lt;/P&gt;&lt;P&gt;  tables themselves, but also to dependent structures that adopt the&lt;/P&gt;&lt;P&gt;  enhancement as an include or referenced structure. Append structures&lt;/P&gt;&lt;P&gt;  that only take effect at the end of the original structure can also&lt;/P&gt;&lt;P&gt;  cause shifts - in the case of dependent structures - even within these&lt;/P&gt;&lt;P&gt;  structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You must select an enhancement category for the following reason: In&lt;/P&gt;&lt;P&gt;  programs where there is no active Unicode check, enhancements to tables&lt;/P&gt;&lt;P&gt;  and structures can cause syntax and runtime errors during type checks&lt;/P&gt;&lt;P&gt;  and particularly in combination with deep structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  In programs where there is an active Unicode check, statements, operand&lt;/P&gt;&lt;P&gt;  checks, and accesses with an offset and length are problematic - for&lt;/P&gt;&lt;P&gt;  example, if numeric or deep components are inserted into a purely&lt;/P&gt;&lt;P&gt;  character-type structure and the structure thus loses its character-&lt;/P&gt;&lt;P&gt;  type nature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Depending on the structure definition, the radio buttons allowed in the&lt;/P&gt;&lt;P&gt;  dialog box are ready for input. Choose one of the possible enhancement&lt;/P&gt;&lt;P&gt;  categories:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cannot be enhanced&lt;/P&gt;&lt;P&gt; The structure must not be enhanced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Can be enhanced or character type&lt;/P&gt;&lt;P&gt; All structure components and their enhancements must be&lt;/P&gt;&lt;P&gt; character-type (C, N, D, or T). The original structure and all&lt;/P&gt;&lt;P&gt; enhancements through Customizing includes or through append&lt;/P&gt;&lt;P&gt; structures are subject to this limitation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Can be enhanced or character-type or numeric&lt;/P&gt;&lt;P&gt; The structure and its enhancement must not contain any deep data&lt;/P&gt;&lt;P&gt; types (tables, references, strings).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Can be enhanced in any way&lt;/P&gt;&lt;P&gt; The structure and its enhancement may contain components whose data&lt;/P&gt;&lt;P&gt; type can be of any type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Not classified&lt;/P&gt;&lt;P&gt; This category can be chosen, for example, for a transition status;&lt;/P&gt;&lt;P&gt; however, it must not be chosen for creating structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The rules for defining the enhancement category result implicitly from&lt;/P&gt;&lt;P&gt; the structure setup and the classification of the types used. These&lt;/P&gt;&lt;P&gt; rules are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; o   If the object contains at least one numeric type or a substructure&lt;/P&gt;&lt;P&gt;     or component (field has a structure/table/view as its type) that can&lt;/P&gt;&lt;P&gt;     be enhanced numerically, the object can no longer be enhanced&lt;/P&gt;&lt;P&gt;     character-type, but is itself, at most, enhanceable character-type&lt;/P&gt;&lt;P&gt;     or numeric.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; o   If the object contains a deep component (string, reference, or table&lt;/P&gt;&lt;P&gt;     type), or it contains a substructure or component that is marked as&lt;/P&gt;&lt;P&gt;     enhanceable in any way, then the object itself is enhanceable in any&lt;/P&gt;&lt;P&gt;     way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; o   If the object does not contain any substructure or component that is&lt;/P&gt;&lt;P&gt;     marked as enhanceable, you can select cannot be enhanced. If the&lt;/P&gt;&lt;P&gt;     structure has not yet been enhanced, you can choose the category&lt;/P&gt;&lt;P&gt;     cannot be enhanced in any case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If you are creating new tables and structures in the ABAP Dictionary,&lt;/P&gt;&lt;P&gt; the system proposes the category can be enhanced in any way as standard&lt;/P&gt;&lt;P&gt; value for the classification of the enhancement options. If the&lt;/P&gt;&lt;P&gt; developer chooses a more restrictive classification than can be enhanced&lt;/P&gt;&lt;P&gt; in any way for a particular structure, then only the classification&lt;/P&gt;&lt;P&gt; levels that adhere to the rules above are allowed. It is not possible to&lt;/P&gt;&lt;P&gt; choose an enhancement option of a structure that is more restrictive&lt;/P&gt;&lt;P&gt; than the classification resulting immplicitly from the structure setup&lt;/P&gt;&lt;P&gt; and from the classification of the types used. Therefore, only the&lt;/P&gt;&lt;P&gt; allowed categories are proposed for selection in the maintenance user&lt;/P&gt;&lt;P&gt; interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If a structure depends on one or several other structures, the smallest&lt;/P&gt;&lt;P&gt; category is chosen as implicit classification (in the order cannot be&lt;/P&gt;&lt;P&gt; enhanced &amp;lt; can be enhanced and character-type &amp;lt; can be enhanced and&lt;/P&gt;&lt;P&gt; character-type or numeric &amp;lt; can be enhanced in any way). This&lt;/P&gt;&lt;P&gt; classification is greater than or less than the category in the other&lt;/P&gt;&lt;P&gt; structures and also greater than or the same as the category that&lt;/P&gt;&lt;P&gt; results from the actual setup in the original structure itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 08:38:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-activaton-warnings/m-p/2030632#M416686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T08:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: structure activaton warnings:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-activaton-warnings/m-p/2030633#M416687</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;If u go to SE11 and select EXTRAS -&amp;gt; Enhancement Ctegory u will find five options  u have to select any one of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The choice of an enhancement category is necessary. The reason is that in programs where there is no active Unicode flag, structure enhancements - in particular for type checks and in connection with deep structures - can cause syntax and runtime errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In programs where there is an active Unicode flag, statements, operand checks, and accesses with offset and length are problematic if - for example - numeric or deep components are inserted in a purely character-type structure. In this way the structure loses its character-type nature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;In the following dialog box, choose an enhancement category for the structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cannot be enhanced&lt;/P&gt;&lt;P&gt;The table/structure must not be enhanced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can be enhanced and character-type&lt;/P&gt;&lt;P&gt;All the structure components and their enhancements must be character-type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can be enhanced and character-type or numeric&lt;/P&gt;&lt;P&gt;The structure and its enhancement must not contain any deep data types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can be enhanced in any way&lt;/P&gt;&lt;P&gt;The structure and its enhancement may contain components whose data type &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can be of any type at all.&lt;/P&gt;&lt;P&gt;If you are uncertain here, read the section entitled Enhancement Category .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful for u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 07:35:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-activaton-warnings/m-p/2030633#M416687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T07:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: structure activaton warnings:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-activaton-warnings/m-p/2030634#M416688</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;You check your Compnent type of your structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what ever declared  in compnent type that should match with data element or domain .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 06:55:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-activaton-warnings/m-p/2030634#M416688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T06:55:13Z</dc:date>
    </item>
  </channel>
</rss>

