<?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: Query regarding global structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-global-structure/m-p/2961188#M698576</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gopi...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Se11 , the Component Type is so called the Data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so first you need to create the data element for custid by giving external domain which tell the type and size of variable or you can select built data type in the data element screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto se-11 and select " DATA TYPE"&lt;/P&gt;&lt;P&gt;give name as custid click on create u will get one pop-up screen in that select the radio button as data element give the description and select option 'predefined type' under elementary type and give the data type and save and activate once if you activate you can use this structure gloablly means you can use in any table while creating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward with points if helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you check out the Data element assigned to the Custid field in the Table ZGKMASTER and assign the Same data element as the COMPONENT TYPE in the structure also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Oct 2007 08:25:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-10T08:25:43Z</dc:date>
    <item>
      <title>Query regarding global structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-global-structure/m-p/2961183#M698571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table ZGKMASTER with custid and custnames fields.I need to create a global structure with a component of type custid in SE11.When I tried,strucked with the thinking of what to give in component type,I tried zgkmaster-custid (just a try).But it says component not activated.How to go about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 16:39:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-global-structure/m-p/2961183#M698571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T16:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding global structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-global-structure/m-p/2961184#M698572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you activated your table ZGKMASTER?  Also, there is a data element called CUSTID.  So you can try just entering that as your component type.  I hope this helps.&lt;/P&gt;&lt;P&gt; - April King&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 17:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-global-structure/m-p/2961184#M698572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T17:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding global structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-global-structure/m-p/2961185#M698573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your structure needs to reflect the exact structure of your table, create a structure like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. Structurename ZGKMASTER_S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Component   Component Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.INCLUDE      ZGKMASTER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's it, the fields in your structure have exactly the same names as they have in your table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create a structure that contains only a few fields of your table, do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. Structurename ZGKMASTER_S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Component   Component Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;custid           'Name of data element you are using in your table for that field'&lt;/P&gt;&lt;P&gt;field01          'Name of data element you are using in your table for that field'&lt;/P&gt;&lt;P&gt;field02          'Name of data element you are using in your table for that field'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 17:47:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-global-structure/m-p/2961185#M698573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T17:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding global structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-global-structure/m-p/2961186#M698574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you talking with regard to ABAP program?I was thinking about doing in SE11.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 06:17:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-global-structure/m-p/2961186#M698574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T06:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding global structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-global-structure/m-p/2961187#M698575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gopi...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While Creating a structure in Se11 , the Component Type is nothing but the Data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you check out the Data element assigned to the Custid field in the Table ZGKMASTER and assign the Same data element as the COMPONENT TYPE in the structure also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REWARD IF HELPFUL.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 06:57:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-global-structure/m-p/2961187#M698575</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-10-10T06:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding global structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-global-structure/m-p/2961188#M698576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gopi...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Se11 , the Component Type is so called the Data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so first you need to create the data element for custid by giving external domain which tell the type and size of variable or you can select built data type in the data element screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto se-11 and select " DATA TYPE"&lt;/P&gt;&lt;P&gt;give name as custid click on create u will get one pop-up screen in that select the radio button as data element give the description and select option 'predefined type' under elementary type and give the data type and save and activate once if you activate you can use this structure gloablly means you can use in any table while creating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward with points if helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you check out the Data element assigned to the Custid field in the Table ZGKMASTER and assign the Same data element as the COMPONENT TYPE in the structure also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 08:25:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-regarding-global-structure/m-p/2961188#M698576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T08:25:43Z</dc:date>
    </item>
  </channel>
</rss>

