<?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: Add fields to Structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-fields-to-structure/m-p/3832468#M921576</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
types: begin of new_structure.
include structure old_structure.
types: new_field type p,
end of new_structure.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2008 14:29:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-22T14:29:10Z</dc:date>
    <item>
      <title>Add fields to Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-fields-to-structure/m-p/3832467#M921575</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;i have structure that i use in some program before&lt;/P&gt;&lt;P&gt;and i wont to use it now in &lt;STRONG&gt;new&lt;/STRONG&gt; program but with &lt;STRONG&gt;1 more field&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;there is somthing that i can do beside build new structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 14:26:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-fields-to-structure/m-p/3832467#M921575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T14:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Add fields to Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-fields-to-structure/m-p/3832468#M921576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
types: begin of new_structure.
include structure old_structure.
types: new_field type p,
end of new_structure.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 14:29:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-fields-to-structure/m-p/3832468#M921576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T14:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Add fields to Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-fields-to-structure/m-p/3832469#M921577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  You can add the field directly if it is a Z structure.If it is a standard structure,then create the structure in your program as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types:begin of struct,&lt;/P&gt;&lt;P&gt;         include structure &amp;lt;struct name&amp;gt;,&lt;/P&gt;&lt;P&gt;         newfield type c,&lt;/P&gt;&lt;P&gt;         end of struct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 14:29:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-fields-to-structure/m-p/3832469#M921577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T14:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Add fields to Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-fields-to-structure/m-p/3832470#M921578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: BEGIN OF st_newstructure.
        INCLUDE oldstructure.
        DATA: newfield LIKE ddic-field.
DATA: END   OF st_newstructure.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will work fine in your program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 14:33:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-fields-to-structure/m-p/3832470#M921578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T14:33:45Z</dc:date>
    </item>
  </channel>
</rss>

