<?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: Transfer Routine ! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-routine/m-p/3013795#M712201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not set. I also want to check the created on date for each record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Oct 2007 14:28:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-28T14:28:21Z</dc:date>
    <item>
      <title>Transfer Routine !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-routine/m-p/3013793#M712199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a created on date field coming from R/3 to BW. some times this field comes Null value. when ever this null value comes i usually edit future date in PSA and push it to cube as a full load. Now my requirement is i want to handle this for ever&lt;/P&gt;&lt;P&gt;in transfer routine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the created on date for each record, if NULL assign it to 12/31/9999.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;need help in ABAP coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Oct 2007 03:27:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-routine/m-p/3013793#M712199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-28T03:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer Routine !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-routine/m-p/3013794#M712200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it truly "null" or just not set?.... the usual way to test for an empty date would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if l_date is initial.   "not set
  l_date = '99991231'.  "set default in CCYYMMDD format
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Oct 2007 08:30:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-routine/m-p/3013794#M712200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-28T08:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer Routine !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-routine/m-p/3013795#M712201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not set. I also want to check the created on date for each record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Oct 2007 14:28:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-routine/m-p/3013795#M712201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-28T14:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer Routine !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-routine/m-p/3013796#M712202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then the code above should suffice - just substitute your table / field for "l_date " in the example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Oct 2007 22:29:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-routine/m-p/3013796#M712202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-28T22:29:51Z</dc:date>
    </item>
  </channel>
</rss>

