<?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: standard structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-structure/m-p/5005646#M1165422</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;from your explanantion i came to know that u haven't changed the line type for your table type "ZFAGLPOSX_T".&lt;/P&gt;&lt;P&gt;change the line type of your table type from "FAGLPOSX" to "ZFAGLPOSX ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think this might help you.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Yadesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jan 2009 09:12:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-07T09:12:59Z</dc:date>
    <item>
      <title>standard structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-structure/m-p/5005644#M1165420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;copied the standard structure FAGLPOSX to ZFAGLPOSX Structure and added a new field&lt;/P&gt;&lt;P&gt;and  copied the table type FAGLPOSX &lt;U&gt;T to  ZFAGLPOSX&lt;/U&gt;T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the data  in it_items of structure ZFAGLPOSX of table type ZFAGLPOSX_T.&lt;/P&gt;&lt;P&gt;gt_fields is declared as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gt_fileds     type  FAGLPOSX_T.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CODE is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gt_fields = 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        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;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gt_fields = it_items. the new field is not into gt_fileds , if i change the structure of gt_fileds as ZFAGLPOSX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call method  ct_items  = gt_fields then &lt;/P&gt;&lt;P&gt;gt_fields is of copied structure ZFAGLPOSX  with new field.&lt;/P&gt;&lt;P&gt;and ct_items is of standard structure FAGLPOSX without new field , getting an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help to get all the data into it_items,&lt;/P&gt;&lt;P&gt;do i need to declare in any other way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 08:32:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-structure/m-p/5005644#M1165420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T08:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: standard structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-structure/m-p/5005645#M1165421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly u want to do with the new field?&lt;/P&gt;&lt;P&gt;there are couple of things you could do. Best would be to instead of copying FLAGPOSX to a new z-structure append FLAGPOSX itself with the new field making use of the CI_ available in it.&lt;/P&gt;&lt;P&gt;Or if u cant do that then move corresponding fields between gt_fields and it_items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert if u need more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 08:38:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-structure/m-p/5005645#M1165421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T08:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: standard structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-structure/m-p/5005646#M1165422</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;from your explanantion i came to know that u haven't changed the line type for your table type "ZFAGLPOSX_T".&lt;/P&gt;&lt;P&gt;change the line type of your table type from "FAGLPOSX" to "ZFAGLPOSX ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think this might help you.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Yadesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 09:12:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-structure/m-p/5005646#M1165422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T09:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: standard structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-structure/m-p/5005647#M1165423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;and as these structure are different..gt_items and it_items..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should use move-corresponding instead "=".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 09:16:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-structure/m-p/5005647#M1165423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T09:16:03Z</dc:date>
    </item>
  </channel>
</rss>

