<?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: Adding Text created in SO10 in ABAP code. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-text-created-in-so10-in-abap-code/m-p/4061858#M970904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Raghvav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The settings in SCOT seem te be all right. I think the problem is de mail adresses are not transferred automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jul 2008 14:55:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-07T14:55:02Z</dc:date>
    <item>
      <title>Adding Text created in SO10 in ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-text-created-in-so10-in-abap-code/m-p/4061853#M970899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to send remittance to vendors by email, once the payment is done on SAP.&lt;/P&gt;&lt;P&gt;I used BTE 00002040 and I'm now able to send an email.&lt;/P&gt;&lt;P&gt;I'm on 4.6C.&lt;/P&gt;&lt;P&gt;The problem is we cannot change the subject line and the message body of the mail.&lt;/P&gt;&lt;P&gt;I found some solution on SAP Note : 1033893.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is an excerpt from the Note :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For SAP_APPL Release 4.6C and 4.7:&lt;/P&gt;&lt;P&gt;Implement the attached source code corrections.&lt;/P&gt;&lt;P&gt;1) Call transaction SO10 and define an introductory text (language-dependent)&lt;/P&gt;&lt;P&gt;with the text ID FIKO. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Give it any name you like and use it to fill the&lt;/P&gt;&lt;P&gt;FINAA-NAMEP field of process exit 2040 (call from include RFFORI06). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Fill the ITCPO-TDTITLE field of process exit 2050 (from include RFFORI06)&lt;/P&gt;&lt;P&gt;for the subject line of the mail.&lt;/P&gt;&lt;P&gt;You can include the REGUH-LIFNR field in the subject line in exit 2050 to&lt;/P&gt;&lt;P&gt;assign non-deliverable mail to the vendor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) If you want to send the mail to several recipients, fill the FINAA-INTAD&lt;/P&gt;&lt;P&gt;field with the mail addresses and separate each address with a blank&lt;/P&gt;&lt;P&gt;character. There are a total of 130 characters available in FINAA-INTAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function is only available if you also defined an introductory text in&lt;/P&gt;&lt;P&gt;transaction SO10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done step 1, but not able to do the others. Unfortunately, our ABAPer has quit the job and I am stuck. I know very little of ABAP, but I'm on the learning curve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I want to be able to save a copy of the email sent to the vendors in our system (SAP or Mail server). Is this possible on 4.6C? If yes, how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd be grateful, if you could help me with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day.&lt;/P&gt;&lt;P&gt;Thanks and B. Regards,&lt;/P&gt;&lt;P&gt;Swamy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 03:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-text-created-in-so10-in-abap-code/m-p/4061853#M970899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T03:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Text created in SO10 in ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-text-created-in-so10-in-abap-code/m-p/4061854#M970900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't had any experience with this so far, but function OPEN_FI_PERFORM_00002040_P is called in include RFFORI06.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that function module there is another function called PC_FUNCTION_FIND. &lt;/P&gt;&lt;P&gt;From the documentation of the function module:&lt;/P&gt;&lt;P&gt;"This function determines the standard function module for a Process Business Transaction Event and determines the alternative function modules to process from the following tables, depending on the selection category".&lt;/P&gt;&lt;P&gt;(see the function module documentation for more info). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to create a new function module and link it to the process. &lt;/P&gt;&lt;P&gt;Using transaction &lt;STRONG&gt;FIBF&lt;/STRONG&gt; to do this.&lt;/P&gt;&lt;P&gt;Goto Settings --&amp;gt; Process modules --&amp;gt; of a customer.&lt;/P&gt;&lt;P&gt;Create an entry for process 00002040, and enter the function module.&lt;/P&gt;&lt;P&gt;The function module should then fill the FINAA structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should take you through step 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same steps for the changes needed for process 00002050. This should finish step 3.&lt;/P&gt;&lt;P&gt;Step 4 can also be done in the function module created for step 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 11:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-text-created-in-so10-in-abap-code/m-p/4061854#M970900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T11:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Text created in SO10 in ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-text-created-in-so10-in-abap-code/m-p/4061855#M970901</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;You can call funtion modules in ABAP code if you want to use Standard text created in SO10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the function modules used :&lt;/P&gt;&lt;P&gt;1. READ_TEXT&lt;/P&gt;&lt;P&gt;2. EDIT_TEXT&lt;/P&gt;&lt;P&gt;3. DELETE_TEXT&lt;/P&gt;&lt;P&gt;4. SAVE_TEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check them in SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Lakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 12:18:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-text-created-in-so10-in-abap-code/m-p/4061855#M970901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T12:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Text created in SO10 in ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-text-created-in-so10-in-abap-code/m-p/4061856#M970902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As our company needs dunning notices to be sent via e-mail, I followed the instructions of OSS note  328124.  For this I made a copy of FI_OPTICAL_ARCHIVE_DUNNING_NOTICE and made some changes as described in the OSS note.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the dunning program by calling F150 and make a dunning printout, the dunning letter seems to be sent out. When I point to transaction SOST, I can see that the e-mail massage was generated, but there is no mailadress of the recipient maintained. However, I did fill field KNB1-INTAD with the mailadres of the customer via transaction XD02. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I make I sample printout, a Send internet Mail  pop-up appears with the question whether the dunning notice should be sent by mail. Once again, there is no mailadres of the customer proposed. When I fill out an e-mailadres, the dunning notice is sent properly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read that FINAA-INTAD has to be filled with the mail addresses. I donu2019t exactly understand what is meant by this. When I point to the technical information of the pop-up mentioned before, it refers to FSABE-INTAD.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, I donu2019t see any change of the interface of the print program. I can call any print device as before, and there is no e-mail button or such. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know why the Clerku2019s Internetadres is not proposed and wheter it is OK that there is no change of the interface?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 13:27:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-text-created-in-so10-in-abap-code/m-p/4061856#M970902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T13:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Text created in SO10 in ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-text-created-in-so10-in-abap-code/m-p/4061857#M970903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     Check whether you have SMTP settings in SCOT transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 13:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-text-created-in-so10-in-abap-code/m-p/4061857#M970903</guid>
      <dc:creator>former_member182354</dc:creator>
      <dc:date>2008-07-07T13:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Text created in SO10 in ABAP code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-text-created-in-so10-in-abap-code/m-p/4061858#M970904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Raghvav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The settings in SCOT seem te be all right. I think the problem is de mail adresses are not transferred automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 14:55:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-text-created-in-so10-in-abap-code/m-p/4061858#M970904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T14:55:02Z</dc:date>
    </item>
  </channel>
</rss>

