<?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: moving data dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-data-dynamically/m-p/3733848#M898676</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;Could you please Elaborate your question...!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you meant the type of the destination field as dynamic .... try using Field-symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Apr 2008 05:04:03 GMT</pubDate>
    <dc:creator>nikhil_chitre</dc:creator>
    <dc:date>2008-04-30T05:04:03Z</dc:date>
    <item>
      <title>moving data dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-data-dynamically/m-p/3733847#M898675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while moving data from 1 field to another how do make the destination field dynamic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 04:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-data-dynamically/m-p/3733847#M898675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T04:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: moving data dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-data-dynamically/m-p/3733848#M898676</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;Could you please Elaborate your question...!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you meant the type of the destination field as dynamic .... try using Field-symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 05:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-data-dynamically/m-p/3733848#M898676</guid>
      <dc:creator>nikhil_chitre</dc:creator>
      <dc:date>2008-04-30T05:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: moving data dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-data-dynamically/m-p/3733849#M898677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use the Field Symbol.. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Field-Symbol: Traget type any.
data : Field1 type type1
data : Field2 type type1
data : Field3 type type1
data : Field4 type type1
data : Field5 type type1
data : Source type type1 values 'THE VALUE'.

data: Field type fieldname.

do 5 times.
concatinate 'FIELD' sy-index into field.
assign (field) to &amp;lt;traget&amp;gt;.
move source to &amp;lt;traget&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the value 'THE VALUE' will be copied to all five data variable. i.e field 1 - 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No Rewards Plz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 05:15:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-data-dynamically/m-p/3733849#M898677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T05:15:23Z</dc:date>
    </item>
  </channel>
</rss>

