Send a reminder mail to employess for balance confirmations(FI)

Hi guys,
I have developed one Z report which when I execute it generates a letter in notepad giving the information about balance confirmations. But now the requirement is that when i execute the report it shud genearte the letter and send mails to only those employees entered into the selection criteria so that the person appointed for this his time saves.
I think you got what i want in my report?
Thanks in advance.

Hi,
You can send mails by using function module: SO_NEW_DOCUMENT_SEND_API1.
For these you may have to prepare the Object Header, Recivers ....etc.
Hope this help you.
Regards,
Ashok

Similar Messages

  • Send a reminder mail to a person in 'Assigned To' 7 days before the 'Due Date'

    I want to create a workflow on SharePoint list and it should send a notification email to 'Assigned To' person before 7 days of Due Date (another column in the list).
    I'm new to SharePoint. Please explain the steps in detail.
    Any suggestions would be greatly appreciated. Thank you.

    Hi Sekhar,
    Hope the below links should be useful to you.
    http://sharepoint713.blogspot.in/2011/09/sharepoint-designer-workflow-to-send.html
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/e85c2fcb-81fa-4c8d-9f0d-3c4799de771b/send-a-reminder-mail-5-days-before-and-1-day-before-the-due-date?forum=sharepointcustomizationlegacy
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/1e2912f4-3119-49b0-b620-e67f629596d0/how-to-send-alert-on-2-days-before-of-task-due-date?forum=sharepointcustomizationlegacy
    https://mysharepointchronicles.wordpress.com/2012/11/05/sharepoint-list-with-workflow-email-reminder-set-to-send-30-days-from-created-date/
    http://markeev.com/Articles/item-expiration-reminders-in-sharepoint-using-workflow.aspx
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Reply address for balance confirmation

    Hi,
    I am using t.code f.17 for balance confirmation report. But it is giving following error.
    Reply address does not exist for company code 1000
    Message no. FB366
    Diagnosis
    You want to print forms on which the reply address is issued as standard. You want to use reply addresses without an ID. No reply address without an ID was defined for company code 1000.
    System Response
    Termination of processing.
    Procedure
    Check whether a reply address has been created for the company code and create adresses if necessary.
    Proceed
    If this does not solve your problem, contact your system administrator.
    Further I tried to maintain senders address in correspondence node in financial accounting global settings. But it did't helped.
    Edited by: DHANANJAY S NAPHADE on Jun 29, 2010 1:10 PM

    The solution as follow:
    customize->financial accounting->account receivable and account payable->business transactions-> closing->count->balance confirmation correspondence->define reply address for balanced confirmation
    Log in and make an new entry. Example:  company code 1000   address ID: TT01
    After that, back to f.17, entry TT01 in the field 'Reply to'.
    Then, you execute it, balance confirmation is created successfully
    Edited by: yao chen on Jul 14, 2010 4:15 AM

  • How to send automatic "reminder mails" after certain time

    Hi Experts,
    There is a problem which I am not able to solve, Please help !
    Requirement: 1. After the creation of a certain task, a mail should go to the user... this I have done using the Java Mail API.
    *2. After 2 days if the user don perform certain task, a reminder mail should be send to him EVERYDAY after the INITIAL 2 days.*
    how to achieve this in the Java mail.. I have heard of Java mail Schedulers but I am not able to find it.. If you can give me some guide or some steps or some article for this I would be very very gratefu to you.
    Please treat it as urgent and give your valuable suggestions.
    Thanx in advance.
    Regards,
    Rajat

    Nope. It means that if you want to schedule something, use code which does scheduling. Like Quartz for example. Bear in mind that the "something" in this case would involve sending an e-mail, but your scheduler wouldn't care about that.

  • SAP Workflow - Send Reminder Mail

    HI,
    I am supposed to send a reminder mail to the user in my SAP Workflow. The scenerio is if the user has completed the given Work Item then the workflow ends but he has not completed the task then he should get a Reminder mail after 7 days.
    Please let me know how to achieve this. Its a bit urgent for me. You comments are highly approciated.
    Thanks in Adcance,
    Sachin

    Hi Sachin,
    You need to set up deadline monitoring for this.
    On the task definition, there will be a tab for "Latest End".
    On this you can define the dealine by which the task should be completed (e.g. 7 days from initiation), and the action to take if the deadline is missed (e.g. send a reminder mail).
    There is some built-in help on this anyway, so it shouldn't be too confusing.
    Hope that helps - I'd appreciate some points!!
    Regards
    Robin

  • How to send a reminder maill at 3 months before retiring date?

    Dear all,
    if I need to send a reminder mail to the related HR administrator before 3 months of the employee's retire date, how should I do it?
    Should I write a batch program for it? 
    Thanks a lot for any suggestions!

    Hello Lucy
                   You can shedule this program for running every day at 12 o clock.it will not affect system performance.Check infotype 41date type - 42 last working day.(provided you are updating while hiring date type 42).
    Program Logic :
    1. Check infotype 41 date type 42.
    2.Check the difference in dates and months (system date and date type 42) using function module (HR_HK_DIFF_BT_2_DATES).
    3.If 3 months ,send a remainder mail.
    Hope this will help you for coding.
    Regards,
    Manoj.
    Message was edited by:
            manoj kumar

  • Reminder mails to the approver

    hi all,
    i got a reqmt where i have to send a reminder mail to the
    user's manager for the approval of the user's shopping cart.
    can any one tell me how to do this.
    where exactly shopping cart number is stored i.e in which
    table and field and wht r the related tables
    iam new to SRM.
    regards..
    Praveena

    Hi,
    BBP_PD is the only transaction where you can see all the related info for tables storing the data for each type of document.
    e.g. for Shopping cart(SC),in the selection screen ,you can give the SC no in the field "OBJECT ID" and see all the details(header as well as Item) as well as the table names whcih store this data.As you said there are some common tables also whcih store the data for all the docuemnts like CRMD_ORDERADM_H(for header data).You can however filter teh data in these table for different docuemnts based on the field OBJECT TYPE.e.g. for SC Object type is BUS2121,for Bid invitataion BUS2200..etc..
    Similarly you can get all the info related to all the docuemnts whcih are created in SRM i.e. Bid invitation,quotation,Po etc....
    For Sopping Cart details,refer tables:
    CRMD_ORDERADM_H
    CRMD_ORDERADM_I
    BBP_PDIGP
    BBP_PDBEI
    CRMD_PARTNER
    BUT000
    You also have BAPIs and FMs to get details of any document.
    BBP_BUS2121 -> BAPIs / FMs for Object Type EBP Shopping Cart
    BBP_SCEC_DET_LOGSYS
    BBP_SCEC_GETDATA
    BBP_SCEC_SETDATA
    BBP_SCEC_UPDATE
    BAPI_SCEC_CREATE
    BBP_PD_SC_GETDETAIL
    BBP_PD_SC_GETITEMLIST
    BBP_PD_SC_GETLIST
    BBP_PD_SC_GUID_GET
    BBP_PD_SC_ITEM_GETDETAIL
    BBP_PD_SC_ITEM_STATUS_CHECK
    BBP_PD_SC_LISTSEL
    BBP_PD_SC_MAP_TO_PO_LOC
    HTH.
    BR,
    Disha.
    DO  reward points for useful answers.

  • AE4500 does not send my e-mail by smtp

    I have a weird problem with sending e-mail with my AE4500.
    My e-mail program (outlook 2007) stopped sending my e-mail (My setting for sending e-mail is smtp.<provider name>.nl).
    I get the message that the connection with the smtp server can not be established.
    I pinged the smtp server and that worked.
    I telnet to the smtp server, but that failed.
    I tried also with e-mail program thunderbird, but same problem.
    Also my mail server at home has the problem to send e-mail.
    I plugged my laptop straight into the providers modem, and sending an e-mail, and that works
    Then I plugged back my AE4500 and connected only my laptop to the AE4500 (all other devices I switched off).
    And the problem was back!
    I checked for the latest firmware (2.0.37.131047), but that was already on my AE4500.
    I replaced the AE4500 for my old E2000 (I used on the attic as accesspoint), and sending an e-mail, and that works
    I reset the whole AE4500 and started from scratch, but no luck. If I use the router AE4500 e-mail sending will not work on port 25 (sending e-mail with smtp.gmail.com on port 465 works, but I do not want to send my e-mail by Google!!!).
    All worked for over a year and now it stopped working! And nothing has changed!
    At this moment as workaround I use my E2000 as router and put the AE4500 on the attic, but I want my AE4500 to cover also the garden and higher speed on the PC in the living room!
    I searched the internet, but no solution! Who has any idea?

    I believe what you have is an EA4500. Now, using your preferred SMTP server, what's the port that you are using? You might need open that port (triggered) on the new EA4500.
    If everyone needs to believe in something, I believe I'll have another beer..

  • How to Assign Customized Form for Vendor Balance Confirmation - F.18

    Dear All,
    While executing the transaction code f.18. System is showing vendor balances with IDES logo. I want to assign the customized form. Can anybody tell me where to assign form fro F.18.
    Regards
    Sreenivas

    kindly check in the configuration
    SPRO-Financial Accounting-Accounts Receivable and Accounts Payable-Business Transactions-Closing-Count-Balance Confirmation Correspondence-Make and Check Settings for Correspondence-Define Form Names for Correspondence Print
    Select the program "SAPF130K" which one is for balance confirmation. against this the form is attached

  • Balance confirmation issue.

    Hi All,
    We are just upgraded our system to ECC 6.0.Now I am doing configuration for Balance confirmation. But in SPRO I got all the settings related to Forms only. & while running F.17/F.18 I have specified Reconciliation date but system is picking only overdue items & not all items. But according to my knowledge we run balance confirmation to verify the balance shown in our books & business parter books. It means Balance confirmation report should show all the date including overdiew & not items. But it is taking only overdue items. System should take all items based on the posting date in balance confirmation report.
    Please suggest on the samne.
    I have checked in SAP liabrary, but their they have given settings form Easy Access- Account Management. But Account management is not available in Easy Access.
    Waiting for reply. Its immediate for us.If it is possible in standard way then it would be appriciated.
    Thanks & regards,
    Mayur Kulkarni

    HI,
    Kindly use table FAGLFLEXA and FAGLFLEXT for getting profit center data .Assign points if useful.
    Regards,
    Shradha.

  • Balance Confirmation Query

    Hi Experts,
    I need the query for balance confirmation letter.
    The query should have the following result.
    Date, Balance as on Date, Current Balance, Name of Business Partner, Bill to Address of Business Partner
    Regards,
    Datta Kharat

    Hi Datta,
    Try this....
    SELECT Max(T0.[RefDate]), SUM( T1.[Debit]- T1.[Credit]), isnull(T2.Balance,0),
    T2.[CardCode], T2.[CardName], T3.[Address], T3.[Street], T3.[Block], T3.[City], T4.[Name]
    FROM OCRD T2 
    LEFT OUTER JOIN JDT1 T1 ON T1.ShortName = T2.CardCode
    LEFT OUTER JOIN OJDT T0 ON T0.TransId = T1.TransId 
    LEFT OUTER JOIN CRD1 T3 ON T2.CardCode = T3.CardCode
    LEFT OUTER JOIN OCST T4 ON T3.State = T4.Code
    WHERE T2.[CardName] =[%0] AND  T0.[RefDate] <=[%1]
    GROUP BY T2.[CardCode], T2.[CardName], T2.[Balance], T3.[Address], T3.[Street], T3.[Block], T3.[City], T4.[Name]
    Regards,
    Sachin

  • I can no longer get my calendar to send a reminder e-mail for on a date in the future....alerts no problem

    I can no longer get my calendar to send a reminder e-mail for on a date in the future....alerts no problem

    Try turning the account off and on : Settings > Mail, Contacts, Calendars , then tap the account on the right, slide Mail to 'off', exit settings and go back into the Mail app, and then go back to Settings and slide Mail back to 'on'
    If that doesn't work then try closing the Mail app completely : from the home screen (i.e.not with the Mail app 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Mail app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    Also do a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Learning Solution - Need to send a reminder e-mail to all participants

    I need to be able to send a reminder e-mail to all participants in a course.  I would like the e-mail to be sent to the participants 7 days prior to the start date of the course.
    We currently use SMARTFORMS to send an e-mail to a participant when he is booked into a course.  We would like to send the same e-mail to the participant 7 days prior to the start of the course as a reminder. 
    Would I accomplish this using a workflow?  Does anyone know a function that could be used to send the same e-mail again?  We have not been able to find the code to send the e-mail to the participant again.

    Hii Karen,
    We are also facing the same problem, but with the same i also want to know that how to send an e-mail to a participant when he is booked into a course coz for me its not working.
    Could you please tell me the steps to follow.
    Thanks & Regards,
    Nidhi

  • Sending Vendor balance confirmation as a mail to vendor

    Hi experts,
    We have a requirement of sending the vendor balance confirmation as mail to vendor. Can anyone guide me in the nace configuration. What would be the application to be selected for configuration?
    Thanks in advance,
    Neela

    Hi Neela,
    I am also looking for the same functionality and hence looked at your resolution comment.
    I used tcode FIBF and looked for BTE in Environtment  --> Infosystem (P/S) as well as Environtment  --> Infosystem(Processes).
    However I could not find the BTE 2140 in my system.
    May be I am not loooking at the right place as I am new to this tcode.
    Could you please guide me how to look for it?
    Thanks in anticipation,
    Nitish

  • Send reminder mails to the outlook

    Hi everyone,
    I have a scenario where i have a modeled deadline branch where if the deadline is missed i am sending recursive mails to the recipients using Rule in an activity .
    In the Rule i am using FM SO_NEW_DOCUMENT_ATT_SEND_API1 for sending mails . I need to send mails 3 times for every 5 mins . for that i have created a requested start deadline with time as 5 min .
    and a workflow element status with initial value as 0 . and  in the same branch i have used a container operation step where i am incrementing my status value by 1.
    and loop until condition is set to &status& = 3.
    i am receiving the reminder mail only once in my outlook and the status is set to 1.
    it is not getting incremented again . and hence no second reminder mails are coming in my outlook.
    Can any one please help .?
    Thanks !!

    I need to send mails 3 times for every 5 mins . for that
    i have created a requested start deadline with time as 5 min .
    I assume you have desigened the workflow template as below.
    1. A dialog step where the workitem will be sent for apprval.
    2. For the above dialog step you have defined both Requested start and Latest end of Modelled Deadline .
    3. In the newly generated branch you have inserted a loop and inside a loop you have defined a step to send mails. End condition for the loop is COUNT = 3.
    IF the case is like above then you modify the workflow design as below.
    1. Instead of inserting a loop in the deadline brach , you define it outside the deadline branch.
    2. Both Dialog workitem and deadline brach and its step must be included inside one loop.
    3. Now for the whole loop you deifine a condition in a such a way that the workitem should not miss the deadline and it should be in the completed status then only you will end the whole loop other wise you keep on looping it .
    I hope if you remodify the workflow as above i hope it works...

Maybe you are looking for