<?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: Difference between DDIC structure and structure made in class. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-ddic-structure-and-structure-made-in-class/m-p/750036#M36047</link>
    <description>&lt;P&gt;A DDIC structure looks like a structured *TYPE* in a class (TYPES), not an attribute (DATA/CLASS-DATA).&lt;/P&gt;&lt;P&gt;Always prefer to define a type in a class (or interface), and if it's not possible then define a DDIC structure.&lt;/P&gt;&lt;P&gt;Here are some examples when A DDIC structure is required:&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;To type a parameter of a RFC-enabled function module&lt;/LI&gt;&lt;LI&gt;To define a list of reusable components in several DDIC structures or tables&lt;/LI&gt;&lt;LI&gt;etc.&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Sat, 29 Dec 2018 07:22:18 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2018-12-29T07:22:18Z</dc:date>
    <item>
      <title>Difference between DDIC structure and structure made in class.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-ddic-structure-and-structure-made-in-class/m-p/750035#M36046</link>
      <description>&lt;P&gt;Is there a big difference between a DDIC structure created via t-code SE11 and a structure made as an attribute in an ABAP class?&lt;/P&gt;
  &lt;P&gt;When would you prefer to make one over the other?&lt;/P&gt;</description>
      <pubDate>Sat, 29 Dec 2018 01:56:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-ddic-structure-and-structure-made-in-class/m-p/750035#M36046</guid>
      <dc:creator>former_member596118</dc:creator>
      <dc:date>2018-12-29T01:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between DDIC structure and structure made in class.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-ddic-structure-and-structure-made-in-class/m-p/750036#M36047</link>
      <description>&lt;P&gt;A DDIC structure looks like a structured *TYPE* in a class (TYPES), not an attribute (DATA/CLASS-DATA).&lt;/P&gt;&lt;P&gt;Always prefer to define a type in a class (or interface), and if it's not possible then define a DDIC structure.&lt;/P&gt;&lt;P&gt;Here are some examples when A DDIC structure is required:&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;To type a parameter of a RFC-enabled function module&lt;/LI&gt;&lt;LI&gt;To define a list of reusable components in several DDIC structures or tables&lt;/LI&gt;&lt;LI&gt;etc.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sat, 29 Dec 2018 07:22:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-ddic-structure-and-structure-made-in-class/m-p/750036#M36047</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2018-12-29T07:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between DDIC structure and structure made in class.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-ddic-structure-and-structure-made-in-class/m-p/750037#M36048</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am not sure that I have understood your question completely,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DDIC Structure:&lt;/STRONG&gt; Once Structure has been created via SE11, It will be common to all objects. we can utilize it in any of our objects ( classes, programs.. ) by directly refer that structure.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Class Structure: &lt;/STRONG&gt;We can directly refer the global structure ( SE11 ) in the attribute or can create our own structure with TYPES and refer it. This Structure ( TYPES ) will be visible outside of the class also if it is an public.&lt;/P&gt;&lt;P&gt;If your structure needs to be utilized only in the class, you can create the structure inside the class than creating in SE11.&lt;/P&gt;&lt;P&gt;Please let me know if you need more details.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Dec 2018 07:42:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-ddic-structure-and-structure-made-in-class/m-p/750037#M36048</guid>
      <dc:creator>Muthu_raja</dc:creator>
      <dc:date>2018-12-29T07:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between DDIC structure and structure made in class.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-ddic-structure-and-structure-made-in-class/m-p/750038#M36049</link>
      <description>&lt;P&gt;I use class/interface based types when the type is related only and solely to the class or interface (even if &lt;EM&gt;used&lt;/EM&gt; by other classes/interfaces). Otherwise DDIC. &lt;/P&gt;</description>
      <pubDate>Sun, 30 Dec 2018 11:17:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-ddic-structure-and-structure-made-in-class/m-p/750038#M36049</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2018-12-30T11:17:26Z</dc:date>
    </item>
  </channel>
</rss>

