<?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 Copying values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-values/m-p/4475254#M1059835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi in my requirment i need 3 dates report date,posting date and asset value date...Have already got the report date and posting date now have to get the asset value date..actually the posting date start date is the "from date" of asset value date and report date end date is the "to date" of asset value date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;consider if posting date start date is lv_start the same value should be moved to the from date of asset value and if report date end date is lv_end this same should be moved to asset value end date.How to do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Sep 2008 05:06:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-04T05:06:00Z</dc:date>
    <item>
      <title>Copying values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-values/m-p/4475254#M1059835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi in my requirment i need 3 dates report date,posting date and asset value date...Have already got the report date and posting date now have to get the asset value date..actually the posting date start date is the "from date" of asset value date and report date end date is the "to date" of asset value date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;consider if posting date start date is lv_start the same value should be moved to the from date of asset value and if report date end date is lv_end this same should be moved to asset value end date.How to do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 05:06:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-values/m-p/4475254#M1059835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T05:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Copying values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-values/m-p/4475255#M1059836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this question is pertains to internal table then apply the loop to the internal table and use MODIFY itab statement in loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 12:41:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-values/m-p/4475255#M1059836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T12:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Copying values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-values/m-p/4475256#M1059837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this way :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In AT SELECTION-SCREEN OUTPUT event , Loop at screen table.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
AT SELECTION-SCREEN OUTPUT .
   loop at screen.
      if screen-name cs 'S_ASSET'.
        S_ASSET-LOW = LV_START.
        S_ASSET-HIGH = LV_END.
        APPEND S_ASSET.
     endif.
     modify screen.
  endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,.&lt;/P&gt;&lt;P&gt;Swapna.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: NagaSwapna Thota on Sep 4, 2008 6:16 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 12:45:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-values/m-p/4475256#M1059837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T12:45:13Z</dc:date>
    </item>
  </channel>
</rss>

