<?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: Corresponding fields of ??? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/corresponding-fields-of/m-p/2244079#M484164</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deniz ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Try like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: v_wa2char type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at l_doc-xekeh into ekeh.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'SO_STRUCT_TO_CHAR'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      ip_struct       = wa2&lt;/P&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;P&gt;     EP_STRING       = v_wa2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'SO_CHAR_TO_STRUCT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      ip_string           = v_wa2&lt;/P&gt;&lt;P&gt;      ip_structname       = 'EKEK'&lt;/P&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;P&gt;     EP_STRUCT           = wa1&lt;/P&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Please reward points .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 May 2007 14:56:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-25T14:56:30Z</dc:date>
    <item>
      <title>Corresponding fields of ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/corresponding-fields-of/m-p/2244071#M484156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to trasnfer the data of the work area into another work area, but their structure are not the same. Some of the columns of the one is not available in the other. Of course there is common fields in both of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I transfer the data to other?&lt;/P&gt;&lt;P&gt;I said.&lt;/P&gt;&lt;P&gt;move wa1 into corresponding fields of wa2.&lt;/P&gt;&lt;P&gt;But it did not worked?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Deniz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 09:27:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/corresponding-fields-of/m-p/2244071#M484156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T09:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Corresponding fields of ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/corresponding-fields-of/m-p/2244072#M484157</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;try&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;use move-corresponding wa1 to wa2.&amp;lt;/b&amp;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;Sreeram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        sree ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 09:29:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/corresponding-fields-of/m-p/2244072#M484157</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-05-25T09:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Corresponding fields of ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/corresponding-fields-of/m-p/2244073#M484158</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;use move-corresponding wa1 to wa2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sipra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 09:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/corresponding-fields-of/m-p/2244073#M484158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T09:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Corresponding fields of ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/corresponding-fields-of/m-p/2244074#M484159</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;well you can use move-corresponding wa1 to wa2. But the statement is obsolete. Normally you should move each field separately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siggi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 09:30:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/corresponding-fields-of/m-p/2244074#M484159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T09:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Corresponding fields of ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/corresponding-fields-of/m-p/2244075#M484160</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;u move the entire contents if both structure are same...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else if it is diffrent , then u hav to assign each &amp;amp; every data....like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa2-pernr  = wa1-pernr&lt;/P&gt;&lt;P&gt;wa2-ename = wa2-ename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;S.BArani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 09:30:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/corresponding-fields-of/m-p/2244075#M484160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T09:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Corresponding fields of ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/corresponding-fields-of/m-p/2244076#M484161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please try&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING WA1 TO WA2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 09:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/corresponding-fields-of/m-p/2244076#M484161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T09:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Corresponding fields of ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/corresponding-fields-of/m-p/2244077#M484162</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;Declare a Field Symbol for the second structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field-symbols &amp;lt;fs1&amp;gt; type c.&lt;/P&gt;&lt;P&gt;assign (second structure) to &amp;lt;fs1&amp;gt; casting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move the first structure to the &amp;lt;fs1&amp;gt;...then move the field symbol to second structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Diwakar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 09:33:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/corresponding-fields-of/m-p/2244077#M484162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T09:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Corresponding fields of ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/corresponding-fields-of/m-p/2244078#M484163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we have only one method to move the data form one table to another........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Move-corresponding WA1 to WA2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 09:46:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/corresponding-fields-of/m-p/2244078#M484163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T09:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Corresponding fields of ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/corresponding-fields-of/m-p/2244079#M484164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deniz ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Try like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: v_wa2char type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at l_doc-xekeh into ekeh.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'SO_STRUCT_TO_CHAR'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      ip_struct       = wa2&lt;/P&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;P&gt;     EP_STRING       = v_wa2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'SO_CHAR_TO_STRUCT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      ip_string           = v_wa2&lt;/P&gt;&lt;P&gt;      ip_structname       = 'EKEK'&lt;/P&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;P&gt;     EP_STRUCT           = wa1&lt;/P&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Please reward points .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 14:56:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/corresponding-fields-of/m-p/2244079#M484164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T14:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Corresponding fields of ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/corresponding-fields-of/m-p/2244080#M484165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use -  move-corresponding wa1 to wa2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but one thing structure will be diffrent from wa1 to wa2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field names should match otherwise it will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : begin of wa1 ,&lt;/P&gt;&lt;P&gt;           matnr like mara-matnr,&lt;/P&gt;&lt;P&gt;           maktx ike makt-maktx,&lt;/P&gt;&lt;P&gt;           end of wa1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : begin of wa2,&lt;/P&gt;&lt;P&gt;           matnr like mara-matnr,&lt;/P&gt;&lt;P&gt;           erdat like mara-erdat,&lt;/P&gt;&lt;P&gt;           maktx like makt-maktx,&lt;/P&gt;&lt;P&gt;          end of wa2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this  move-corresponding wa1 to wa2 will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : begin of wa1 ,&lt;/P&gt;&lt;P&gt;           matn1 like mara-matnr,&lt;/P&gt;&lt;P&gt;           maktx ike makt-maktx,&lt;/P&gt;&lt;P&gt;           end of wa1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : begin of wa2,&lt;/P&gt;&lt;P&gt;           matnr like mara-matnr,&lt;/P&gt;&lt;P&gt;           erdat like mara-erdat,&lt;/P&gt;&lt;P&gt;           maktx like makt-maktx,&lt;/P&gt;&lt;P&gt;          end of wa2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this  move-corresponding wa1 to wa2 will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 15:17:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/corresponding-fields-of/m-p/2244080#M484165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T15:17:38Z</dc:date>
    </item>
  </channel>
</rss>

