Send email afer "FI document posted" through PRRW

Experts:
I want to send out an Email to applicent afer "FI document posted" through Tcode:PRRW , Is there have any user exits or BTE I could use?
or some standard function provided by SAP?
The reason for send mail is just want to let user know we got the receipts(sometimes needs several days by express) and ready to deal with
Please advise!

One simple way to achieve this is to build it into your workflow step, as the event CREATED gets triggered every time you save the trip in status 'to be settled'. But also everytime the trip is saved, the event CHANGED is triggered. So, you need a workflow step 'Wait for event CHANGED' what is ending the old workflow instance, whereas the actual CREATED creates a new instance.
1. Events, which should be triggered in order to approve trip requests
   (entered by transaction TRIP) or trip Plans in general. These events
   are relevant for the manager responsible for the approving process.
   The events are:
   - 'PlanApproved'
   - 'PlanCreated'
   - 'PlanChanged'
   - 'PlanCancelled'
2. Events, which should be triggered in order to approve trip payments.
   These events are relevant for the travel expense department, which
   has to release the payment process. The events are:
    - 'Changed'   (in the sense of Expense report changed)
    - 'Requested'
    - 'RequestApproved'
    - 'Created'
    - 'Approved'
    - 'Cancelled'
    - 'Deleted'
    - 'RequestCreated'
    - 'RequestWaits'
    - 'ExpenseWaits'
    - 'RequestSettled'
    - 'RequestTransferredFI'
    - 'ExpenseSettled'
    - 'ExpenseTransferredFI'
(Documentation link)
http://help.sap.com/saphelp_470/helpdata/en/d5/202038541ec006e10000009b38f8cf/frameset.htm
So in this instance, whilst the standard template is delivered, you do need to configure an additional step in this case using "created" rather than "changed" to trigger the additional workflow needed  in addition to the steps delivered inside the
workflow template.
Hope it would help!
Sally
Edited by: Sally Redmond on Mar 6, 2012 4:51 PM

Similar Messages

  • Error while reversing document posted through cash desk

    Hi,
    I have posted a payment through cash journal/cash desk (FPCJ) and closed the the lot. Now I want to reverse the payment, however SAP function module 'FKK_CJ_PROHIBIT_RVRSL_OF_DOCS' is throwing an error - 'reversal not performed'. Does anyone know how to reverse a payment document posted through cash journal if it's lot has already been closed?
    Thanks,
    Suhas.

    HI Ravi,
    If a payment is posted through the FPCJ and lot is closed , payment cannot be reversed that's is standard functionality, there are lot of notes on this which gives you alternative steps that need to be taken.
    check note 644870.
    thanks,
    Vikram

  • Table for line items of budget document posted through FMBB transaction.

    HI,
    I am looking for Table of line items of budget document posted through FMBB transaction.
    There is table FMBL but it is breaking the amount into 12 parts.
    Thanks.

    Hi
    check the tables
    FMBDA   
    FMBDP   
    FMBDT   
    FMBH
    BPDK
    Regards
    Anji

  • Can I use DeliveryManager just to send email with no document?

    Can I use "oracle.apps.xdo.delivery.DeliveryManager" to just send email without any document attached? or
    Is this only used to deliver the documents by email?
    I just want to use DeliveryManager just to send email with content in the body of the email. I am using BI Publisher API.
    Can any of you provide sample input for the above?

    Hi,
    You can use iMovie to record the message and save it as an email sized item and send the file as email like before.
    For those iChat AV users without a Cam and the AIM users without a cam you can do One-Way Viedo chats.
    Once you have a recorded Video file you can also drop the file on any Buddies name in you iChat Buddy list rather than using email.
    For those using other services you can set up a Jabber account and enable the required Transport/Gateways and send the files that way.
    http://www.jabber.org.au/ichat = Australian Page
    AllForces
    These are the two main information pages on how iChat can connect to the other IM services.
    Jabber Public Server list
    That would appear to be everybody.
    Ralph

  • Bussiness Place (BUPLA) in documents posted through REFX

    Dear All,
    The bussiness place is not getting updated in documents posted through REFX, even though their is a option to assign Section Code (SECCO) in Bussiness Entity Master data (from T.Code REBDBE) their is no feild available to assing the bussiness place. So do anybody have any solution to populate  the bussiness place in documents while posting through REFX.
    Regards
    JKT.

    Hi,
    Business place has to field by manually. But if you want you can restrict through Validation and substitutions. here what we are doing maintaing both section code and business place. what substitution we are created so far here when section code this one then business place is this. like that we are created.
    Depend upon configuration you might be create any validation.
    Hope this is clear, if yes assign points. Any problem revert me.
    Regards,
    Sankar

  • Unable to send email with an attachement (photo) through activesync (zarafa) after upgrading to ios8

    Hello,
    I just upgrading to ios 8 (8.0.2) and I am now unable to send email with an attachement (photo) through activesync (zarafa).
    It works fine with smtp or through activesync but without attachement.
    Is there any solution?
    Thx.

    It worked fine with the last version of iOS 7 and still works fine with outlook connected from a PC to the same activesync server.

  • Sending email by attaching adobe form through BSP

    Hi All,
    I'm working on the e-recruitement project.
    I have requirement that on the publication page there is table view where all the publication and there posting channels are displayed.
    Now i have to create a button " Send Email". by selecting the the required posting channel when i click on the button send email.
    It should pick the data overview form and this form should be attached to email and should be send to the respective posting channel.
    Can you please guide me to solve this issue.
    Your commnets will highly appreciated.
    Regards,
    Nikita.

    Look at this [document|https://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/e0bba346-cb84-2910-2aa9-ba1f8a1c8617&overridelayout=true] to create & send adobe form via email.
    You can use the same code for BSP too.
    Raja

  • How to add line items to Accounting Document posted through MIRO ?

    I need to perform Additional posting when Posting through MIRO transaction..i tried with INVOICE_UPDATE BADI but this was not useful...Please let me know if there is any way to add additional posting to Accounting Document created through MIRO.
    If any user exit , BADI ot BTE present?

    Hi,
    Check the BTE's:
    00001020     POST DOCUMENT:       Prior to final checks             SAMPLE_INTERFACE_00001020
    00001025     POST DOCUMENT:       Final checks completed       SAMPLE_INTERFACE_00001025
    00001030     POST DOCUMENT:       Posting of standard data     SAMPLE_INTERFACE_00001030
    00001050     POST DOCUMENT:       Accounting interface           SAMPLE_INTERFACE_00001050
    Thanks & Regards,
    Harish

  • Can't send email using Windows Mail (Vista) through Anonymizer proxy server

    I have recently installed a new version of Anonymizer which I need for access to a particular forum, but when it is connected I cannot send email. The message I got from Anonymizer support is as follows:
    Anonymizer Universal blocks unencrypted mail port 25 to prevent abuse of our service by spammers. If you have an email address set up to use port 25, please contact your mail administrator to use an alternate port. We have found email providers prefer certain ports including 587 and 465. These ports generally require authentication and you may need to change your outgoing mail server to require authentication.
    I tried these port numbers but they also gave errors. Any suggestions will be appreciated.
    Solved!
    Go to Solution.

    I found the thread on port 587 and I followed the advice on the link for Outlook Express.
    http://www22.verizon.com/ResidentialHelp/HighSpeed​/Email/Setup+And+Use/QuestionsOne/124306.htm
    Windows Mail is slightly different but when I set the outgoing port to 587 without requiring authentication, and it seems to be working OK now. So I'll mark this as solved. This seems to be a major issue since November and it should be in the FAQs and easy to find with a search.

  • Send email using Oracle Forms 6i through MS Outlook 2003

    I am working on oracle Forms 6i and Oracle 9i (9.2.0.1) database. My requirement is How to trigger email sending to clients while using Oracle Forms 6i through Microsoft Outlook 2003?
    To do this I have written the following code.
    PROCEDURE send_mail IS
    OutlookApp OLE2.OBJ_TYPE;
    NameSpace OLE2.OBJ_TYPE;
    MailItem OLE2.OBJ_TYPE;
    OLEPARAM OLE2.LIST_TYPE;
    Send OLE2.OBJ_TYPE;
    Attachments OLE2.OBJ_TYPE;
    Attachment_dummy OLE2.OBJ_TYPE;
    var1 varchar2(1000);
    Begin
    var1 := :mapiole.message;
    OutlookApp := OLE2.CREATE_OBJ('Outlook.Application');
    OLEPARAM := OLE2.CREATE_ARGLIST;
    OLE2.ADD_ARG(OLEPARAM,'MAPI');
    NameSpace := OLE2.INVOKE_OBJ(OutlookApp,'GetNameSpace',OLEPARAM) ;
    OLE2.DESTROY_ARGLIST(OLEPARAM);
    OLEPARAM := OLE2.CREATE_ARGLIST;
    OLE2.ADD_ARG(OLEPARAM,0);
    MailItem := OLE2.INVOKE_OBJ(OutlookApp,'CreateItem',OLEPARAM);
    OLE2.DESTROY_ARGLIST(OLEPARAM);
    OLE2.SET_PROPERTY(MailItem,'To',:to);
    OLE2.SET_PROPERTY(MailItem,'Subject',:subject);
    OLE2.SET_PROPERTY(MailItem,'Body', var1);
    --add an attachment
    if :mapiole.attach is not null then
              Attachments := OLE2.GET_OBJ_PROPERTY(MailItem,'Attachments');
              OLEPARAM := OLE2.CREATE_ARGLIST;
              OLE2.ADD_ARG(OLEPARAM,:attach);
              Attachment_dummy := OLE2.INVOKE_OBJ(Attachments,'add',OLEPARAM);
              OLE2.DESTROY_ARGLIST(OLEPARAM);
    end if;
    Send := OLE2.INVOKE_OBJ(MailItem,'Send');
    --destroy objects
    OLE2.RELEASE_OBJ(MailItem);
    OLE2.RELEASE_OBJ(NameSpace);
    OLE2.RELEASE_OBJ(OutlookApp);
    END;
    Create a block called MAPIOLE with the following canvas layout:
    || To: |============================|
    |
    | Subject: |============================|
    |
    | Message: |============================ |
    |============================|
    | Attachment: |============================| |SEND | |
    When I press the SEND button then
    Microsoft Office Outlook window open containing the message below.
    A program is trying to automatically send e-mail on your behalf.
    Do you want to allow this?
    If this is unexpected,it may be a virus and you should choose "No".
    Yes No Help Button are there.
    If choose No then
    Error comes "FRM-40735: WHEN-BUTTON-PRESSED trigger raised unhandled exception
    ORA-305500
    else Message send successfully.
    I want not to open Outlook Message window and message automatically send to given email id.
    How can I do this?
    Please help me.
    Thanks.

    Try disable warnings:
    Visual Basic 6 (VBA)
    OlSecurityManager.ConnectTo OutlookApp
    OlSecurityManager.DisableOOMWarnings = True
    On Error Goto Finally
    '... any action with protected objects ...
    Finally:
    OlSecurityManager.DisableOOMWarnings = False
    If you find correct syntax with OLE2 post your code ;)

  • Send email from scaned document

    with e print can I send a document or Email from my printer (scanner)

    Hi,
    What is the model no. of the printer?
    Although I am an HP employee, I am speaking for myself and not for HP.
    --Say "Thanks" by clicking the Kudos Star in the post that helped you.
    --Please mark the post that solves your problem as "Accepted Solution"

  • Send email using Oracle Forms 6i through Outlook Express

    I am working on oracle Forms 6i and Oracle 9i (9.2.0.1) database. My requirement is How to trigger email sending single client at a time while using Oracle Forms 6i through Outlook Express?
    To do this I have written the following code.
    PROCEDURE send_mail IS
    OutlookApp OLE2.OBJ_TYPE;
    NameSpace OLE2.OBJ_TYPE;
    MailItem OLE2.OBJ_TYPE;
    OLEPARAM OLE2.LIST_TYPE;
    Send OLE2.OBJ_TYPE;
    Attachments OLE2.OBJ_TYPE;
    Attachment_dummy OLE2.OBJ_TYPE;
    var1 varchar2(1000);
    Begin
    var1 := :mapiole.message;
    OutlookApp := OLE2.CREATE_OBJ('Outlook.Application');
    OLEPARAM := OLE2.CREATE_ARGLIST;
    OLE2.ADD_ARG(OLEPARAM,'MAPI');
    NameSpace := OLE2.INVOKE_OBJ(OutlookApp,'GetNameSpace',OLEPARAM) ;
    OLE2.DESTROY_ARGLIST(OLEPARAM);
    OLEPARAM := OLE2.CREATE_ARGLIST;
    OLE2.ADD_ARG(OLEPARAM,0);
    MailItem := OLE2.INVOKE_OBJ(OutlookApp,'CreateItem',OLEPARAM);
    OLE2.DESTROY_ARGLIST(OLEPARAM);
    OLE2.SET_PROPERTY(MailItem,'To',:to);
    OLE2.SET_PROPERTY(MailItem,'Subject',:subject);
    OLE2.SET_PROPERTY(MailItem,'Body', var1);
    --add an attachment
    if :mapiole.attach is not null then
    Attachments := OLE2.GET_OBJ_PROPERTY(MailItem,'Attachments');
    OLEPARAM := OLE2.CREATE_ARGLIST;
    OLE2.ADD_ARG(OLEPARAM,:attach);
    Attachment_dummy := OLE2.INVOKE_OBJ(Attachments,'add',OLEPARAM);
    OLE2.DESTROY_ARGLIST(OLEPARAM);
    end if;
    Send := OLE2.INVOKE_OBJ(MailItem,'Send');
    --destroy objects
    OLE2.RELEASE_OBJ(MailItem);
    OLE2.RELEASE_OBJ(NameSpace);
    OLE2.RELEASE_OBJ(OutlookApp);
    END;
    Create a block called MAPIOLE with the following canvas layout:
    To:      ============================
    Subject: ============================
    Message: ============================
    ============================
    Attachment: ============================           SEND      
    When I press the SEND button then
    Error comes "FRM-40735: WHEN-BUTTON-PRESSED trigger raised unhandled exception
    ORA-305500
    How can I do this?
    When I use Microsoft Outlook 2003 It works fine.
    Please help me.
    Thanks.

    Error comes "FRM-40735: WHEN-BUTTON-PRESSED trigger raised unhandled exception
    ORA-305500
    hi
    plz if there is any attach library recompile it or open the pll and compile it with ctrl+shift+k and ctrl+t.
    sarah

  • G/L document post through fb01

    Hi Gurus,
    i am using bapi : BAPI_ACC_DOCUMENT_POST for posting G/l document.
    In the flat file i am using G/l account, posting key,amount,costcenter, profit center, customer, distch# etc.
    For this bapi i am filling Criteria internal table for
    all the line items, i am getting error that profit center not determined or not entered.
    while i am skipping criteria internal table for some line items accounting document is created successfully.
    pls guide me how to decide either criteria internal table
    needs to fill for that line item or not
    Thanks & Regards,
    Radhakrishna.

    Hi,
        If u have to fill the <b>profitability segment data</b> then u need to fill the  criteria internal table .In FB01 transaction while we r creating document this profit. Segment button appears just above the quantity field. The <b>profitability segment data</b> appears based on G/L. It wont be available for all G/L's.
    It should be configured. If it is not clear still plz revert back.
    Regards,
    savitha

  • FI document posting through ALE/Idoc  - FIDCC1/FIDCCP01

    Hi all,
    Currently I am working on a requirement ALE/IDOC:
    I am at the receiving R/3 system(v4.5B). Now, I am able
    to receive the message FIDCCP01 with extension for the
    withholding tax. To process and post this FI document, could someone
    tell me what are all the steps that I have to follow,
    the function module I have to use and the user exits I
    have to look at.
    Many thanks in advance.

    Hi,
    By parameters, we mean the Inbound IDoc settings that must be carried out before you process one. Take a look at http://www.intelligenterp.com/feature/archive/kasturi2.jhtml?_requestid=17281
    and
    http://www.sapgenie.com/sapgenie/docs/ale_whitepaper.doc
    for details on IDoc inbound and outbound parameter configuration.
    Could you please mention the error message you receive when using the test tool?
    Regards

  • Auto clearing of documents posted through VF11

    Hello Experts
    We'r working on ECC 6.0.
    I'am not able to understand that while billing is being cancelled, both the original billing & excise documents are getting cleared automatically with their reversals while doing VF11.
    We've not executed even auto clearing (F.13).
    We dont want them to get cleared automatically.
    Where is the configuration for that?
    Regards
    Kapil

    Hi kapil
    If you are reversing the billing document & excise documents using VF11  then automatically the original billing document & excise document also get cleared . because those billing & excise documents are the reference documents to the Accounting document and that is the reason it cancels the original documents and the reversal document number will be generated .
    Even after cancellation also an accounting document will be getting generated. So you have to do changes in the accounting document in OBA7. with the help of  FI consultant
    But it is advisable not to make any changes in the accounting documents
    Regards
    Srinath

Maybe you are looking for

  • Index does not exist in database system DB6 sap

    Hi All In development system i have added a field into already existing  index and activated successfully without any errors or warnings and after transported the TR  into Quality system,In Quality system it shows the warning Index does not exist in

  • I can't sign in to my computer with my apple id....

    Im trying to sign in to my apple ID on my mac book air but i cant and i cant upgrade to os 10.... what shall i do. Going crazy on this ****! Almost regret bying this advanced ****....

  • IPhoto 6 with 2 macs, an airport extreme and a extenal harddrive

    Hi Can you help a new mac user? I recently converted from PC because I heard so many great things about the mac but have struggled with a few things. I have two macs - a mac book and a mini - and an airport extreme with a harddrive attached. I have I

  • 2 BW to one ECC6

    Gurus, Can we have 2 BW system connect to the same ECC6? If yes, how can we ensure that the same data (full load + Delta) will be send into two different BW system? Please advise, thank you.

  • Aperature, Final Cut Studio as 'universal'.....??

    On the 90 minute long MacWorld presentation I watched, it said that the new Intel Core Duo G5's will have programs such as Aperature and Final Cut Studio as 'universal'. What exactly does this mean? Do they mean that these programs will come free whe