<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2750046#M639513</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to  SE11-&amp;gt; Choose Data Type -&amp;gt; Create -&amp;gt; Chose the radio button STRUCTURE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Alvaro Tejada Galindo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Sep 2007 07:28:04 GMT</pubDate>
    <dc:creator>former_member404244</dc:creator>
    <dc:date>2007-09-14T07:28:04Z</dc:date>
    <item>
      <title>Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2750043#M639510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How  i can make Sructure in  dictionary. give me some examples of making structure or screen shots of making structure.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 07:21:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2750043#M639510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T07:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2750044#M639511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read at &amp;lt;a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBDIC/BCDWBDIC.pdf"&amp;gt;BC - ABAP Dictionary&amp;lt;/a&amp;gt; page 144 and following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;_________________________&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Creating Structures&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;1. In the initial screen of the ABAP Dictionary, enter the structure name in field Data type&lt;/P&gt;&lt;P&gt;and choose Create.&lt;/P&gt;&lt;P&gt;A dialog box appears in which you must select the type category.&lt;/P&gt;&lt;P&gt;2. Select Structure and choose .&lt;/P&gt;&lt;P&gt;The maintenance screen for structures appears.&lt;/P&gt;&lt;P&gt;3. Enter an explanatory short text in field Short text.&lt;/P&gt;&lt;P&gt;You can for example find the structure at a later time using this short text.&lt;/P&gt;&lt;P&gt;Carry out the following steps for all the components you want to include in the structure.&lt;/P&gt;&lt;P&gt;You can also include structures, tables or views instead of individual components. The&lt;/P&gt;&lt;P&gt;procedure here is described in Inserting an Include [Page 85].&lt;/P&gt;&lt;P&gt;4. Enter a name in column Components.&lt;/P&gt;&lt;P&gt;If you want to use the structure as an include [Page 16] in a transparent table at a later&lt;/P&gt;&lt;P&gt;time, the component names may not be longer than 16 characters.&lt;/P&gt;&lt;P&gt;5. Enter the name of the type whose attributes should be used in the component in field&lt;/P&gt;&lt;P&gt;Component name. You can enter any type (data element, structure or table type) here.&lt;/P&gt;&lt;P&gt;You can also add components by directly specifying the data type and length. Choose&lt;/P&gt;&lt;P&gt;Built-in type. You can now enter values for fields DTyp, Length, Dec.places and Short&lt;/P&gt;&lt;P&gt;description. With Component type you can switch back to the screen for entering&lt;/P&gt;&lt;P&gt;references to existing types.&lt;/P&gt;&lt;P&gt;You can combine components with direct type definition and components that are&lt;/P&gt;&lt;P&gt;defined by referencing an existing type as you like.&lt;/P&gt;&lt;P&gt;6. The reference field and reference table [Page 15] must be specified for components of&lt;/P&gt;&lt;P&gt;type CURR (currency) and QUAN (quantity).&lt;/P&gt;&lt;P&gt;You can make these entries on the Currency/quantity fields tab page.&lt;/P&gt;&lt;P&gt;7. Now maintain the foreign keys of the structure.&lt;/P&gt;&lt;P&gt;Proceed as when maintaining the foreign keys of a table (see Creating Foreign Keys&lt;/P&gt;&lt;P&gt;[Page 75]).&lt;/P&gt;&lt;P&gt;8. Save your entries once you have defined all the components of the structure.&lt;/P&gt;&lt;P&gt;You are asked to assign the structure a development class. You can change the&lt;/P&gt;&lt;P&gt;development class later with Goto   Change object directory entry.&lt;/P&gt;&lt;P&gt;9. Choose .&lt;/P&gt;&lt;P&gt;Result&lt;/P&gt;&lt;P&gt;The structure is now activated. The runtime object of the structure is created. At activation, a log&lt;/P&gt;&lt;P&gt;is written; it can be displayed with Utilities   Activation log. If errors occurred when the structure&lt;/P&gt;&lt;P&gt;was activated, the activation log is automatically displayed.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 07:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2750044#M639511</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-09-14T07:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2750045#M639512</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 can use transaction SE11 to create a structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is the procedure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i) In the initial screen of SE11, select the data type radio button.&lt;/P&gt;&lt;P&gt;ii) On pressing create, it will ask for the type, choose structure radio button.&lt;/P&gt;&lt;P&gt;iii) Next, we need to enter the components of the structure(fields).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By this we can define a dictionary structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dilli&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Alvaro Tejada Galindo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 07:27:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2750045#M639512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T07:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2750046#M639513</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to  SE11-&amp;gt; Choose Data Type -&amp;gt; Create -&amp;gt; Chose the radio button STRUCTURE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Alvaro Tejada Galindo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 07:28:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2750046#M639513</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-09-14T07:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2750047#M639514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In  SE11--&amp;gt; Choose Data Type --&amp;gt; Create --&amp;gt; Chose the radio button STRUCTURE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 07:28:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2750047#M639514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T07:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2750048#M639515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakash,&lt;/P&gt;&lt;P&gt;send me your mail id so that I can send you the document with screen shots.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Bhanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 07:38:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/2750048#M639515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T07:38:51Z</dc:date>
    </item>
  </channel>
</rss>

