<?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: Re: date declaration format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-date-declaration-format/m-p/9249293#M1720696</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 this &lt;/P&gt;&lt;P&gt;year_frm = ersda1+&lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;(&lt;SPAN class="L0S32"&gt;4&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp; month_frm = ersda1+&lt;SPAN class="L0S32"&gt;4&lt;/SPAN&gt;(&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp; day_frm = ersda1+&lt;SPAN class="L0S32"&gt;6&lt;/SPAN&gt;(&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Namrata&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 Jan 2013 11:25:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-01-13T11:25:24Z</dc:date>
    <item>
      <title>Re: date declaration format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-date-declaration-format/m-p/9249292#M1720695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to convert the date format from yyyyymmdd to ddmmyyyyy for that i have written the below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; data: ersda1 like mara-ersda.&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;*********** bof date conversion&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;move&lt;/SPAN&gt; wa_output-ersda &lt;SPAN class="L0S52"&gt;to&lt;/SPAN&gt; ersda1.&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; year_frm = ersda1-low+&lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;(&lt;SPAN class="L0S32"&gt;4&lt;/SPAN&gt;).&lt;BR /&gt;&amp;nbsp; month_frm = ersda1-low+&lt;SPAN class="L0S32"&gt;4&lt;/SPAN&gt;(&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;).&lt;BR /&gt;&amp;nbsp; day_frm = ersda1-low+&lt;SPAN class="L0S32"&gt;6&lt;/SPAN&gt;(&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;SPAN class="L0S31"&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;concatenate day_frm '.' month_frm '.' year_frm into date_from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;BR /&gt;i have written the code above but it is giving error like 'THE DATA OBJECT 'ERDAT1' HAS NO STRUCTURE AND THEREFORE NO COMPONENT CALLED LOW.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;Any one can suggest me on this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;SPAN class="L0S31"&gt;﻿&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;﻿&lt;/SPAN&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;﻿&lt;/SPAN&gt;Addu&lt;/P&gt;&lt;P&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jan 2013 11:07:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-date-declaration-format/m-p/9249292#M1720695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-13T11:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re: date declaration format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-date-declaration-format/m-p/9249293#M1720696</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 this &lt;/P&gt;&lt;P&gt;year_frm = ersda1+&lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;(&lt;SPAN class="L0S32"&gt;4&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp; month_frm = ersda1+&lt;SPAN class="L0S32"&gt;4&lt;/SPAN&gt;(&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp; day_frm = ersda1+&lt;SPAN class="L0S32"&gt;6&lt;/SPAN&gt;(&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Namrata&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jan 2013 11:25:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-date-declaration-format/m-p/9249293#M1720696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-13T11:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re: date declaration format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-date-declaration-format/m-p/9249294#M1720697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your code is copied from a code designed to work with a SELECT-OPTIONS or a RANGE TYPE. Either use it as it should or remove the -low, or -high, subfields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jan 2013 11:35:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-date-declaration-format/m-p/9249294#M1720697</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-01-13T11:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re: date declaration format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-date-declaration-format/m-p/9249295#M1720698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: ersda1 like mara-ersda.&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;SPAN class="L0S31"&gt;*********** bof date conversion&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;move&lt;/SPAN&gt; wa_output-ersda &lt;SPAN class="L0S52"&gt;to&lt;/SPAN&gt; ersda1.&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; year_frm = ersda1+&lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;(&lt;SPAN class="L0S32"&gt;4&lt;/SPAN&gt;).&lt;BR /&gt;&amp;nbsp; month_frm = ersda1+&lt;SPAN class="L0S32"&gt;4&lt;/SPAN&gt;(&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;).&lt;BR /&gt;&amp;nbsp; day_frm = ersda1+&lt;SPAN class="L0S32"&gt;6&lt;/SPAN&gt;(&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;SPAN class="L0S31"&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;concatenate day_frm '.' month_frm '.' year_frm into date_from.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jan 2013 12:48:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-date-declaration-format/m-p/9249295#M1720698</guid>
      <dc:creator>former_member195270</dc:creator>
      <dc:date>2013-01-13T12:48:45Z</dc:date>
    </item>
  </channel>
</rss>

