<?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 Reagrding write from variable to other... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reagrding-write-from-variable-to-other/m-p/4355335#M1036960</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to know following difference. In case a), the date from variable v_fromdat exactly get copied into a field of internal table chg_roles-from_dat but in case of b) the v_fromdat gets copied with different format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) chg_roles-from_dat = v_fromdat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) write v_fromdat to chg_roles-from_dat.&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;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Aug 2008 14:27:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-14T14:27:38Z</dc:date>
    <item>
      <title>Reagrding write from variable to other...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reagrding-write-from-variable-to-other/m-p/4355335#M1036960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to know following difference. In case a), the date from variable v_fromdat exactly get copied into a field of internal table chg_roles-from_dat but in case of b) the v_fromdat gets copied with different format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) chg_roles-from_dat = v_fromdat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) write v_fromdat to chg_roles-from_dat.&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;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 14:27:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reagrding-write-from-variable-to-other/m-p/4355335#M1036960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T14:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reagrding write from variable to other...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reagrding-write-from-variable-to-other/m-p/4355336#M1036961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If we have v_formdat = sy-datum than it will:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) chg_roles-from_dat = v_fromdat.&lt;/P&gt;&lt;P&gt;chg_roles-from_dat  will have 20080814&lt;/P&gt;&lt;P&gt;Here chg_rols-from_dat should be TYPE D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) write v_fromdat to chg_roles-from_dat.&lt;/P&gt;&lt;P&gt;chg_roles-form_dat will have 08/14/2008 (based on your date settings MMDDYYYY or DDMMYYYY).&lt;/P&gt;&lt;P&gt;Here chg_roles-form_dat should be type CHAR10&lt;/P&gt;&lt;P&gt;Basically this statement WRITES the data to the target variable as it writes the data to output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 14:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reagrding-write-from-variable-to-other/m-p/4355336#M1036961</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-08-14T14:31:52Z</dc:date>
    </item>
  </channel>
</rss>

