<?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: SO_NEW_DOCUMENT_ATT_SEND_API1 - problem after Unicode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-problem-after-unicode/m-p/7981772#M1604824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brigitte ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer note : &lt;STRONG&gt;190669&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I have faced the similar issue.&lt;/P&gt;&lt;P&gt;The problem is with the upgradation.&lt;/P&gt;&lt;P&gt;And due to upgradation, the internal logic of SO_NEW_DOCUMENT_ATT_SEND_API1 has been changed.&lt;/P&gt;&lt;P&gt;So after referring the note : 190669.&lt;/P&gt;&lt;P&gt;We have referred Program : BCS_EXAMPLE_# (# indicates 1-8) and updated my program with this example.&lt;/P&gt;&lt;P&gt;I have referred &lt;STRONG&gt;BCS_EXAMPLE_5&lt;/STRONG&gt; to send the email notification with the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now sending email is easier comparing with the  SO_NEW_DOCUMENT_ATT_SEND_API1.&lt;/P&gt;&lt;P&gt;As we DONT need to use PACKING LIST in this FM and &lt;/P&gt;&lt;P&gt;its easy to use this example as we just need to pass required parameters like&lt;/P&gt;&lt;P&gt;email body, subject line, receivers,attachment body,attachment name,etc., .&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;Amit Linge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Amit Ashok Linge on Jun 24, 2011 8:53 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Amit Ashok Linge on Jun 24, 2011 8:57 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jun 2011 06:52:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-24T06:52:53Z</dc:date>
    <item>
      <title>SO_NEW_DOCUMENT_ATT_SEND_API1 - problem after Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-problem-after-unicode/m-p/7981766#M1604818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts, I'm using SO_NEW_DOCUMENT_ATT_SEND_API1 to create an email with an attached report.  Prior to Unicode upgrade, I had no problems with the attachment.  Now each line of the contents_bin atttachment wraps after 127 characters and the wrapped part is in Chinese!  Each line is 242 characters long so it shouldn't wrap.  Can somebody suggest what I can do to prevent both the wrapping and the change from English to Chinese from char 127 onwards.? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2011 04:03:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-problem-after-unicode/m-p/7981766#M1604818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-16T04:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: SO_NEW_DOCUMENT_ATT_SEND_API1 - problem after Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-problem-after-unicode/m-p/7981767#M1604819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brigitte,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know the excat reason for this issue, but why couldn't you try OO concept for sending the mail ?&lt;/P&gt;&lt;P&gt;I think that will be more stable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[CL_CRM_EMAIL_DATA |http://wiki.sdn.sap.com/wiki/display/Snippets/Abap&lt;EM&gt;-&lt;/EM&gt;Sending&lt;EM&gt;email&lt;/EM&gt;with&lt;EM&gt;class&lt;/EM&gt;CL_CRM_EMAIL_DATA]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Sending mails|http://wiki.sdn.sap.com/wiki/display/ABAP/Sending&lt;EM&gt;Mails&lt;/EM&gt;-&lt;EM&gt;Home&lt;/EM&gt;Page#SendingMails-HomePage-Howtobuildlinesofmorethan255characters%3F]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;HM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2011 06:00:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-problem-after-unicode/m-p/7981767#M1604819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-16T06:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: SO_NEW_DOCUMENT_ATT_SEND_API1 - problem after Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-problem-after-unicode/m-p/7981768#M1604820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is problem due to unicode.&lt;/P&gt;&lt;P&gt;select the proper unicode value to support your characters ahile uploading or downloading file by mail.&lt;/P&gt;&lt;P&gt;use transaction SCP , you will get detailed idea about unicode selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2011 06:42:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-problem-after-unicode/m-p/7981768#M1604820</guid>
      <dc:creator>Rushikesh_Yeole</dc:creator>
      <dc:date>2011-06-16T06:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: SO_NEW_DOCUMENT_ATT_SEND_API1 - problem after Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-problem-after-unicode/m-p/7981769#M1604821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your responses.&lt;/P&gt;&lt;P&gt;Hareesh, CL_CRM_EMAIL_DATA doesn't exist on my system.  Nor do many others I tried after reading other posts.&lt;/P&gt;&lt;P&gt;Rushikesh, I looked at SCP but am none the wiser. How do I know which to use and where do I specify it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 00:16:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-problem-after-unicode/m-p/7981769#M1604821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-17T00:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: SO_NEW_DOCUMENT_ATT_SEND_API1 - problem after Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-problem-after-unicode/m-p/7981770#M1604822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brigitte,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; As this issue happened after upgrade, try to check for SAP notes. Check and see if the below notes are valid  for your release&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note 787418 - Sent documents are not readable after upgrade&lt;/P&gt;&lt;P&gt;Note 1430123 - Document size is not calculated correctly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajvansh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 03:38:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-problem-after-unicode/m-p/7981770#M1604822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-17T03:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: SO_NEW_DOCUMENT_ATT_SEND_API1 - problem after Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-problem-after-unicode/m-p/7981771#M1604823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rajvansh, I had already looked at those notes but neither applied to my problem.  I suspect that the problem is either that I should use objhex instead of objbin or that there is some setting on Unicode that is beyond my abilities (basis perhaps).  I've given up and written each record over 2 lines of &amp;lt; 127 characters each because my user doesn't mind anyway, and its the cheaper option that spending the time to find the cause of the fault.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 04:56:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-problem-after-unicode/m-p/7981771#M1604823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-24T04:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: SO_NEW_DOCUMENT_ATT_SEND_API1 - problem after Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-problem-after-unicode/m-p/7981772#M1604824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brigitte ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer note : &lt;STRONG&gt;190669&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I have faced the similar issue.&lt;/P&gt;&lt;P&gt;The problem is with the upgradation.&lt;/P&gt;&lt;P&gt;And due to upgradation, the internal logic of SO_NEW_DOCUMENT_ATT_SEND_API1 has been changed.&lt;/P&gt;&lt;P&gt;So after referring the note : 190669.&lt;/P&gt;&lt;P&gt;We have referred Program : BCS_EXAMPLE_# (# indicates 1-8) and updated my program with this example.&lt;/P&gt;&lt;P&gt;I have referred &lt;STRONG&gt;BCS_EXAMPLE_5&lt;/STRONG&gt; to send the email notification with the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now sending email is easier comparing with the  SO_NEW_DOCUMENT_ATT_SEND_API1.&lt;/P&gt;&lt;P&gt;As we DONT need to use PACKING LIST in this FM and &lt;/P&gt;&lt;P&gt;its easy to use this example as we just need to pass required parameters like&lt;/P&gt;&lt;P&gt;email body, subject line, receivers,attachment body,attachment name,etc., .&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;Amit Linge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Amit Ashok Linge on Jun 24, 2011 8:53 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Amit Ashok Linge on Jun 24, 2011 8:57 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 06:52:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-problem-after-unicode/m-p/7981772#M1604824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-24T06:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: SO_NEW_DOCUMENT_ATT_SEND_API1 - problem after Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-problem-after-unicode/m-p/7981773#M1604825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Amit.  I was hoping I wouldn't have to do so much coding but your suggestion works.  Regards, Brigitte&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 04:46:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1-problem-after-unicode/m-p/7981773#M1604825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-28T04:46:25Z</dc:date>
    </item>
  </channel>
</rss>

