<?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 SO_NEW_DOCUMENT_ATT_SEND_API1 convert date in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-convert-date/m-p/11722803#M1948341</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;We use FM SO_NEW_DOCUMENT_ATT_SEND_API to create a 'CSV' file and send it with email, but there is a Problem with the date. After creating the csv file the date 201606100757 (yyyymmddHHMM) is converted to 2,01606E+11.&lt;/P&gt;&lt;P&gt;In this file we need the format (yymmddHHMM).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a TXT file is created with this FM, the date is ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dose anyone know a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Manuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jun 2016 07:06:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-06-10T07:06:41Z</dc:date>
    <item>
      <title>SO_NEW_DOCUMENT_ATT_SEND_API1 convert date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-convert-date/m-p/11722803#M1948341</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;We use FM SO_NEW_DOCUMENT_ATT_SEND_API to create a 'CSV' file and send it with email, but there is a Problem with the date. After creating the csv file the date 201606100757 (yyyymmddHHMM) is converted to 2,01606E+11.&lt;/P&gt;&lt;P&gt;In this file we need the format (yymmddHHMM).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a TXT file is created with this FM, the date is ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dose anyone know a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Manuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 07:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-convert-date/m-p/11722803#M1948341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-10T07:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: SO_NEW_DOCUMENT_ATT_SEND_API1 convert date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-convert-date/m-p/11722804#M1948342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try to expand the column and see the content in the CSV File.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please attach the screen shot of the column here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vinay Mutt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 07:10:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-convert-date/m-p/11722804#M1948342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-10T07:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: SO_NEW_DOCUMENT_ATT_SEND_API1 convert date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-convert-date/m-p/11722805#M1948343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming its already char type, Add ' (single quote before passing the value -&amp;gt; equals to &lt;SPAN class="L0S33"&gt;''&lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;''&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;CONCATENATE &lt;SPAN class="L0S33"&gt;''&lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;''&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v_date &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTO v_date.&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 07:14:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-convert-date/m-p/11722805#M1948343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-10T07:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: SO_NEW_DOCUMENT_ATT_SEND_API1 convert date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-convert-date/m-p/11722806#M1948344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for your quick Response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Vinary Mutt&lt;/P&gt;&lt;P&gt;I tried that and it's still in the wrong Format.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/972156" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Elzkie La&lt;/P&gt;&lt;P&gt;Now the value of the column is '201606100757. The date is correct, but now i have a single Quote at first. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 07:50:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-convert-date/m-p/11722806#M1948344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-10T07:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: SO_NEW_DOCUMENT_ATT_SEND_API1 convert date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-convert-date/m-p/11722807#M1948345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;internally it will be displayed with quote but in csv it will not be visible. It's defaulted in excel/csv with 2,##+11 number. Not sure if there is any other solutions for this for excel formating from sap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 07:55:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-convert-date/m-p/11722807#M1948345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-10T07:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: SO_NEW_DOCUMENT_ATT_SEND_API1 convert date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-convert-date/m-p/11722808#M1948346</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;Did you try with declaring data type as NUMC instead CHAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Guna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 08:20:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-convert-date/m-p/11722808#M1948346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-10T08:20:24Z</dc:date>
    </item>
  </channel>
</rss>

