<?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: Date issue when downloading .... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007187#M1345340</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Condense will definitely work.&lt;/P&gt;&lt;P&gt;well u can also use &lt;/P&gt;&lt;P&gt;DATA: DATE1(15) TYPE C.&lt;/P&gt;&lt;P&gt;U CAN THEN ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PASS THE DATE FORMAT RECEIVED FROM FUNCTION MODULE TO DATE1.&lt;/P&gt;&lt;P&gt;AS DATE1 IS WITH EXACT NUMBER OF LENGTH OF OUTPUT TYPE "7TH AUG 2009' I.E 15 U WONT REQUIRE THE SAME TO CONDENSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akash Rana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Aug 2009 13:47:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-07T13:47:50Z</dc:date>
    <item>
      <title>Date issue when downloading ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007171#M1345324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Requirement is to display date in Text format  like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;02-21-2009 in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;March 21 , 2009 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done it sucesfully through the FM CONVERSION_EXIT_LDATE_OUTPUT &lt;/P&gt;&lt;P&gt;which  it is sucesfully displaying as March 21 , 2009 but issue coming while downloading !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using GUI_DOWNLOAD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where in the excel it is displaying l as  21-Mar-09  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can any one help me to solve this &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;sas....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 09:28:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007171#M1345324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T09:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue when downloading ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007172#M1345325</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;I suppose it has nothing to do in the coding. In order to get the format as March 21 , 2009, change the excel setting by choosing format cell option and under date category choose the format you require.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 09:36:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007172#M1345325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T09:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue when downloading ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007173#M1345326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try copying the output date (ie. 21-March-09) into a character type variable instead of a date type variable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then correspondingly modify your table used in the GUI_DOWNLOAD FM by replacing the date type field with a character type field. So when you download into your Excel file, the text "21-March-09" will be interpreted as a character type varibale.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps! If you want a sample code for doing this, please revert back!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Shailesh.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Always provide feedback for helpful answers!!&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 09:36:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007173#M1345326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T09:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue when downloading ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007174#M1345327</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;there is nothing to do with coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to put options in the excell sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In excell go to the date field , right click and goto format cell, then under category select date and proide the type you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nazeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 09:39:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007174#M1345327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T09:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue when downloading ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007175#M1345328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have taken in character only i &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declared as DATA : t_dATE(20) TYPE C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THEN USING THE FM,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FM 'CONVERSION_EXIT_lDATE_OUTPUT'.&lt;/P&gt;&lt;P&gt;EXPORT &lt;/P&gt;&lt;P&gt;DATE = SY-DATUM.&lt;/P&gt;&lt;P&gt;IMPORT&lt;/P&gt;&lt;P&gt;DATE = T_dATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now this date is exactly of our requirement inside sap output " August 7, 2009'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now after using GUI_DOWNLOAD in the excel it is showing as 7-aug-09 &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 09:43:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007175#M1345328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T09:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue when downloading ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007176#M1345329</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;Well if u dont want to change any settings in excel, you can display exactly what u have in the internal table by appending a ( ' ) mark to the field before calling the gui_download FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a text element as '  (i,e) single quotation mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
declared as DATA : t_dATE(21) TYPE C.

CALL FM 'CONVERSION_EXIT_lDATE_OUTPUT'.
EXPORT 
DATE = SY-DATUM.
IMPORT
DATE = T_dATE.

concatenate text-001 t_date into t_date.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now pass the gui_download FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: vikred on Aug 7, 2009 3:20 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 09:49:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007176#M1345329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T09:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue when downloading ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007177#M1345330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well then, change the date format in excel sheet.&lt;/P&gt;&lt;P&gt;right click, format cells, date and then the format you want..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sumit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 09:53:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007177#M1345330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T09:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue when downloading ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007178#M1345331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats true but can we do something which is not invinsible to the client ... i am suspecting that it may be used for 3rd party tools that which may cause a slight issue &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using space or increasing the space can we do any thing???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 09:53:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007178#M1345331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T09:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue when downloading ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007179#M1345332</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;Well am not sure if any other possible solution is available for this. If you change the excel settings, you dont have the need to even use 'CONVERSION_EXIT_lDATE_OUTPUT' . If you dont dont want to change excel settings for date then the only solution is to make excel interpret it as text by preceeding apostrphe.&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;Vik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 09:59:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007179#M1345332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T09:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue when downloading ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007180#M1345333</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;&lt;/P&gt;&lt;P&gt;do changes only in exel ie., the cell format to your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~linganna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 10:16:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007180#M1345333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T10:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue when downloading ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007181#M1345334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the function module 'gui_download'&lt;/P&gt;&lt;P&gt;  we have a option for WRITE_FIELD_SEPARATOR &lt;/P&gt;&lt;P&gt;i think  this should work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 10:18:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007181#M1345334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T10:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue when downloading ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007182#M1345335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HUMMM nothing is working out any other inputs Please:(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sas....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 10:25:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007182#M1345335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T10:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue when downloading ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007183#M1345336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are using FM CONVERSION_EXIT_LDATE_OUTPUT.&lt;/P&gt;&lt;P&gt;the import parameter u r getting is in following format of Date " March 21 , 2009 ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what u have to do is just pass this import parameter to a variable declared as String  Or a variable declared as character of size 15.&lt;/P&gt;&lt;P&gt;Example- &lt;/P&gt;&lt;P&gt;***********************************************************************&lt;/P&gt;&lt;P&gt;Data : Dat        type string.     " OR&lt;/P&gt;&lt;P&gt;data :  Dat1(50) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERSION_EXIT_LDATE_OUTPUT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    INPUT         =  Date1&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;  OUTPUT        = Date2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DAT =  Date2.    " or&lt;/P&gt;&lt;P&gt;Dat1 = Date2.&lt;/P&gt;&lt;P&gt;Condense  DAT.&lt;/P&gt;&lt;P&gt;Condense Dat1.&lt;/P&gt;&lt;P&gt;*************************************************************************&lt;/P&gt;&lt;P&gt;Now both DAT and Dat1 would be downloaded as u require.&lt;/P&gt;&lt;P&gt;*************************************************************************&lt;/P&gt;&lt;P&gt;                                          or&lt;/P&gt;&lt;P&gt;Declare Date2 directly as  " data :  Date2(50) type c "&lt;/P&gt;&lt;P&gt;and after u get the result condense the same i.e &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Condense date2.&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;Akash Rana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: AKASH RANA on Aug 7, 2009 2:04 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 12:03:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007183#M1345336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T12:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue when downloading ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007184#M1345337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy Dude nice idea but Condense is not working whyyyyy any idea &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please it is not able to delete spaces no idea why &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 12:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007184#M1345337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T12:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue when downloading ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007185#M1345338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try: CONDENSE v_date NO-GAPS .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 12:27:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007185#M1345338</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-08-07T12:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue when downloading ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007186#M1345339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks just about to post &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 12:28:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007186#M1345339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T12:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue when downloading ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007187#M1345340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Condense will definitely work.&lt;/P&gt;&lt;P&gt;well u can also use &lt;/P&gt;&lt;P&gt;DATA: DATE1(15) TYPE C.&lt;/P&gt;&lt;P&gt;U CAN THEN ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PASS THE DATE FORMAT RECEIVED FROM FUNCTION MODULE TO DATE1.&lt;/P&gt;&lt;P&gt;AS DATE1 IS WITH EXACT NUMBER OF LENGTH OF OUTPUT TYPE "7TH AUG 2009' I.E 15 U WONT REQUIRE THE SAME TO CONDENSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akash Rana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 13:47:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007187#M1345340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T13:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue when downloading ....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007188#M1345341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Client has Agreed to put  ' so vikred has going to get full marks &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and rest are too rewarded thanks all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 15:50:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-issue-when-downloading/m-p/6007188#M1345341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T15:50:41Z</dc:date>
    </item>
  </channel>
</rss>

