Need to send dunning notice to cleark and AP department

Hi All,
Need to sent the dunning notice to the customer for two Ids, first to their clerk's email and second to their AP department email
How to capture this one?
Cheers,
Nand

Hi,
Please refer the below OSS note;-
[https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1042992]
"If you want to send the mail to several recipients, fill the field FINAA-INTAD with the mail addresses and separate each address with a blank character. There are a total of 130 characters available in FINAA-INTAD."
You can use BTE process event 00001040 to influence the mentioned field in transaction FIBF.
For details on how to use BTE, please search SDN.
Regards,
Gaurav

Similar Messages

  • How run app for customers and how to send dunning notice to vendors

    Hi experts.
    Can any one help on following issue with example scenarios.
    how run app for customers and how to send dunning notice to vendors

    Hi,dear
    you should enter customer account numbers in f110 for payment receiving from customer, and assign dunning procedure to vendor master record and process the dunning to vendor by using f150.
    regards,
    nagesh.

  • How process app for customers, and how to send dunning notice to vendors

    Hi experts,
    can any one help on this
    how process app for customers, and how to send dunning notice to vendors
    Thanks & regards,
    vinod
    Moderator: Please, read and respect SDN rules

    Hi,dear
    you should enter customer account numbers in f110 for payment receiving from customer, and assign dunning procedure to vendor master record and process the dunning to vendor by using f150.
    regards,
    nagesh.

  • Does anyone have a mail problem with iOS 5? every time I need to send an email it closes and in the general settings it also closes

    every time I enter to the general settings of my ipad 2 with ios 5 and then to mail it closes..... also when I try to send an email....I have already restarted the ipad.. what can i do?

    try to check the email id   of the guy you are trying to send the email to as i had the same problem i had written yahoo.com when it was yahoo.in 

  • Need help sending dialog to remote computer and saving results

    As the title states, what I want to do is send a dialog box to all remote computers listed in the array $compnames where I can receive a yes or no and either save this as a file or array to pass back to my local computer to shutdown the ones where either
    a yes or no answer is received. I have the following code segment and I am missing the no answer received part and I am not sure how to receive the responses form each computer.
    Invoke-Command -ComputerName $element -scriptblock {
    [system.reflection.assembly]::LoadWithPartialName("system.windows.forms")
    $useOutput = [System.Windows.Forms.MessageBox]::Show("The Lab is being shut down. Press YES to abort.", "WARNING", 'YesNo', 'Exclamation')
    if ($useOutput -eq [Windows.Forms.DialogResult]::Yes)
    $sendBack = 0
    Write-Output $sendBack
    else
    $sendBack = 1
    Write-Output $sendBack
    <# TODO: 1) write computer name and whether a user clicked yes to abort to a csv file (save just no's for logs)
    1.1) maybe add computer name to
    2) immediately shut down any computer where user allows shutdown
    3) after 30 seconds, add remaining computers with no action to csv file to shut down
    4) Open messagebox popup on host computer to ask if want to shutdown remaining computers
    5) Shut down remaining computers
    #>
    if ($sendBack -eq 1)
    #if the computer is ready to turn off
    #shut it down
    else
    #add to array or file to be shut down later
    Any guidance or advice would be great! 
    -------Edit 1-----------
    In accordance with what this first two commenters have posted. I am thinking of a quirky solution.
    What if I have a script on the remote computer that I call with the Invoke-Command that opens a message box and then depending on the response uses the msg.exe cmdlet to send either a 1 or a 0 back. The host computer then takes these answers and creates
    two arrays, one for yeses and one for nos. I guess the only issue with this would be is receiving the messages in an orderly manner over the course of 30seconds and having the messages be 'silent' so the script picks them up but there is no explicit message
    pop up on my computer.
    I have found the following from the invoke-command section of ss64.com:
    "Run the Test.ps1 script on the Server64 computer. The script is located on the local computer. The script runs on the remote computer and the results are returned to the local computer:PS C:\> invoke-command -filepath c:\scripts\test.ps1 -computerName
    Server64"
    So could I not send a message box through this and have the result returned to me?

    Actually, it might be doable (albeit not all that ... cleanly):
    Create a task on the remote computer that will run under any currently logged in user which displays a messagebox that returns values and writes the result to a file. (Which will of course require a folder where all users have write permissions to to write
    the files in)
    Trigger the task
    Check for result files
    Cheers,
    Fred
    There's no place like 127.0.0.1

  • How do I send a dunning notice to the PAYER & NOT to ship-to-party?

    Hi All,
    Even if I dun the PAYER, the dunning notice is created for ship-to-party account specified in the sales order .
    Can I customise SAP to send dunning notices to PAYER and not to SHIP-TO-PARTY?

    Please check the document flow of the sales order.
    SO-> Delivery -> PGI -> Invoice -> FI Doc.
    In the FI Doc check the name and Code of the customer. Is it same as the "ship-to party". It should have been the payer as per the standard practice.
    Thanks.
    Ashish

  • Dunning notice by mail

    Hello Gurus,
    We want to send dunning notice by mail to dunning receipient.
    Can we use user exit-F150D001?
    Pl.advise us.
    Thanks in advance,
    Ganesh Lokam.

    Hello Mark,
    Thanks for reply.
    I have done set up for email output type to email server thru BASIS guy.
    Also I have activated on BTE and assigned module FI_OPT_ARCHIVE_DUNNING_NOTICE.
    Also Copied and changed this module and register module in Transaction FIBF via 'Settings -> Process function modules of a customer' for Event 00001040 with the application indicator (as a rule FI-FI, in table MHNK-APPLIK).
    But as per your mail, you said print program has to be changed.
    Can you tell me whether I am right and how and which print program to be changed?
    Thanks in advance,
    Regards,
    Kedar Vaidya.

  • Dunning notice by E-mail

    Hi all,
    Client Requirement:
    Every Monday need to be executing F150 transaction code based on that dunning notice sent to customer by E-mail. This functionality need to be develop in my system
    I have don all normal dunning configuration setting in my system.
    Now I have to develop E-mail concept in my system, Iu2019m using functional module for generating e-mail u201CEXIT_SAPF150D_001u201D but itu2019s not working out
    Please let me know what are the configuration setting required and how to call that functional module.
    Thanks in advance

    See OSS note 328124. These should provide you all the required details for mailing dunning notices.
    Thanks and regards
    Kedar

  • DUNNING NOTICE - EMAIL - PARTNER

    HI,
    I' m trying to send dunning notice via email. The process works quite correctly but I d lke to send notice to both costumer and a different business partner.
    Is that possible????
    thank you
    mauro

    I have a requirement to email dunning notice in addition to print dunning notice.  Can you tell me how you set up the email dunning portion.  Thanks

  • Restart dunning notice printout

    Hello all,
    I've got a problem with the dunning process (F150) of just one concret execution (id "XXXX"):
    - Parameters maintaned --> Ok
    - Proposal generated --> Ok
    - Dunning printout --> Ko --> Some items of some customers changed dunning level and some not. The problem is because there is an error when printing the dunning letter of one specific customer (because it has items in different document currency, and this case is not contemplated and, so on the form is not ready for it, and this item and the following items of other customers did not change of level.
    The result --> This execution has the button "RESTART DUNNING NOTICE PRINTOUT" active, and following executions are K.O. because all the customers are being blocked by dunning run "XXXX".
    If I clic "restart dunning notice printout" nothing occurs, (justs a Job arrives to SM37 with the form error)
    What I need, is to finish this execution completely, because the items that are posted in other currency are User's errors and they will cancel these items (Fb08). Therefore need to finish this execution, canceling such documents and create another execution again.
    One solution might be to fix the SmartForm to finish printing the letter that failure. But I do not want this.
    Do you know other way?
    Thanks very much,
    Best regards, Itziar

    hi,
    if you doing the dunning process, please cross check with the customer master data that any updation is happening or not.
    Suppose the the dunning level is not updating that will be the problem.
    regards,
    Sanju

  • Dunning notice by e-mail - sample printout

    Hi,
    I have implementated in my system sending dunning notices by e-mail as
    explained in note 328124.
    The program works correctly and I can send them by e-mail, but I have
    this problem: if I do sample printout, e-mail is created and sent but I
    don't want this, I would a normal print.
    Thanks in advance.
    Marianna

    See OSS note 328124. These should provide you all the required details for mailing dunning notices.
    Thanks and regards
    Kedar

  • How to create a new role : Need to send notifications to multiple users.

    Hi All,
    I have a requirement where in I need to send notifications to multiple users
    and no. of users in the list is not fixed.i.e. this builds up dynamically.
    Kindly let me know how do I achieve this.
    Also wanted to know where form the Workflow roles get created i.e. who inserts data into wf_roles and wf_user_roles tables. Is there any UI to create roles and associate users with them.
    Thanks,

    Hi,
    Yes - by default all responsibilities are defined as roles in the Workflow directory. You just need to identify the role that corresponds to the responsibility (look at ORIG_SYSTEM and ORIG_SYSTEM_ID columns, IIRC) and then send the notification to the role.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://thoughts.workflowfaq.com ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Live in China, need to send to the U.S to fix

    Hi,
    I currently live in Beijing, my friend bought me an iPhone 4 from the states (AT&T) but the sim card tray is stuck and the apple here, refuse to fix it. I talked to the Apple people in the U.S and they said I need to send it to the states and they will replace my phone.
    Sending it is expensive and might get stolen on the way, in your opinion, should I try to give it to non authorized people here who fix cell phones and stuff? Will I loose my insurance if they will open the phone? The sim tray problem, is a common one, do you think Apple should pay for the delivery?
    Any advice will be welcome,
    thanks...

    Apple warranty for the iPhone is country specific... this is nothing new.
    If anyone other than Apple opens or works on the device, the warranty is void.
    This is exactly why everyone recommends purchasing an iPhone in the country where it is going to be used most frequently.

  • Sending Master data - differentiate full and discrepancies

    Hi experts,
    we need to send master data from SAP, and for materials and customers data, we have the following requirement :
    - send full data to some legacies
    - send discrepancies to others.
    Is there a way to handle that in PI or with partner profiles or maybe by creating 2 different ports ?
    Thanks a lot in advance for your help,
    Jamal

    Hi Boom,
    How do you whether its a master data or discrepancy data? Is there any field which differentiates? If yes then you can use couple of receivers in your receiver determination. So write a xpath conditon to find which data it is and then trigger the appropriate receiver. So which ever condition is satisfied it triggers the corresopnding receiver which should take care of the issue you are facing.
    Regards,
    ---Satish

  • Dunning Notice Requirements

    HI Experts,
    I have a requirement here for Dunning Notice Letter however, they already have an existing Dunning Notice Letter beforehand and they want to adopt their Process of Dunning into SAP.
    RIght now, I have their requirement where the dunning letter should have the accumulated amount on their Invoices per Period (each line will show the amount to be collected for the previous 3 periods with total and another accumulated amount for the current period). And the 1st dunning letter will be generated on the last day of the next period. Then the next last day of the 2nd next period for the 2nd and the 3rd for the last day of the next 3rd period. Can this be done in standard dunning configuration? And some fields will become User Value Input like: Due Date, Attention information, person to be sent to and a Reference Text.
    Thank you for all the answers.

    Hi,
    This is not possible in standard sap as there we have only the option is to give the days in arrears such as 15, 30, 45 & 60 Days.
    In your case first letter should generate on the last day of next and so on.
    This may be possible with Z developement, consult your ABAPer for this requirement.
    Rgds
    Murali. N

Maybe you are looking for