<?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: structures in reporting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/structures-in-reporting/m-p/2048613#M422079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/3d/51812c9ba14f4fa104fe3971d5507b/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/3d/51812c9ba14f4fa104fe3971d5507b/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Mar 2007 09:22:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-15T09:22:07Z</dc:date>
    <item>
      <title>structures in reporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structures-in-reporting/m-p/2048609#M422075</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 to create global structure in reporting?&lt;/P&gt;&lt;P&gt;can any one give me the navigation to do it&lt;/P&gt;&lt;P&gt;please suggest me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 07:28:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structures-in-reporting/m-p/2048609#M422075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T07:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: structures in reporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structures-in-reporting/m-p/2048610#M422076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Check the following documentation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) By defining them as Global objects,we can use set of selections/Restrictions in more than one query. So that we can avoid rework from scratch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) By using two structures, we can go/use with cell defination through which we can overwrite the values of cells.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also structures are basically composite of more than one data types...&lt;/P&gt;&lt;P&gt;for. e.g &lt;/P&gt;&lt;P&gt;1.date 2.char 3 integer etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also structure are used for declaring work area of line type of some dbase table.&lt;/P&gt;&lt;P&gt;Everywhere you have to fill the fields either during extraction or use a collection of fields to produce report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if all the fields are in one structure it is useful for you and other's to understand and even to extract or fill the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures which either directly or in substructures contain only fields of types C, N, D or T.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main characteristics of the different kinds of structures are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flat structures contain only fields of the elementary types C, N, D, T, F, I, P, and X, or structures containing these types.&lt;/P&gt;&lt;P&gt;Deep structures contain strings, internal tables and field or object references in addition to the elementary types. &lt;/P&gt;&lt;P&gt;Nested structures are structures that contain substructures as components. &lt;/P&gt;&lt;P&gt;Non-nested structures are structures that do not contain any substructures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating Structures &lt;/P&gt;&lt;P&gt;=======================================================&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the initial screen of the ABAP Dictionary, enter the structure name in field Data type 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;&lt;/P&gt;&lt;P&gt;Select Structure and choose . &lt;/P&gt;&lt;P&gt;The maintenance screen for structures appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter an explanatory short text in the 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;&lt;/P&gt;&lt;P&gt;Carry out the following steps for all the components you want to insert in the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also include structures, tables or views instead of individual components. The procedure here is described in Inserting an Include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter a name in column Components. &lt;/P&gt;&lt;P&gt;If you want to insert the structure as an include in a transparent table at a later time, the component names may not be longer than 16 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter the name of the type whose attributes should be used in the component in field Component name. You can enter any type (data element, structure or table type) here. &lt;/P&gt;&lt;P&gt;If you want to add components by entering the data type and length directly, choose Built-in type. You can now enter values for fields DTyp, Length, Dec.places, and Short description. With Component type you can switch back to the screen for entering references to existing types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also enter a Reference Type in the Component Type field. If you enter a class, interface, or generic reference (ANY, OBJECT, or DATA) in the Component Type field, the R type field is set automatically. If you enter a reference type already defined in the Dictionary as a reference type, a blue arrow appears in the D type column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the type defined in the ABAP Dictionary or the built-in type is a reference type, set the indicator in the R Type column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can combine components with direct type definition and components that are defined by referencing an existing type as you like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reference field and reference table must be specified for components of 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;&lt;/P&gt;&lt;P&gt;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;&lt;/P&gt;&lt;P&gt;Choose Search Help, if you want to assign a search help to a structure field that points to a data element. Enter the name of a search help in the dialog box that appears. See Attaching a Search Help to a Table or Structure Field. &lt;/P&gt;&lt;P&gt;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 development class later with Goto ® Change object directory entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose an enhancement category. For more information, see Structure Enhancements. &lt;/P&gt;&lt;P&gt;Choose .&lt;/P&gt;&lt;P&gt;Result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The structure is now activated. The runtime object of the structure is created. At activation, a log is written; it can be displayed with Utilities ® Activation log. If errors occurred when the structure was activated, the activation log is automatically displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck and Thanks&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 07:37:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structures-in-reporting/m-p/2048610#M422076</guid>
      <dc:creator>ashok_kumar24</dc:creator>
      <dc:date>2007-03-15T07:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: structures in reporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structures-in-reporting/m-p/2048611#M422077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U just write  the structure name ... let us say   'STRTC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN ur report program write &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;tables strtc.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;and &amp;lt;b&amp;gt;double click on &amp;lt;u&amp;gt;strtc&amp;lt;/u&amp;gt;..&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;it will take u to SE11 screen and asks u whether to creat e a data element or structure or table type..&lt;/P&gt;&lt;P&gt;in that check &amp;lt;b&amp;gt;STRUCTURE&amp;lt;/b&amp;gt; .. then u can create that structure here.. and it will be globally available..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if it helps u...&lt;/P&gt;&lt;P&gt;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 07:38:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structures-in-reporting/m-p/2048611#M422077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T07:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: structures in reporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structures-in-reporting/m-p/2048612#M422078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto tcode SE11 , enter the structure name in data type and press create.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 09:04:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structures-in-reporting/m-p/2048612#M422078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T09:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: structures in reporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structures-in-reporting/m-p/2048613#M422079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/3d/51812c9ba14f4fa104fe3971d5507b/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/3d/51812c9ba14f4fa104fe3971d5507b/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 09:22:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structures-in-reporting/m-p/2048613#M422079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T09:22:07Z</dc:date>
    </item>
  </channel>
</rss>

