<?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/5012503#M1166609</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;instead of copying the structure -&amp;gt;FAGLPOSX to Z structure ...Use append method and add the new field to the standard structure FAGLPOSX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as in the program already the strcure is referred , so ur field will also reflect along with it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use append method and add ur field..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can do it in SE11 , then specify the structure FAGLPOSX and then click on append structure push button and add..then activate the structure..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jan 2009 10:00:46 GMT</pubDate>
    <dc:creator>former_member404244</dc:creator>
    <dc:date>2009-01-07T10:00:46Z</dc:date>
    <item>
      <title>structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/5012500#M1166606</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;the requirement is to add a new field in the standard report, the output fields are from the structure &lt;/P&gt;&lt;P&gt;FAGLPOSX, I  copied the structure to ZFAGLPOSX added my new filed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the entire output is in it_items(of structure ZFAGLPOSX )  along with my new field.&lt;/P&gt;&lt;P&gt;where as gt_fileds is standard structure FAGLPOSX which does not contain my new filed.&lt;/P&gt;&lt;P&gt;the code is as below in the standard report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  gt_fileds[] = it_items[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    call method gd_ref_to_ch_data-&amp;gt;change_items  "0093193  COMMENTD&lt;/P&gt;&lt;P&gt;      CHANGING&lt;/P&gt;&lt;P&gt;      ct_items = gt_fileds.&lt;/P&gt;&lt;P&gt;       it_items[] = gt_fileds[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when moving gt_fileds[] = it_items[]. my new output field does not move to gt_fileds as it does not contain the new field in the structure, if i change the gt_fileds structure to Z structure the problem arise in the CALL METHOD BECAUSE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the code it is &lt;/P&gt;&lt;P&gt;ct_items = gt_fileds.&lt;/P&gt;&lt;P&gt; it_items[] = gt_fileds[].&lt;/P&gt;&lt;P&gt;where as ct_items is standard structure ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i get my new field into it_items.&lt;/P&gt;&lt;P&gt;do i need declare in any other way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help &lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;LOCKED BY MODERATOR - USE APPROPRIATE TITLES&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Jan 7, 2009 12:40 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 09:44:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/5012500#M1166606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T09:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/5012501#M1166607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can change the standard structure and add your own fields without using any access key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scroll down to last .INCLUDE of the structure FAGLPOSX in SE11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find CI_FAGLPOSX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now double click on it and a structure CI_FAGLPOSX will be created in which you can add your own fields.&lt;/P&gt;&lt;P&gt;Now your own field is included in the standard structure FAGLPOSX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(CI_FAGLPOSX  " CI here means customer include)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 09:54:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/5012501#M1166607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T09:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/5012502#M1166608</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;   Define a structure as below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   types: begin of stru&lt;/P&gt;&lt;P&gt;              include structure(your structure).&lt;/P&gt;&lt;P&gt;              add new field here.&lt;/P&gt;&lt;P&gt;             end of stru.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data wa type stru.&lt;/P&gt;&lt;P&gt;  data it type standard table of stru.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 09:57:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/5012502#M1166608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T09:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/5012503#M1166609</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;instead of copying the structure -&amp;gt;FAGLPOSX to Z structure ...Use append method and add the new field to the standard structure FAGLPOSX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as in the program already the strcure is referred , so ur field will also reflect along with it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use append method and add ur field..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can do it in SE11 , then specify the structure FAGLPOSX and then click on append structure push button and add..then activate the structure..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 10:00:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/5012503#M1166609</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2009-01-07T10:00:46Z</dc:date>
    </item>
  </channel>
</rss>

