<?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: getting error while moving data for append structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-while-moving-data-for-append-structure/m-p/9907379#M1793508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can not use this Move LFB1-zall_sf_bee to w_zall_sf_bee..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer individual fields&amp;nbsp; or move corresponding lfb1 to w_zall_sf_bee..&lt;/P&gt;&lt;P&gt;w_zall_sf_bee-zbee = lfb1-zbee .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Dec 2013 05:31:43 GMT</pubDate>
    <dc:creator>nabheetscn</dc:creator>
    <dc:date>2013-12-17T05:31:43Z</dc:date>
    <item>
      <title>getting error while moving data for append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-while-moving-data-for-append-structure/m-p/9907378#M1793507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have created one BADI for add some fields in LFB1.I have append structure in LFB1 related with required customized fields.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now i need to call this structure in PAI in User_command _input,to export the in BADI class. But while declare structure its showing error. MODULE USER_COMMAND_9000 INPUT. Loop at screen. endloop. TYPES: Begin of zall_sf_bee,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ZBEE TYPE INT1,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ZEXPDT TYPE DATS,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ZBEETYP TYPE ZZBEETYP,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ZBLACK&amp;nbsp; TYPE ZZBLACK,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ZBFEM&amp;nbsp; TYPE ZZBFEM,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ZVADD&amp;nbsp; TYPE ZZVADD,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ZBFEMO&amp;nbsp; TYPE ZZBFEMO,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ZENTBEN TYPE ZZENTBEN,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; END OF ZALL_SF_BEE.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Move LFB1-zall_sf_bee to w_zall_sf_bee.&amp;nbsp;&amp;nbsp; EXPORT w_zall_sf_bee FROM w_zall_sf_bee TO MEMORY ID 'w_zall_sf_bee'. ENDMODULE.&amp;nbsp;&amp;nbsp;&amp;nbsp; zall_sf_bee its a append structure in LFb1 table. showing error zall_sf_bee does not have component of LFB1. Please let me know where I am doing wrong . Thanks and REgards Sankil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 05:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-while-moving-data-for-append-structure/m-p/9907378#M1793507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-17T05:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: getting error while moving data for append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-while-moving-data-for-append-structure/m-p/9907379#M1793508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can not use this Move LFB1-zall_sf_bee to w_zall_sf_bee..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer individual fields&amp;nbsp; or move corresponding lfb1 to w_zall_sf_bee..&lt;/P&gt;&lt;P&gt;w_zall_sf_bee-zbee = lfb1-zbee .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 05:31:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-while-moving-data-for-append-structure/m-p/9907379#M1793508</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-12-17T05:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: getting error while moving data for append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-while-moving-data-for-append-structure/m-p/9907380#M1793509</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; this line makes error.&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;Move &lt;/SPAN&gt;LFB1&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;zall_sf_bee &lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;w_zall_sf_bee &lt;/P&gt;&lt;P&gt; better you try like this. move lfb1 to w_zall_sf_bee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 05:39:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-while-moving-data-for-append-structure/m-p/9907380#M1793509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-17T05:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: getting error while moving data for append structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-while-moving-data-for-append-structure/m-p/9907381#M1793510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Sankil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the two structure are of not same line type i.e order of fields , number of fields and type of fields then we can't use the move x TO y.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will only possible if the X and Y are same with each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in your case you can use &lt;SPAN class="L0S52"&gt;&lt;STRONG&gt;MOVE-CORRESPONDING &lt;/STRONG&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;STRONG&gt;LFB1 TO w_zall_sf_bee.&lt;/STRONG&gt; OR&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign the particular field of one work area to the particular field of another work area e.g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;STRONG&gt;w_zall_sf_bee-&lt;SPAN style="color: #333333; font-size: 12px;"&gt;ZBEE &lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; lfb1-zbee.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;w_zall_sf_bee-&lt;SPAN style="color: #333333; font-size: 12px;"&gt;ZBEETYP&lt;/SPAN&gt;&amp;nbsp; =&amp;nbsp; lfb1-&lt;SPAN style="color: #333333; font-size: 12px;"&gt;ZBEETYP&lt;/SPAN&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;w_zall_sf_bee-&lt;SPAN style="color: #333333; font-size: 12px;"&gt;ZENTBEN&lt;/SPAN&gt;&amp;nbsp; = lfb1-&lt;SPAN style="color: #333333; font-size: 12px;"&gt;ZENTBEN&lt;/SPAN&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;APPEND w_zall_sf_bee TO t_zall_sf_bee.&amp;nbsp; "t_zall_sf_bee internal table of type &lt;SPAN style="color: #333333; font-size: 12px;"&gt;zall_sf_bee&lt;/SPAN&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CLEAR w_zall_sf_bee.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 06:03:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-while-moving-data-for-append-structure/m-p/9907381#M1793510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-17T06:03:52Z</dc:date>
    </item>
  </channel>
</rss>

