<?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 how to convert date without using conversion exit? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-date-without-using-conversion-exit/m-p/2007303#M409279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi!! Guys,&lt;/P&gt;&lt;P&gt;     please can anybody help me how to compare date which is not in actual format&lt;/P&gt;&lt;P&gt;i.e. (when comparing  BKPF-budat with TCURR-gdatu in where condition of a Select query its giving syntax error  "when you use the addition 'fOR ALL ENTRIES IN itab' the fields gdatu and it_bkpf-budat" must have the same type and the same length. its very urgent...&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;akanksha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Mar 2007 07:22:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-09T07:22:20Z</dc:date>
    <item>
      <title>how to convert date without using conversion exit?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-date-without-using-conversion-exit/m-p/2007303#M409279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi!! Guys,&lt;/P&gt;&lt;P&gt;     please can anybody help me how to compare date which is not in actual format&lt;/P&gt;&lt;P&gt;i.e. (when comparing  BKPF-budat with TCURR-gdatu in where condition of a Select query its giving syntax error  "when you use the addition 'fOR ALL ENTRIES IN itab' the fields gdatu and it_bkpf-budat" must have the same type and the same length. its very urgent...&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;akanksha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 07:22:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-date-without-using-conversion-exit/m-p/2007303#M409279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T07:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert date without using conversion exit?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-date-without-using-conversion-exit/m-p/2007304#M409280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Budat in bkpf is of data type DATS&lt;/P&gt;&lt;P&gt;gdatu is of data type char of length type 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare the gdatu as of type data type dats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 07:31:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-date-without-using-conversion-exit/m-p/2007304#M409280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T07:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert date without using conversion exit?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-date-without-using-conversion-exit/m-p/2007305#M409281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this.&lt;/P&gt;&lt;P&gt;data : year(4),&lt;/P&gt;&lt;P&gt;         mon(2),&lt;/P&gt;&lt;P&gt;day(2).&lt;/P&gt;&lt;P&gt;in itab declare field cbudat(8) type c.&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;year = itab-budat(4).&lt;/P&gt;&lt;P&gt;mon = itab-budat+4(2).&lt;/P&gt;&lt;P&gt;day = itab-budat+6(2).&lt;/P&gt;&lt;P&gt;concatenate year mon day into itab-cbudat.&lt;/P&gt;&lt;P&gt;modify itab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now use select for all entries and check gdatu = itab-cbudat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 07:42:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-date-without-using-conversion-exit/m-p/2007305#M409281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T07:42:03Z</dc:date>
    </item>
  </channel>
</rss>

