Problem in Vendor payment notification for ACH Interface

Hi All,
I am creating DME File succesfully for ACH Vendor payment. Now i want vendor payment notification via mail id attatched to the vendor. But no mail is triggered. I am doing the below steps:
Step 1: Go to transaction FIBF.
Step 2: Go to Settings à Products à u2026Of a Customer
o                Enter u201CProductu201D name as u201CACHu201D and u201CTextu201D as u201CVendor Paymentu201D.                                    
                       Check u201CActiveu201D Check Box.
          Click on Save.
Step 3: Go to Environment à Info system (Process) à Execute (F8) for subsequent screen that you get. Check for Process 00002040. Click on the process and then click on u201CSample function moduleu201D button and create custom function module ZSAMPLE_PROCESS_00002040     (Copy SAMPLE_PROCESS_00002040).
Step 4: Go to Setting à Process Function Modules àu2026of a customer
             It will create a new entry in table TBE34.
o                    Enter Event                    =          00002040 (entry maintained in TBE01)
                      Country (CTR)               =          
                      Application (APPL.)       =                                             
                      Function Module            =          ZSAMPLE_PROCESS_00002040
                      Product                          =          ACHPAY
           Click on Save.
I need to tell you I have copied the standard program RFFOUS_T into a Z program for my required changed instead of User exits and also I have copied the standard layout F110_US_AVIS into a custom layout Z F110_US_AVIS and assign these two in FBZP Transaction for concerned payment method ( A for ACH in our case). I have also assigned mail id for all the vendors I am using.
But I am not getting my mail to be triggered.
Am I missing anything?do I need to write any code/own logic in the function module ZSAMPLE_PROCESS_00002040? If so, what logic should I write because standard logic inside this function module is handling the good logic to send mail. I am just copying it into Z function module.
Edited by: amrita banerjee on Oct 14, 2008 6:45 AM

Hi:
Please complete setup using FIBF, copy SAMPLE_PROCESS_00002040 and SAMPLE_PROCESS_00002050 and update the code. You may require Basis help to get up the email.
Thanks

Similar Messages

  • Enhanced Vendor Payment Terms for multiple discounts days

    Hi
    There is requirement of multiple discount days in a single vendor payment term.
    Standard SAP provides only 2 discounts for a payment term.
    Now we need as many as 30 discounts per vendor payment term.
    How do we achieve this?
    We are using 4.6c SAP version....
    Very urgent please help..
    Regards,
    Krishna prasad

    Hi Krishna,
    Did you find the answer?
    I too have a similar problem; if you could find the answer yourself please help.
    Regards,
    KKG

  • Vendor Payment notification via email

    The requirement is to automate the vendor payment. Right now using T-code F-51 & F110 for vendor payment(document types are BV & KZ).
    As soon as payment has been made in a particular vendor account. A email should be sent directly to vendor. The email address will be maintained in Vendor master.
    I want this to be automated.Can anyone help on this.
    Thanks
    anu

    Seached on other forums & got the solution as Business event for this activity exist.
    the steps are
    Step 1- Define Std communication method as SMTP (Internet mail) in vendor master 
    Step 2 – Maintain email address via FK02.
    Step 3 - T-Code BERP – Code to find Find event 00002040 – This is a Function called SAMPLE_PROCESS_00002040, copy with another name i.e. ZSAMPLE_PROCESS_00002040
    Step 4 – T-Code FIBF -> Option -> Product ->a Customer, Write product name at your choice (for example ZMAIL) and make it active.
    Step 5 – T-Code FIBIF -> Option ->Process Function (or Module) ->. A Customer.
    Process = 00002040
    Module Function = ZSAMPLE_PROCESS_00002040
    Product = ZMAIL (name of product define by you in step 4)
    it will automatically send mail to vendor provided SCOT is configured.

  • Vendor payments report for a month

    Dear all,
    is there any built report that would show all the vendor payments in a month with the date it has been debited our account?
    I tried with FAGLL03, but the date of the ZP document created by F110 can be different from the date of the ZR docs, that show the value date of the transaction.
    I would need this report for tax calculations, but if I filter for ZR doc types, the vendor name won't be populated and I can't VLOOKUP for it as it has different clearing number.
    Any ideas?
    Thanks a lot!

    Hi
    You would need to have Bank recon in place on realtime basis. So at the end of day, the bank sends you the statement file. Now you will probably need to build in a custom report which will check that for a payment document, if the entry has been posted in the main Bank GL, which will happen only once the bank statement file is uploaded in SAP.
    Thanks & Regards
    Sanil Bhandari

  • Vendor Payment Method for Substitution in Invoice Document

    Hi,
    I would like to define a substitution to replace Payment Method Supplement(BSEG-UWAZE) if the vendor master defined with payment method is Cheque.
    I had copied RGGBS000 to ZRGGBS000.
    Now in ZFGGBS000 FORM Routine, I need to check for the payment method in the Vendor Master.
    Is this ZLSCH in BSEG table refering to the same value in the Vendor Master?
    If not, then what is the key to match between BSEG and the vendor master table in order for me to get the Payment Method from the vendor master?
    Appreciate helps. Thanks.

    Resolved

  • F110 vendor payment notification

    Hello,
    I have a requirement to trigger an email to vendor when a payment runs in Tx F110. I know I can use BTE 2040 to send an email with pdf attachment but the requirement is to send an excel attachment instead of pdf. Any advice regarding how this can be done will be greatly helpful.

    Follow the below path to check the DME format tagged to the payment method in FBZP
    FBZP>> click on Payment methods in the country>>Choose the payment method w.r.t Country>>Click on DETAIL (magnifying glass) or ctrlshiftF2)>>here you will get to see the DME format tagged to the Payment method.
    Now go to DMEE transaction code>>give the tree type as PAYM and format as the one that you got from FBZP. and DISPLAY.
    This way you will get to see the fields that are considered for the format used w.r.t Payment method.
    If I am not wrong you intend to send the mail as an info for the vendor that the Payment is made.Then as you said you have DME set up you can do this way as well.
    Alternate way is a Zprogram,get the payment details of the vendor using the Run date and Run ID from reguh and regup table and then get the item details from BSEG/BSAK/BSIK/BSAD/BSID tables and then accordingly populate them in a notepad or excel sheet and send a mail using SAP standadrd FM SO_DOCUMENT_SEND_API1
    Thanks,
    K.Kiran.

  • Problem in using AWS model for PI interface

    Hi
    We want to consume XI inbound interface for a 3rd party web service in web dynpro via AWS model; we can create the model class from the wsdl file imported from PI interface; but facing some issue in configuring the logical destination as we don't have any wsdl url from PI which we can use in the dynamic proxy configuration.
    Thanks in advance.
    Sudip

    Hi Sudip
      Can you please tell me how did you resolve this issue? We are running into the exact same problem.
    Thanks
    Preet

  • BO FC 10.0 problem with alerts and notifications for Workflow

    HI guyz.
    I can't save e-mail password in option Tools -> General Options -> Alert and Notification. So if you had the same problem, how did you solve it?
    Thank you.

    Join us to the question. Password is not saved.
    http://i003.radikal.ru/1202/b8/d8b8275efbcd.bmp
    Edited by: Roman Abramov on Feb 22, 2012 9:10 AM

  • Vendor Payment Terms config for 30%advance 70% after GR

    Hi Guys,
    How to configure Vendor Payment Terms for " Vendor Payment Terms config for 30%advance 70% after GR "
    Please suggest your expert comments.
    Thanks in advance.
    Regards,
    Jackie

    sappassion2011 wrote:
    Hi Guys,
    >
    > How to configure Vendor Payment Terms for " Vendor Payment Terms config for 30%advance 70% after GR "
    >
    > Please suggest your expert comments.
    >
    > Thanks in advance.
    >
    > Regards,
    >
    > Jackie
    Hi Jackie,
    Do them in trxn OME2
    Regards
    Shiva

  • I have problem whit push notifications for applications

    my problem is whit "push notifications" for the applications to my iphone 3gs     youtube or something else is open , but have message -- log in itunes(i am entered) and i can push only "Ok" button     
    all text is :
    Connect to iTunes to Use Push Notifications
    "YouTube" notifications may include alerts,sounds and icon bades.
    please answered simply because my english si very bad and dont understand many words
    thankyou!                                                                                 

    Hello vampovec,
    If connected to Wi-Fi, you may need to verify that the following ports are open in order for Push Notifications to work.
    TCP port 5223 (used by devices to communicate to the APNs servers) 
    TCP port 2195 (used to send notifications to the APNs)
    TCP port 2196 (used by the APNs feedback service)
    TCP Port 443 (used as a fallback on Wi-fi only, when devices are unable to communicate to APNs on port 5223)
    Unable to use Apple Push Notification service (APNs)
    http://support.apple.com/en-us/TS4264
    Cheers,
    Allen

  • Problem of setting Priority type for notification category

    Dear Expert,
    I have created a new notification type and number range have been created for that notification. Actuaaly i am facing problem when i craete notification for that type which is I have created then after entering in IW2, show error message "Priority type not maintained for notification category".
    I also want "Field displaying user status" and "Control box" for My notification of showing fields.
    Please suggest me how solve this error and field displaying.
    Thanks & Regards,
    Deepak

    Hi,
    In addition to above response, also customize the following:
    Define Action Box -> Define Follow-Up Functions
    Notification Types ->Activities ->Dependent Follow-Up Functions ->Define Follow-Up Actions for Tasks-> Define follow-up actions
    Follow-up actions -> Function modules.
    Regards,
    Lucky

  • How to seperate vendor payment advice form/customer payment advice form?

    Hi all,
    i was wondering if you could create a seperate payment advice form for
    vendors
    and
    customers.
    I used transaction code SE71 to visualize forms. Examples of payment forms for each company code can be found in customization "allocate forms to paying company code".
    The challenge that you will have to take is to seperate the payment advice for vendors and the payment advice for customers.
    Is that possible in SAP? Or is the payment advice for vendors automatically the same for customers?
    What i want to make is the following:
    - payment advice for vendors
    - payment advice for customers
    (So i can make changes in accounting clerk, addres, etc...)
    Thanks in advance.
    Pamela.

    Hello Pamela,
    Payment Advice is normally unique for each Payment Method/Company Code.
    If a special treatment is required to differentiate between Customers & Vendors (Example - Special information, layout difference, special details) in the Payment Advice, you can always handle it with in the same SAP Script Form that you configure for the Payment Method/Company Code.
    Either the field KOART (Account Type) in REGUP enables you to differentiate between Customers & Vendors. Please let me know if you need some examples.
    Hope this info answers your question. Please reward.
    With Regards
    Vijay Gajavalli

  • Auto creation of notification for vendor problems

    Hi, pls advise how to generate notificatin for vendor problems during goods receipt. can it be possible to generate automatically when there is problem for the vendor for the goods which are subjected to GR. Pls advise.

    Hi Yadav,
    pls advise how to generate notificatin for vendor problems during goods receipt.
    While doing GR( which is stores activity) why you want to generate Notification, once GR is made the inspection lot is generated, then while doing RR if some thing is not as per specs then you can raise notification automatically.
    can it be possible to generate automatically when there is problem for the vendor for the goods which are subjected to GR. Pls advise.
    You will be able to generate auto  notification only after you do GR, while doing RR. This authorization you can given to stores but  again unless you inspect the material how you will know that there is problem in material and you need to raise notification.
    for auto notification while RR, you have to assign notification type Q2/ N2 at that inspection type at customizing.
    Also you should tick 'Defect recording' tab in  control indicator of  MIC's, this will  automatically  pop up the Window for  defect recording and  thereby notification.
    Best Regards,
    Shekhar

  • PMW/ACH Vendor Payments - Batch Header Record (5) not in file

    We're trying to get PMW/ACH vendor payments up and running, and thought we were about ready to send a test file to the bank, but I've discovered we have no batch header (record type 5) in the file?
    We're configured to use the PMW.  I have checked and rechecked our configuration, but must be missing something?  We have payment methods and banks configured.  Variants defined and bank/master data set up on a few vendors for testing. Everything else seems to be working fine. A small test via F110 selects these vendors into the file for payment, prints advices, and posts FI documents in SAP properly. I have record types 1, 6, 8, and 9 in the file...but no 5 (Batch Header).
    Any guidance would be greatly appreciated.
    Thanks.
    Lisa Tanner

    Record 5 is defined by the Format Supplement in FBZP, Payment method/country. Here you will find 3 supplements CTX, CCD and PPD.

  • How do I create a new payment method in PeopleSoft 9.1 for Vendor payments via external bank program?

    We have contracted with a major banking institution to utilize their credit card program to transact vendor payments.  Basically, we generate a formatted file from our Pay Cycle.  The file is sent to the bank, who in turn notifies the participating vendors that their payments are available.  The vendors access their accounts and draw down our payment via their merchant credit card terminals/system.  We need to create a Payment Method 'CCD'; to be used by the PeopleSoft to update the vendor payables options, and indicate vouchers paid by this method.  PeopleSoft only delivers a few of the payment methods, but not one for credit card programs. Can anyone provide some direction on this and on how to create a new payment method?  Does PeopleSoft 9.2 have this payment method available? 

    Thanks for the suggestion...I did read up on the count function, but I don't think it will give me what I want. I need a a counter that increments for each payment made to a supplier, not a total of the number of payments made to that supplier.
    Any other suggestions, please?
    Tam.

Maybe you are looking for

  • Error while starting Admin Server

    Hello Everyone, I am trying to start Admin server and getting this error: <Jan 6, 2012 12:08:11 PM> <INFO> <NodeManager> <Server output log file is 'E:\App\Oracle\Middleware\user_projects\domains\IDAM_Dev_domain\servers\AdminServer\logs\AdminServer.o

  • X230 Lags When Connected To External Monitor

    Hey guys, I was wondering if you could help me out. I just got a new Lenovo Thinkpad X230 with 8 GB RAM and an SSD drive. It works great. Problem is, when I connect it to my dual 24" monitor set up, the CPU because to spike (anywhere from 40% to 100%

  • IPhoto..how do I copy a photo and drop it into another album?

    IPhoto..How do I copy a photo in one album and paste it into another?

  • Date format not recognized -- urgent help needed

    Hi, I'm having a problem when start sqlplus in dos command window. If I start it from C:\oracle\ora81\bin, it won't started and error message showing like 'Date format not recognized' and then come back to DOS. I do have OWB installed which also has

  • How to burn a CD image

    Hi, I must be the only person in the world having this problem. I downlaoded all the zip files for Sun 8 for intel and have not been able to install Sun on my Dell Optiplex GX200. I think the problem is because when I burned the CD they were not crea