Payment advice notification mailer

Hi SAP gurus,
We are sending out a mail to the vendors as and when their payments are getting processed through F110.
We are sending out an attachment with the mail. The attachment is an OTF attachment.
The problem is that we want to send a PDF attachment and not an OTF attachment.
Can anyone suggest how to aheive this?

Would someone be willing to give me a quick rundown of what Workflow Mailer is and what it's purpose is?  I have been trying to go through the manual for it but the reading is getting very tedious for something that seems like it should be simple.
Is it possible to send the email from my process to the workflow email and have it forwarded to wherever the mailer sends to?
Any thoughts, ideas, comments are welcome.

Similar Messages

  • Send AP payment advice e-mail to multiple e-mail addresses?

    Hello all,
    I implemented Business Transaction Event 2040 to determine whether a vendor payment advice should be paper or e-mail.  The SAP code that populates the e-mail address from the vendor's master record only uses the first e-mail address, regardless of how many e-mail addresses are entered.
    Have any of you found a way to send the e-mail to all of the addresses in the vendor master address table, ADR6, without making a modification to SAP's code?  I tried putting multiple e-mail addresses in the first address field.  The data validation that is being performed did not allow multiple addresses.
    When I asked this question of SAP, their answer was that there's nothing wrong and that they would be happy to charge for remote consulting to provide that functionality.
    I know that we could create a group e-mail address within our e-mail application for every vendor that wants the e-mail to be sent to multiple recipients.  Then enter that group e-mail address in the first line of the vendor master e-mail data.  I don't really want to do this because this would entail AP staff requesting to have that group set up and maintained by the staff that maintains the e-mail application. 
    Since we have the ability to enter multiple e-mail addresses for vendors, it seems like the payment advice e-mail that is generated should send an e-mail for every entry in the vendor master.
    Thanks
    Bruce

    Anil,
    We are using program RFFOUS_T to create the payment advice.  Your solution of copying that program and modifying it would work.  But I don't want to go to the time and trouble of doing that. 
    Because the volume of vendors that have multiple e-mail addresses is small, we'll just create group e-mail addresses in our e-mail application (Lotus Notes) and use that group e-mail address in the vendor master e-mail screen.
    SAP doesn't consider this an error.  At best it is a serious shortcoming.  I have a hard time believing that I'm the first or only customer that has asked about and for this.
    Thanks
    Bruce

  • Sending Customer ,Dunning and Payment Advices through Mail

    hi to all
    help me inthis issue
    for Customer,Dunning and Payment Advices i need to send it through mail to customers and vendors.
    for example when we run F.27 Transaction the customer statemnts should be mailed to customer directly
    thanks in advance
    kiran reddy
    Message was edited by:
            Kiran Reddy
    Message was edited by:
            Kiran Reddy
    Message was edited by:
            Kiran Reddy
    Message was edited by:
            Kiran Reddy
    Message was edited by:
            Kiran Reddy
    Message was edited by:
            Kiran Reddy

    Yeah ,
    This will be maintianing a output type for a specific order in the Nace Configuarations for output type for the application say in ur case Payment advices.
    Here u need to maintain a program name (driver program) and a form routine as Entry in the processing routines .
    You  need to write the logic in this driver program which is a Zprogram.
    Now when ever the application is run the output type is enabled and so the driver program will execute the logic pertaining to the entries created by ur transaction.
    can achieve this  with  SO_OBJECT_SEND for the customer id  .
    hope this gives u an idea ..
    i dont know about payment advices so can t elaborate more than this but the process will be same.
    regards,
    vijay

  • APP - Payment advice notification.

    Hi,
    After running APP, a payment notification is being sent to vendor (to his mail id). Now i want to change the mail id.
    The mail id is not maintain in the below field
    1. Not there in vendor master
    2. Not there in the standard text.
    where i need to change this email id?
    Regards,

    Hi,
    I have tried to replicate the process and see that the mail is going to the vendor but how that is picking up the mail id that not able to understnad.
    Please let me know what are the possible places where i can find the mail id?
    Regards,

  • Issue regarding subject length in mail for payment advice through F110

    Hello,
    We need to send the vendor payment advice by mail to a vendor. To attain the functionality we have used the BTE 2040 and BTE 2050 (to change the mail subject). This is working fine. mail is being sent to the vendor as a PDF attachment with the new subject.
    The issue is that, the length of the subject is greater than 50 characters, but the TDTITLE field where the new subject is set is 50 characters, how to increase that ? Is there a way through code or any note available.
    Also we need to send email to vendors as we as a fixed id, but that fixed is should be set in the CC of the mail.
    Any help in this issue will be appreciated.
    Thanks and Regards,
    Sachin

    Thanks for the response.
    i believe the requirement can not be fulfilled.
    Regards
    Sachin

  • Payment advice mailing to vendor

    Hi SDN users,
    Can any one give the producer  that how can the  payment advice will mail to vendor.
    please provide step by step configuraction and producer.

    Hello,
    Please, read the SAP Note 1033893 . This notes shows how to send payment advice by e-mail. The solution uses BTE's.
    Just a hint: Next time you can search the forum. Some questions are already answered and it's easier and faster for you to get a good response.
    REgards,
    Renan

  • Payment advice send by mail

    Hi All,
    I want to send payment advice by mail. While I am executing F110 transaction, I got spool requests in which I have the following error:
    Error log
    SO666                    No address exists
    F0387                    Advice note for pymt 2401 2000000118 will be printed; dispatch via e-mail not poss.
    XS806                    No delivery to , invalid recipient address
    F0387                    Advice note for pymt 2401 2000000119 will be printed; dispatch via e-mail not poss.
    To resolve this issue what should I do?

    Hi,
    first check if there is any standard functionality for the same.
    else
    In config(FBZP) tcode u can maintain a customised driver program for payment advice script.
    tc
    saji

  • FI - Payment Advice SAPScript to email

    The standard SAP program RFFOUS_T runs a SAPScript to create the Payment Advice form. Is there a way to get to to PDF and email it to the vendors? Right now it just prints out then they mail it.
    Thanks,
    David

    No, that's not how you do it.  The functionality is built in to the payment advice generation program. 
    David, you need to implement process BTE's 2040 and 2050 (transaction FIBF).  This will allow you to email your payment advices to vendors as PDF attachments.  2040 controls the switch to method 'INT' and the setting of the address (see below) and 2050 controls the format (such as the title).
    2040 Example
    * This function module is used for BTE 00002040 to send payment
    * advice notifications via e-mail for EFTs.
      TYPE-POOLS SZADR.
      DATA: LS_ADDR1_COMPLETE TYPE SZADR_ADDR1_COMPLETE,
            LS_ADSMTP_LINE    TYPE SZADR_ADSMTP_LINE.
    * Default - Print payment advice
    * Default layout in config is Z_CHK_ADVICE_LZ for checks
      C_FINAA-NACHA = '1'.
    * Check for vendor payment and wire transaction
      CHECK: I_REGUH-LIFNR NE SPACE,
             I_REGUH-RZAWE EQ 'T'.
    * Switch to the EFT advice
      C_FINAA-FORNR = 'Z_EFT_ADVICE'.
    * Check that address number is available
      CHECK I_REGUH-ZADNR NE SPACE.
    * Read complete address of vendor/customer
      CALL FUNCTION 'ADDR_GET_COMPLETE'
           EXPORTING
                ADDRNUMBER     = I_REGUH-ZADNR
           IMPORTING
                ADDR1_COMPLETE = LS_ADDR1_COMPLETE
           EXCEPTIONS
                OTHERS         = 4.
      CHECK SY-SUBRC EQ 0.
    * Check that e-mail address is available
      LOOP AT LS_ADDR1_COMPLETE-ADSMTP_TAB INTO LS_ADSMTP_LINE
           WHERE ADSMTP-SMTP_ADDR NE SPACE
             AND ADSMTP-REMARK    EQ 'EFT'.
        EXIT.
      ENDLOOP.
      CHECK SY-SUBRC EQ 0.
    * Choose message type 'I'nternet and fill email address
      C_FINAA-NACHA = 'I'.
      C_FINAA-INTAD =  LS_ADSMTP_LINE-ADSMTP-SMTP_ADDR.

  • Send payment advice by email. SAMPLE_PROCESS_00002040 / 50

    Dear all,
    we using the BT FM SAMPLE_PROCESS_00002040 for sending emails in PDF form to email addresses of the vendor. We are able to create the entry in SOST and send it by email.
    Now we have two additional requirements:
    1. We want to use the email address on Correspondence Tab LFB1-INTAD - Clrk's internet instead of the email adress of the general date (SZA1_D0100-SMTP_ADDR) because the e-mail address in the general data is already used for logistic correspondence.
    2. We want to create the email and additionally the printout. Can we realize this in the coppy of SAMPLE_PROCESS_00002040 or SAMPLE_PROCESS_00002050 and how?
    I would appreciate all possible ideas and suggestions please
    cheers
    Detlef

    This is for the email sending in the 2040 BTE function:
    * This function module is used for BTE 00002040 to send payment
    * advice notifications via e-mail for EFTs.
      TYPE-POOLS SZADR.
      DATA: LS_ADDR1_COMPLETE TYPE SZADR_ADDR1_COMPLETE,
            LS_ADSMTP_LINE    TYPE SZADR_ADSMTP_LINE.
    * Default - Print payment advice
    * Default layout in config is Z_CHK_ADVICE_LZ for checks
      C_FINAA-NACHA = '1'.
    * Check for vendor payment and wire transaction
      CHECK: I_REGUH-LIFNR NE SPACE,
             I_REGUH-RZAWE EQ 'T'.
    * Switch to the EFT advice
      C_FINAA-FORNR = 'Z_EFT_ADVICE'.
    * Check that address number is available
      CHECK I_REGUH-ZADNR NE SPACE.
    * Read complete address of vendor/customer
      CALL FUNCTION 'ADDR_GET_COMPLETE'
           EXPORTING
                ADDRNUMBER     = I_REGUH-ZADNR
           IMPORTING
                ADDR1_COMPLETE = LS_ADDR1_COMPLETE
           EXCEPTIONS
                OTHERS         = 4.
      CHECK SY-SUBRC EQ 0.
    * Check that e-mail address is available
      LOOP AT LS_ADDR1_COMPLETE-ADSMTP_TAB INTO LS_ADSMTP_LINE
           WHERE ADSMTP-SMTP_ADDR NE SPACE
             AND ADSMTP-REMARK    EQ 'EFT'.
        EXIT.
      ENDLOOP.
      CHECK SY-SUBRC EQ 0.
    * Choose message type 'I'nternet and fill email address
      C_FINAA-NACHA = 'I'.
      C_FINAA-INTAD =  LS_ADSMTP_LINE-ADSMTP-SMTP_ADDR.
    BTE 2050 controls the output format, but since you can only specify one output medium, I'm not sure you can get it to print the spool immediately and still email the PDF.  You might try setting the 'print immediately' indicator in the BTE, but I don't think it will work (though I haven't tried it or checked the code).  If it doesn't, the email'd spools wil still be available so you can use a post-processing step to print them out.

  • Error when sneding payment advice email notification

    Hi All,
    I have a problem with program RFFOAVIS_FPAYM, when i am running this to send email notification for payment advices , its giving an error :
    f0387 : dispatch via e-mail not poss.
    Please help me how to solve this and what is the cause for this error.
    Thanks in advance.
    Vishal.

    hi,
    i just know that solution with Re: f110 payment advice
    Andreas

  • Payment advice note to vendors thru e mail

    Guys,
    After executing F110, system generates the payment advices.I updated the master reocrd of vendor with a test email id , system is sending payment advices to this mail id,as its our internal server mail id.But when I update vendor record with some other external mail address, the system displays the msg.below.and cannot send thru mail.Please suggest.
    XS826                    Cannot process message, no route from to
    F0387                    Advice note for pymt 5000 2000000405 will be printed; dispatch via e-mail not poss.
    Regards
    Shaun

    Hi shaun,
    Payment advice is transfer to the external sytem. It means we need conectivity between 2 systems. I need to configure EDI settings. You need to contact the ABAPer and Basis consultant for your configuration.
    Regards
    Odaiah Pelley

  • Vendor payment advice by e mail

    In Vendor master,under General data  address tab, in e mail tab we need to specidy  email ID of respective person so as to enable him to get payment advice by email.
       However,if more than one person intends to receive such payment advice by e mail,how can you configure this ?

    Hello,
    I would suggest to create a group mail for it so that you include different persons in that group.
    To elaborate if you want to send payment advice to the below persons:
    person1@testmail
    person2@testmail
    person3@testmail
    you create a group mail <with the help of your sys admin>
    groupperson@testmail,assign this mail to vendor master data....mails would go to multiple persons in the group.
    Hope this helps
    Rgds
    Rajendra

  • Payment Advice needs to be send as mail to Vendor through SAP.

    Hi,
    There is a requirement in my businees related to payment advice mail. After running T-Code: F110, spool getting generated with all the payment advice (lets say 20 advice at a time for different vendor). now we want to mail each advice to respective mail through SAP itself. Could you please provide me some idea through which i can achieve this functionality.
    Thank you,
    Manya.

    Please search SDN, you will find all the information already existing on this feature, e.g.:-
    [F110 payment advice by e-mail;
    Basically BTE event 2040 and 2050 is used for it.
    Regards,
    Gaurav

  • Payment Advice Print sent to Vendor Through E-Mail

    Hi All,
    Thanks in advance.
    Is there any possibility to send my Payment Advice Print to my vendor through E-Mail in the standard transaction FBZ5.
    Regards:
    Sridhar.J

    Hi,
    Are you sending the Payment Advice print in the form of smartform?
    If yes, check those FM SO_NEW_DOCUMENT_ATT_SEND_API1.
    This is to attach the document to the mail.
    SO_NEW_DOCUMENT_SEND_API1.
    This is to send the mail from program.
    Hope it helps.
    Regards,
    Raj

  • Send E-mail with payment advice to several address

    Hi Experts
    In our company in USA we set a payment through ACH, for it we need to send a payment advice to the vendor after we run process in F110, that process is run properly but the problem is we need to send some mails to more than one receiver, and the option to input it is in vendor master data, but at the moment to send e-mail the system only send mail to first address, some one have idea can I do for send to several address???
    Thanks

    HI,
    I am assuming that you are using BTE 2040 or 2050 to achieve this. Instead of using the sample FM provided by SAP for this BTE, copy it to a Y/Z FM and then you can modify it accordingly.
    My suggestion would be to create a custom table for the email addresses and pick the additional email addresses from there in conjugation with the Vendor master.
    Regards

Maybe you are looking for

  • Queries on SUS?

    Hi Friends We are on SRM7.0, SRM-SUS in diff client I have the following queries: 1. Do i need to maintain number ranges for POR in SRM-SRM Server-Cabs-Number ranges-SRM Server Number Ranges- Def Number ranges for POR in both SRM and SUS Client or SR

  • Critical issue at webi level, unable to fix past two days now

    Hi friends. When i schedule the Webi report , and when i refresh webi report  i am getting below error 10901: Database error: [Microsoft][ODBC SQL Server Driver][SQL Server]Statement(s) could not be prepared.. Contact your Business Objects administra

  • Organizing songs in ZEN just as

    Hi there, hopefully someone can help me I have a Zen Sleek, and the problem is organizing the songs the way they are viewed in windows media player: Whenever I select an artist, albums by that artist appears. I can then choose the album and the next

  • Timeline in 3 parts - how do i put it back to normal?

    I dragged something at the side, and now the timeline looks like this: http://i.imgur.com/13SLZ.png How do i get rid of the top bit?

  • COPA CHARACTERISTICS  ORT01 FROM KNA1

    Hi, We are using both costing based and account based copa.I have selected and activated the field KNA1-ORT01 from pre-defined characteristics .The particular characteristics is not appearing when i try to transfer to ORT01 to operating concern in KE