OCR Solution: wrokflow on MIRO ( Park and Post Invoices)

Hello one and All,
We are planning to introduce a OCR solution which will scan and read the incoming paper invoices and it will then do the 3 way match on a daily basis and park the correct invoices.These invoices that are parked by the system should then be workflowed to an approveru2019s inbox in the SAP Business workplace.
can any one came accross the above requirment and let me know your suggestions to procedd further.
Raj

Dear JIM,
There is a useful document with screenshots on this wonderful functionality of SAP and this has saved lot of writing.
Link: [Click here|http://www.whypad.com/posts/sap-how-to-post-a-parked-document-fbv0/56/|Tip]
Trust this helps much and solves your problem!
Regards,
Ashok SINGH

Similar Messages

  • Parking and posting invoice document (MIR4 & MIR7)

    Hi Expert,
    We Have 2 different SAP User IDs (MMADMIN/FIADMIN) having same role and profile (SAP All Authorisation). The Functionality is like that we parked (MIR7) invoice document through MMADMIN and we need to post that one through FIADMIN (MIRO).
    Now we have Parked document through MMADMIN by MIR7 Transaction, But when I entered in MIRO transaction through FIADMIN and click on Show Worklist,
    We havenu2019t seen that list in FIADMIN.But list has been seen in MMADMIN.
    Thanks
    Lavlesh

    Hi,
    the purpose of worklist is little bit different. Here is a quote from [SAP documentation|http://help.sap.com/saphelp_erp2005/helpdata/EN/14/ce4738c8a64338e10000009b38f842/content.htm]
    You can use the worklist in the applications Enter Invoice and Park Invoice. The worklist displays invoice documents that you have already processed using the transactions Enter Invoice or Park Invoice, but which have not yet been posted and for which you are the last processor. The documents are displayed under the following nodes:
    Basically the user needs to be last processor. But SAP support entering invoice by more than one user. Again more info in [SAP documentation|http://help.sap.com/saphelp_erp2005/helpdata/EN/82/5c2f38e80d2805e10000009b38f889/content.htm]. User FIADMIN can also use report MIR5 to get all parked documents.
    Cheers

  • FV65 - WorkFlow Implementation for parking and posting invoices

    Hi All,
        We are implemetnig workflow for vendor invoices. can anyone implemented this for FV65 can help us which workflow template to use and what are the configuration settings for this.
    Regards
    Purna

    Hi:
    Refer to this documentation.
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMMM/BCBMTWFMMM.pdf
    Please let me know if you need more information.
    Assign points if useful.
    Regards
    MSReddy

  • Controller role Park and Post

    Hi Experts
    Here's what I got.
    I need roles for my customer to park and post documents.  This is what he is asking for:
    Controller Role:  No park, only post
    Cost Acct Role:  Park and Post, but no posting their own parked docs
    Acct Clerk Role:  Can only Park
    I asked that he send me the transaction codes they will be using for this.  Also, I thought I would use tcode SU24 and identify which authorization objects need to be interrogated.  Anyone have a better solution?
    I was able to get the tcodes the customer wants to use:
    FB50 would be post only.
    FV50 would be park only.
    Edited by: Jim McCollum on Sep 10, 2008 10:50 PM

    Dear JIM,
    There is a useful document with screenshots on this wonderful functionality of SAP and this has saved lot of writing.
    Link: [Click here|http://www.whypad.com/posts/sap-how-to-post-a-parked-document-fbv0/56/|Tip]
    Trust this helps much and solves your problem!
    Regards,
    Ashok SINGH

  • GR/IR from miro document and posting date.

    Hi experts,
    Is there any proper way to selecting data.
    My purpose is getting GR/IR on Miro Document and Posting date basis.
    THE CODE IS.
    TABLES : bkpf, rseg, bseg.
    DATA : BEGIN OF it_bkpf OCCURS 0.
            INCLUDE STRUCTURE bkpf.
    DATA : bbelnr TYPE bkpf-belnr,
          bgjahr TYPE bkpf-gjahr.
    DATA : END OF it_bkpf.
    *data : it_bkpf like bkpf OCCURS 0 WITH HEADER LINE.
    DATA : it_rseg LIKE rseg OCCURS 0 WITH HEADER LINE.
    DATA : it_bseg LIKE bseg OCCURS 0 WITH HEADER LINE.
    DATA : bbelnr TYPE bkpf-belnr.
    DATA : bgjahr TYPE bkpf-gjahr.
    DATA : bawkey TYPE bkpf-awkey.
    data : dmbtr1 type bseg-dmbtr.
    data : dmbtr2 type bseg-dmbtr.
    PARAMETERS : p_budat LIKE bkpf-budat.
    SELECT SINGLE * FROM bkpf
      WHERE budat = p_budat
      AND blart = 'RE'.
    WRITE :/ bkpf-awkey(10).
    WRITE :/20 'I/R'.
    WRITE :/20 sy-uline(30).
    SELECT * FROM bseg
      WHERE belnr = bkpf-belnr
        AND gjahr = bkpf-gjahr.
      IF bseg-shkzg ='H'.
        bseg-dmbtr = bseg-dmbtr * -1.
      ENDIF.
        dmbtr1 = dmbtr1 + bseg-dmbtr.
      WRITE :/20 bseg-belnr, bseg-dmbtr.
    ENDSELECT.
    bbelnr = bkpf-awkey(10).
    bgjahr = bkpf-awkey+10(4).
    SELECT SINGLE * FROM rseg
      WHERE belnr = bbelnr
      AND gjahr = bgjahr.
    SKIP 2.
    CONCATENATE rseg-lfbnr rseg-lfgja INTO bawkey.
    SELECT SINGLE * FROM bkpf
      WHERE awkey = bawkey.
    WRITE :/20 'G/R'.
    WRITE :/20 sy-uline(30).
    SELECT * FROM bseg
      WHERE belnr = bkpf-belnr
        AND gjahr = bkpf-gjahr.
      IF bseg-shkzg ='H'.
        bseg-dmbtr = bseg-dmbtr * -1.
      ENDIF.
        dmbtr2 = dmbtr2 + bseg-dmbtr.
      WRITE :/20 bseg-belnr, bseg-dmbtr.
    ENDSELECT.
    dmbtr1 = dmbtr1 - dmbtr2.
    skip 2.
    write :/ dmbtr1.

    self solved

  • How to identify Parked and Posted Documents in GL Line Item Report

    Is there any way to identify parked and posted documents in GL Line Item Report S_ALR_87012282? If i tick the parked documents in the further selection tab in the selection parameter, report will list all documents (parked and posted).
    There is no available field in the layout. Is there any other way?
    Thanks!

    HI,
    The other way to know the parked document details
    use tcode: FBV3 - Display
    OR
    you can go to SE16 and enter table name VBKPF -Document Header for Document Parking
    BSTAT = V
    V = parked document
    and ececute u will get the details of parked document.
    Edited by: Manohar Mathkunti on Sep 13, 2008 11:11 AM

  • Park and Post for Down Payment Request (F-47)

    SAP Gurus,
    We are having requirement for park and post in Down Payment Request (F-47). So that it is approved by an authoriser.
    Hence, Is it possible to workflow a down payment request to an authoriser for approval
    Please share with me options available for this Down payment request
    Regards,
    Raj

    Hi Raj,
    Please check with your workflow consultant. Anyway, I'd like to share with you how to know whether there is a standard workflow for application component in question. T-Code SWDD -> Workflow -. Other Workflow/Version. Then drilldown on the task field. Then choose structure search. You will find the standard workflow for each of the component. Unfortunately, there is no standard workflow for downpayment but if you have workflow consultant, they may be able to help.
    Regards
    Fauzi

  • Security Segregating Park and Posting Vendor invoices

    I'm working to create a role that allows a user to create & park but not post an invoice. The objects that I would think should be checked are not  and if I give access to create for F_BKPF_BUK  and F_FAGL_SEG it allows parking and posting.
    I don't really understand why object F_BKPF_BLA isn't restricting it when it has values for create, change and post (post not being checked it appears).
    Any suggestions? the role I've created for parking is using trxns: F-42 and F-63.

    Obviously from a SOD standpoint you need to split the park and post functions.  What I have done in the past is to use primarily F-47 and F-63 in the Park Role and have 77 (pre-enter) as the value for the F_BKPF* objects.  Make good use of SU22 or SU24 (though these are not always 100% correct) to help you determine the correct values and sometimes you need to "right-click" on the activity box then select "more values"

  • GL Park and Post Automation

    I am in process for the GL Park and Post automation from current manual process.
    Accountetn - Park
    Mgr - Post
    Mgr II - Post
    1) 50,000.99 and below will park and post without approval
    2) 50,001 to 20 M will require approval and post by next level manager
    3) 20 m and all above have to approval and 2nd level approval would require.
    4) If under scenario 2 primary level manager not available then in certain amount of time automation will trigger to next level manager for approval.
    We have Cross Company with Multiple company codes
    What test scenario i can use please help me

    Hi,
    Please do the following configuration :
    1. Define Tolerance Groups for Employees (OBA4)
    Menu Path
    IMG --> Financial Accounting (New) --> Accounts Receivable and Accounts Payable --> Business Transactions --> Open Item Clearing --> Clearing Differences --> Define Tolerance Groups for Employees
    In that create tolerance groups
    This are the examples of tolerance groups. You can create of your own choice depending on amount.
    2. Assign to users (OB57)
    Menu Path
    IMG --> Financial Accounting (New) --> Accounts Receivable and Accounts Payable --> Business Transactions --> Open Item Clearing --> Clearing Differences --> Assign Users to Tolerance Groups
    In Username enter User ID and in Tolerance group enter Tolerance group created by you in OBA4.
    Please do not delete User ID - SMITH
    3. Give park and Post authorization. You can see user is able to park items in all cases but will be able to post only as per his / her tolerance limit.
    Hope, this solves your issue else revert.
    Regards,
    Tejas

  • IDCO for Parking and Posting of FI documents

    Hi all,
    Could you please help me the IDCO for Parking and Posting of FI documents.
    Regards
    Paul

    Hi Gomathy,
    Can you please confirm whether this IDOC is used to park or post FI documents, when I checked the documention of the IDOC it says it is used for posting , kindly confirm the same.
    Regards
    Dhanoo

  • Read parked and posting document from one FM

    Hi all,
    IS theere any FM avaliable to read parked and posting document from one function module.
    Please let me know if anything is there.
    Thanks

    Hi T,
    have u searched in SE37 with words park?,i'm sure we have few FMs which will do the same.
    regards
    Prabhu

  • Park and Post for recuring entries

    Hi,
    Can anyone tell me is it possible to have SOD in park and post for recurring entries documents - f.14?
    For the purpose of segregation of duties, I need accountant A to allow to create/park recurring entries but not post. Acccountant B will be allow to post the recurring documents created by account A.
    Pls help.
    Thanks.

    Hi,
    Here's my thoughts on this.
    As it is Recurring entries is a two step transaction.
    Have "Segregation of Responsibilities" at the time of creation of the Recurring entires itself.
    and have the second person to post it. Of course you can prevent the second person from changing any thing in the recurring document.
    Rather than Parking the recurring documents.
    Regards,

  • Workflow on invoice parking and posting

    Hello,
    Can anybody guide me how to configure the workflow for invoice parking and posting in detaills?
    Thanks
    Nilesh

    hello ,
    Prerequisites
    In the Implementation Guide (IMG) for Logistics Invoice Verification, you can specify for which company code, which vendors, which invoices, and above which amount a document is subject to release. In an invoice document that is completed for posting, the amount that is subject to release is based on the gross amount. (Logistics Invoice Verification ® Document Parking ® Define Release Criteria)
    Technical Implementation (MM-IV-LIV)
    Object Types
    Object technology is used to create the interface between the ERP functions and the Workflow system. The information given below is primarily of a technical nature and is not necessary for an initial overview.
    Incoming invoice
    Object type Bus2081 (Incoming invoice)
    Workflow Template
    The actual operational procedure is implemented as a workflow template. You will find this workflow template in your ERP system.
    Workflow template: WS 20001004
    Description: Release the Completed Log. IV Document
    Triggering Event for Workflow Template
    The event for workflow template IncomingInvoice.CompletedToRelease is triggered if the parked document is complete for posting (RBKP-RBSTAT='B') and is subject to release (RBKP-RFGKZ='X').
    This coupling between the event and the workflow template to be started is deactivated in the standard system. If you want to use the workflow template, you have to activate it in Customizing for Logistics Invoice Verification.
    User Roles
    You complete parked invoices for posting and release them at the following organizational levels.
    Processor Determination: Clerk Responsible for Releasing Invoices
    If you have already maintained an organizational unit, you can use it here.
    If no organization unit is available, create an organizational unit that includes the people responsible for releasing invoice documents that are complete for posting.
    Use the organizational unit in Customizing for Logistics Invoice Verification in the activity for defining release criteria.
    Processor Determination: Clerk Responsible for Completing Invoices for Posting
    If you have already maintained an organizational unit, you can use it here.
    If no organization unit is available, create an organizational unit that includes the people responsible for completing parked invoice documents for posting.
    Link the organizational unit to the single-step task TS20000879:
    ·        By simple processor assignment
    All users in the organizational unit receive the work item.
    ·        By defining an individual role
    Only selected users in the organizational unit receive the work item.
    Authorization Objects
    You must have maintained the authorization to display invoices (activity 03, M_RECH_WRK) for users who are responsible for releasing invoices.
    You must have maintained authorization to change parked invoice documents (activity 77, M_RECH_WRK) for users who are to complete parked invoice documents for posting.
    Several other specific customizing steps are necessary for this workflow template in addition to the general customizing that is necessary to make sure that the workflow system functions properly.
    Activating Event-Receiver Linkage
    The event IncomingInvoice.CompletedToRelease (Invoice document completed for posting and subject to release) for object type BUS2081 (Incoming invoice) is an event that triggers workflow template WS 20001004 and is entered in the event linkage table as such as the standard event.
    This coupling between the event and the workflow template to be started is deactivated in the standard system. If you want to use the workflow template, you activate the linkage between the triggering event and the workflow template as receiver of the event in Customizing for Logistics Invoice Verification. (Logistics Invoice Verification ® Document Parking ® Activate Workflow Template for Release for Posting.)
    Use
    The release of invoice documents that have been completed for posting is supported by a link to a workflow procedure.
    Prerequisites
    The event IncomingInvoice.CompletedToRelease must be triggered for an invoice (BUS2081) so that a release procedure is started. We recommend implementing this workflow together with the SAP workflow template WS20001003.
    In Customizing for Logistics Invoice Verification, you maintain the activity Define Release Criteria under Document Parking.
    Features
    Release for Posting
    In the release step, the person responsible for releasing the invoice document decides if it should be released. The system uses the virtual attribute ReleaseAgent for object type BUS2081 to determine the person responsible for releasing the document. The release criteria in Customizing for Logistics Invoice Verification are checked for this.
    If the person responsible decides to release the document, it is first released in the background and then posted.
    If he or she decided to reject the document, it is forwarded for further processing to the accounts payable clerk responsible for completing invoice documents for posting. The rejection reason should have been entered using the memo function.
    Completing Invoices for Posting
    The accounts payable receives a work item in his or her inbox. In this work item, he or she can read the reason why the invoice document was rejected and change it. If the accounts payable clerk parks the changed invoice document, saves it as complete, deletes it, or posts it, the workflow ends. It makes sense to save the invoice document as complete and therefore trigger the release workflow again, assuming that the invoice document is subject to release.
    If the invoice document is parked, deleted, posted, or released in the background outside the workflow process, the workflow ends.
    regards
    venga

  • Park and Post management review step for manual journal entries

    We are implementing SAP and want to discuss the best way to automate in SAP a high dollar/value (maybe $100K and above) "park and post" management review step for posting manual journal entries. I believe SAP does not offer dollar/value limits as standard functionality for defining a park & post process. If this correct, what have you seen from your other clients using SAP park & post? Is there a different way to get where we want without customizing a workflow or generating a new transaction set?

    Hi you could limit the authorisation for the users only to park and then a responsible person could review it and post. You can set a tolerance limit for customers and vendors.

  • How can we distinguish between post, parked and rejected invoice in SAP

    Hi Guys,
    Is there any way by which we can distinguish post, parked and rejected invoice. I mean to say any field gets updated after doing any of these activity...
    Help from you all will be highly appreciated...
    Thanks in advance,
    Vikash

    Hi,
    If BKPF-Bstat is space then its a normal document and if it is A then its clearing..
    A     Clearing Document
    B     Reset clearing document
    D     Recurring entry document
    M     Sample document
    S     Noted items
    V     Parked document
    W     Parked document with change of document ID
    Z     Parked document which was deleted
    I hope this helps.
    Regards
    Ravinagh Boni

Maybe you are looking for

  • KM Scheduler is making server to go down

    Hi All, We have a KM scheduler running in portal for syncronization of roles between portal and backend. But when there is mass upload of users happening in backend,the scheduler is occupying lots of memory and the server is going down.The problem is

  • I'd like to speak to the organ grinder please...

    Hi everyone I've been an Infinity customer for nearly 2 months now and on the whole, i'm a happy customer. I did have an issue resolved a few weeks back where it turned out that my DSLAM/CAB port was faulty and i was cutover to a spare/new port and e

  • Automatic Fax to vendors.

    Dear friends, Please note, in senario i have to around 2000 vendors and i want to fax them purchase orders automatically. Whick is the solution, Thanks to come back to me with a proposal using the standard SAP. Thanks in advance. Suri.

  • Obsolete IPad

    Has anyone else brought any apple product and now found them to be obsolete. I have been trying to update apps on my iPad for sometime now, every time I do it says for me to update my iPad which I can't as it won't let me update past 5.1.1. I rang ap

  • Displaying JSP error page in tomcat 5.5.7

    I'm using tomcat 5.5.7 with JDK1.4.1. I've created these 2 JSPs: index.jsp: <html> <title>Jsp</title> <body> <%@page errorPage="/error.jsp"%> Trying to write some error <% String butt = request.getParameter("butt"); if (butt!=null )    int p = 4/0; }