Park invoice, workflow and booking matched invoices

Hi there,
I have a question, a customer wants to register all invoices as parked invoices. All parked invoices will be transferred to workflow. In the workflow there should be a check for two-way and three-way check. If the parked invoice matches then the parked invoice will be booked (FI) without interference of employees to check the invoices. If not Ok the parked invoices will be checked by clerks and approve or reject it. The process is more complicated but in principle this is the process.
Reason for parking is that the invoice should be checked first before it will be booked since cancelling invoices is not very practical.
The question is, is it wise to do it that way or are there other alternatives?
Is checking parked documents (two-way three-way) within the workflow possible or is checking only carried out for booked invoices (MIRO)?
Regards Kees

You may find some information here.
http://help.sap.com/saphelp_47x200/helpdata/en/33/4c9a34272a5f2ee10000009b38f83b/frameset.htm

Similar Messages

  • A/R invoice+payment and A/R invoice PLD reports

    We are using PLD to generate our reports. Our A/R Invoice+payment report is different from our AR invoice. We have designed to report formats for this in PLD. However, PLD allows to preview only one report that has been made default. Is there an option that we can use to select the type of report to print especially for these reports?
    Regards,
    Asif

    Hi
    I don't think there is any alternative way beside selecting PLD everytime you print the layout .
    I believe it is done by same person (both A/R+ payment and A/R invoice )
    If not you can do :
    1. make your PLD  default  by user  or
    2. In most cases ,only few customer pays right away , you can set PLD default by Business partner or customer who does that
    Hope this helps
    Bishal

  • Query about Proforma Invoice (F5) and Excise proforma Invoice (JEX)

    Dear all,
    I would like to know for excisable goods, customer should be sent two separate invoice? i.e. Pro forma invoice (F5) and Excise Invoice India (JEX). or only excise invoice India (JEX) should be sent. Please help me for the same.
    Thanks in advance.

    Hi,
    If excise is relevant then use JEX proforma invoice.So that excise values will flow from invoice to excise transaction "J1IIN"-factory excise invoice.
    Configuration to move excise values from proforma has been done for Billing type "JEX"
    in Excise configuration Logistics General>Tax on Goods Movement>India>Outgoing Excise invoice>Assign billing types to Delivery types. you will find the JEX been assigned.
    In the standard system, there are two document flows that you can use:
    Standard order (document type OR) -> Outbound delivery (LF) -> Proforma excise invoice (JEX) -> Invoice (F2)
    Standard order (OR) -> Excise invoice (JF) -> Invoice (F2).
    Assign Billing Types to Delivery Types
    Use
    You enter outgoing excise invoices by referring to either of the following documents:
    Customer invoices
    Pro forma excise invoices
    These options are represented in the system by different document types and document flows.
    In this IMG activity, you:
    Specify which billing document types you use as a reference for CENVAT utilization
    Assign them to the appropriate delivery document types
    Requirements
    You have set up the delivery types and copy control as follows:
    Create separate delivery types in Customizing for Logistics Execution (LE), by choosing Shipping -> Deliveries -> Define Delivery Types.
    Set up copy control for the delivery types in Customizing for LE, by choosing Shipping -> Copying Control -> Specify Copy Control for Deliveries.
    Create billing types in Customizing for Sales and Distribution (SD), by choosing Billing -> Billing Documents -> Define Billing Types.
    Set up copy control for the billing types in Customizing for SD, by choosing Billing -> Billing Documents -> Maintain Copying Control for Billing Documents
    regards

  • AP invoice import and PO matching

    Hi All,
    I need to import AP invoices through payables open interface and it should automatically match the corresponding purchase order.
    Please tell me the steps that I need to follow in order to achieve that.
    If there are any documents please share with me.
    And also tel me what should be the link in the AP invoice transfer file to the purchase order.( Is it the po line number)
    Thanks ,
    M

    Populate tables
    ap_invoices_interface;
    ap_invoice_lines_interface;
    You can take a look the logic in AP_IMPORT_INVOICES_PKG.
    Like as;
    INSERT INTO ap_invoices_interface
    (invoice_id,
    invoice_num,
    invoice_type_lookup_code,
    invoice_date,
    exchange_date,
    exchange_rate_type,
    vendor_id,
    vendor_site_id,
    invoice_amount,
    invoice_currency_code,
    terms_name,
    doc_category_code,
    last_update_date,
    last_updated_by,
    last_update_login,
    creation_date,
    created_by,
    SOURCE,
    accts_pay_code_combination_id,
    org_id,
    attribute15)
    VALUES
    (x_invoice_id,
    x_invoice_num,
    x_invoice_type_lookup_code,
    x_invoice_date,
    x_exchange_date,
    x_exchange_rate_type,
    x_vendor_id,
    x_vendor_site_id,
    x_invoice_amount,
    x_invoice_currency_code,
    x_terms_name,
    x_doc_category_code,
    x_last_update_date,
    x_last_updated_by,
    x_last_update_login,
    x_creation_date,
    x_created_by,
    x_source,
    x_accts_pay_code_com_id,
    x_org_id,
    x_vendor_site_code);
    INSERT INTO ap_invoice_lines_interface
    (invoice_id,
    invoice_line_id,
    line_number,
    line_type_lookup_code,
    amount,
    accounting_date,
    description,
    last_update_date,
    last_updated_by,
    last_update_login,
    creation_date,
    created_by,
    tax_code,
    po_header_id,
    po_line_id,
    po_line_location_id,
    po_distribution_id,
    quantity_invoiced,
    tax_code_override_flag,
    dist_code_combination_id,
    tax_recoverable_flag,----1.4
    tax_recovery_rate,----1.4
    org_id,
    attribute15)
    VALUES
    (x_invoice_id,
    x_invoice_line_id,
    x_line_number,
    x_line_type_lookup_code,
    x_amount,
    x_accounting_date,
    x_description,
    x_last_update_date,
    x_last_updated_by,
    x_last_update_login,
    x_creation_date,
    x_created_by,
    x_tax_code,
    x_po_header_id,
    x_po_line_id,
    x_po_line_location_id,
    x_po_distribution_id,
    x_quantity_invoiced,
    x_tax_code_override_flag,
    x_dist_code_combination_id,
    x_tax_recoverable_flag,----1.4
    x_tax_recovery_rate,----1.4
    x_org_id,
    x_concatenated_expense);
    Run import program.
    Regards,
    Bilal SARIOZ

  • Migrating Purchase order with intransit receipt and 3way matched invoice

    Hi All
    Does oracle support to convert the following case from an old SOB to new SOB or from a legacy system to Oracle ebs:
    Purchase Order
    PO receipt only made till Receive AND Deliver is still not done.
    Invoice is already made and matched with PO and Receipt.
    Does oracle interfaces support the above
    Please share your inputs
    Rgds
    Emm

    Dear Sandeep
    Thanks for your inputs and apologies for a late reply
    I am asking whether oracle has such an interface to migrate the folllowing kind of case from one SOB to another SOB
    PO made
    Standard receipt made but only the receive part, not the deliver part
    Invoice is made and matched with the PO and receipt but is yet unpaid
    The above case remains till the cutover hence we need to migrate the PO, receipt and the invoice..right?
    How to do that
    migrate the above all or cancel the invoice, cancel the receipt and cancel the PO than recreate the PO, Receipt and Invoice in the new SOB
    Please give your valuable inputs
    Regards
    emm

  • Book workflow and colour match

    Hallo,
    I take all pictures in RAW mode. Now I have designed a book with these pictures and have some doubts if I order it that it will be printing in right colours. Because normally all book makers need the files in the sRGB format.
    Or is Aperture so intelligent and convert it automatically ?
    Thanks for help.

    ecause normally all book makers need the files in the sRGB format. Or is Aperture so intelligent and convert it automatically ?
    Each make and model of digital camera has a proprietary colour preprocessing, somewhat the same as the proprietar colour preprocessing in physical film. Kodak Kodachrome does not render the same scene as Kodak EktaChrome, Kodak EktaChrome does not render the same scene as Agfa, and so on and so forth. These proprietary colour preprocessing 'looks' are preserved in the raw file format, and the colour management system that renders these 'looks' relative to an ICC colour space characterisation, e.g. sRGB or AdobeRGB.
    When you colour correct your colour capture and then save it out to disk as a digital original, the ICC colour space characterisation becomes your SOURCE profile. Your SOURCE profile defines what (CIE) COLOURS the (RGB) COLOURANTS in your digital original should reproduce. When I open your digital original, the SOURCE profile you embedded is automatically used to construct a ColourWorld. In the profile you embedded to Device to PCS Profile Connection Space transform is used and in the ColourWorld my system constructs the DESTINATION is the ICC profile for the state of my colour display. The CMM Colour Matching Module then converts the colourants pixel by pixel in memory without changing your digital original. You still have the same RGB values and you still have the same embedded ICC profile.
    Now, if you follow so far, in what way are you able to work with the colour management system? Well, first and foremost you don't want to define your colourants through a colour space with a small size and small shape in the PCS Profile Connection Space. Similarly, if with an SLR and Kodak EktaChrome you shoot a colour humming bird, you could corrupt your shot if your development did not preserve as much as possible of the colour you had to begin with.
    So, open the Apple ColorSync Utility, select an sRGB profile, select La*b Plot > Hold for Comparison, select an AdobeRGB profile (you may have several installed). Note that you can't see the sRGB colour space as it is contained completely within the Adobe RGB colour space. Now start by selecting the Adobe RGB profile, hold it for comparison, and select the sRGB profile. The shape and size of the Adobe RGB colour space is dimmed, and inside it you see the sRGB colour space. Now try comparing the sRGB colour space with the colour spaces of good quality large format inkjets configured with bright papers and photo archival inks.
    If you can't identify a colour in your source colour space, you can't image that colour in your destination colour space. It is irrelevant whether your destination colour space in fact contains the colour, because the colour is not in your source colour space.
    Similarly, if I have to input character information in ANSI X3.4 American Standard Code for Information, first published in 1968, I can't interchange character information that calls for characters not in ANSI X3.4 American Standard Code for Information Interchange.
    Don't use sRGB. It is simple set theory.
    /hh

  • EDI - Incoming Invoice Error and GR based Invoice Verification - 51 No GR

    Hi,
    We are implementing EDI for incoming invoices and use Goods Receipts based Invoice Verification.  When processing an inbound IDOC Invoice (type INVOIC01) where the Goods Receipt has not yet been posted, then Inbound IDOC is siiting at Error Status, 51 - No GR documents found.
    Is there any way we can process this as a Parked Invoice or for Verification in the background (MIRA)?  because the current situation is a problem, as 95% of our Inbound Invoices will be received electronically before the Goods are Received. 
    The actual Vendor's delivery note is stored in the segment E1EDP02 (Qualifier 016), field BELNR.
    Currently the IDOC as to sit in error until the Vendor's Delivery Note is Goods Receipted which can be several days later - SAP OSS Note 393883 fro 2001 suggests doing this, but surely this is a common situation.  The IDOC sitting in error in WE02 in the list of IDOCs is difficult to isolate from true errors.
    If this is was mnaul Invoice it could be processed through MIRA for background Invoice Verification later with program RMBABG00.
    We havd SAP version ECC 6.0
    I have spotted OSS Note 501524 which implies that is possible automatically Park Incoming EDI IDOC Invoices, has anyone tried this?  and what would be the transaction/program that could be used to post several at once when the GR has been processed (similar to RMBABG00)

    Hi ,
    You can use the program   RBDMANI2   which will reprocess all the IDOCs (EDIinvoices )that have failed . You can schedule this program in the background and it will post all failed invoices which have the GR posted later .
    We had the same scenario and we have scheduled this program as a daily job at night .
    Regards,
    Hari.

  • How to create invoice, Order and pay the invoice

    Hi,
      I'm new to FI, so can anyone tell me how to create an Order, an invoice for the Order and then pay for the invoice.
    Please provide me the transactions and the steps to do the above three process.
    Thanks in advance.
    Swaroopa

    Create sales order
    http://help.sap.com/saphelp_erp2005/helpdata/en/dd/55fbe0545a11d1a7020000e829fd11/content.htm
    Create production order
    http://help.sap.com/saphelp_470/helpdata/en/b1/c03f5b439a11d189410000e829fbbd/content.htm
    Create Invoice
    http://help.sap.com/saphelp_470/helpdata/en/dd/561009545a11d1a7020000e829fd11/content.htm
    Create delivery
    http://help.sap.com/saphelp_470/helpdata/en/dd/56078c545a11d1a7020000e829fd11/content.htm
    Hope this’ll give you idea!!
    <b>P.S award the points.</b>
    Good luck
    Thanks
    Saquib Khan
    "Some are wise and some are otherwise"

  • Invoice verification and logistic invoice verification

    Hello,
    What is the different between invoice verification and logistic invoice verification?
    My Japanese client need to work with t.code: VXJ2 - customs declaration for import billing documents - Japan
    When i run this report, it finds no data.
    I read the help for this transaction and it says that only invoice verification (and not logistic invoice verification) is supported for this transaction.
    Best regards,
    Avishai Kaplan

    Hi Avishay, 
    Logistics Invoice Verification 
    Logistics Invoice Verification is a part of Materials Management (MM). It is situated at the end of the logistics supply chain that includes Purchasing, Inventory Management, and Invoice Verification. It is in Logistics Invoice Verification that incoming invoices [Seite 11] are verified in terms of their content, prices, and arithmetic. When the invoice is posted, the invoice data is saved in the system. The system updates the data saved in the invoice documents in Materials Management and Financial Accounting.
    Logistics Invoice Verification is closely integrated with the components Financial Accounting (FI) and Controlling (CO). It passes on the relevant information about payments or invoice analyses to these components.
    Features:
    In Materials Management, Logistics Invoice Verification has the following features:
    u2022 It completes the material procurement process, which started with the purchase requisition and resulted in a goods receipt.
    u2022 It allows invoices that do not originate in materials procurement (such as services, expenses, course costs) to be processed.
    u2022 It allows credit memos to be processed, either as invoice reversals or return deliveries.
    Invoice Verification 
    The main aim of invoice verification is to ensure that vendors are paid the correct amount at the right time ( not too late but also not too early ). The process should have a high incidence of fi rst-time matching, to ensure that as little time as possible is spent trying to manually match invoices that appear to be incorrect.it is important to include as few steps as possible in the process, considering that the process of handling payments
    does not in itself add value to the company or to the vendor.
    Main steps: 
    The capture of the vendoru2019s invoice details
      The matching of those details to the details that we
    believe to be correct
      The investigation of any mismatches
      The release for payment of matched invoices
      The accounting entries involved ( including taxes and
    delivery costs )
      The details recorded for audit purposes 
    Hope this information helps you out in understanding the differences  between the two
    I ncase of any further clarification do put a message
    In case if this information is of any help to you please do reward accordingly
    Thanks  & Rewards
    Pavan

  • Parked Invoices - Workflow Issue

    Hi All,
    We have an issue with posting of parked invoices. A particular invoice has been released from workflow. Even in the workflow control of parked inovices, all the 3 check boxes are marked. However, the invoice still appears as a Parked invoice in the Vendor account.
    Is there any way to release this in the system? Or to reverse the invoice from the system?
    Thanks
    Bijal
    Updated
    Edited by: BIjal Gala on Mar 2, 2010 3:32 PM

    Yeah you are looking at the right sql. First value is item type and second is item ke.
    For e.g. for a PO if you have to debug the issue you can get these values from PO_HEADERS_ALL table. There are two columns wf_item_type and wf_item_key in PO_HEADERS_ALL.
    Or you can look at the Workflow Administrator Responsibility also. There you can search the instance of your workflow and see what path the Work flow took and where it got stuck.
    Thanks
    Arun

  • AP Invoice workflow - When no rules matches in the AME

    Hello,
    I have a small Issue with AP Invoice Workflow.
    AME Setup:
    1.IF supplier amount > 600 get approval from approval-grp.
    Data 1:
    1.Create a invoice with amount 700 and distributions with 700 amount.
    2.Validate Invoice
    3.Intiate Approval using actions "Intaiate Approval"
    Able to get the notification and able to track workflow process in workflow Admin
    Data 2:
    1.Create a invoice with amount 500 and distributions with 500 amount.
    2.Validate Invoice
    3.Intiate Approval using actions "Intaiate Approval"
    4.Invoice shows status *'Intiated'*
    Not able to see workflow process in Workflow Admin and no updates in View Invoice Approval History.
    Any idea on why this is not working will be of great help!
    Cheers.

    Hi,
    As per my knowledge, if rules are not matching, then status would be "Not Required" and not "Approved" after initiating approval.
    I was testing some scenarios with AME involving "Prepayments" alone. Hence, if i create an Invoice, then Status would be "Not Required".
    Also, pls login to Sysadmin and check status of the Workflow.
    Also, if AME is not able to find an approver, then the notification will be forwarded to the "Administrator Approver" defined in Configuration Variables Window.
    There we provide the UserId of Administrator Approver. Generally, if nothing is specified, Sysadmin would be the Administrator Approver.
    Is there any other condition which you are using apart from >600 ?
    Regards,
    guru

  • Difference between Parking (in FB60) and holding (MIRO) Vednor invoices

    Hello FICO Gurus,
    What is the difference between Parking a vendor invoice document in FB60 and Holding a invoice document in MIRO ? Is holding and parking is same ?
    Regards,
    Rajesh.

    Hi,
    Hold
    The current status of the document was saved. Only minimal checks were performed, here the balance might not be zero. But no updates were made to Financial Accounting. The data are only saved in a buffer and not in any database. When a document is held, only a preliminary document number is assigned.
    if you have  Created a ex:201 as hold document. 
    Field  UF05A-TEMPD
    Park
    The Invoice document is missing some information that is required for posting. In this case we will park the document. Here also some preliminary checks will be performed.  Balance might not be zero.But in this case updates were performed.
    Ex: Created one document which has status Park
    1000 1500000013 2008
    It will be stored in tables
    BKPF    Accounting Document Header
    VBKPF  Document Header for Document Parking
    VBSEC  Document Parking One-Time Data Document Segment
    VBSEGA Document Segment for Document Parking - Asset Da
    VBSEGD  Document Segment for Customer Document Parking
    VBSEGK Document Segment for Vendor Document Parking
    VBSEGS Document Segment for Document Parking - G/L Acco
    VBSET    Document Segment for Taxes Document Parking
    VBKPF u2013 BSTAT  is V
    I hope this information helps.
    Regards
    Ravinagh Boni

  • Due date and booking invoices

    Hello experts
    We have a problem when the invoice is from today we want to book it but systems gives an error message because the due date is in 2009 and not in the current accounting period
    How to make the booking possible in 2008 with a due date for 2009?
    Thank you

    Change To Due Date of current posting period
    in general settings & then book AR invoice.
    Jeyakanthan

  • HT4539 I sign up for the racing post app each month but didnt print past invoices off and now cant find them anywhere and need them for my books how do i find them

    I sign up for the racing post app each month but didnt print past invoices off and now cant find them anywhere and need them for my books how do i find them

    If you wish to submit comments to Apple, the best way is to use their feedback pages.
    http://www.apple.com/feedback/itunesapp.html
    It's not likely that anyone from Apple will see your comments here among the thousands of other posts.
    Regards.

  • 2 way and 3 way Invoice matches

    We are using a 3 way match invoice verification in ECC in association with our SRM system, using tolerance key PP - we would like to use a 2 way match for certain vendors, typically below $1K POs. Any suggestions to have both in place?

    Hi Jim,
    Two-way match would mean disabling the GR flag on the PO. This is driven based on the account assignment category in ECC. So, you might need to create a custom accnt assign cat, in ECC and have the user select that for less than $1K POs. You could also choose invoice only in the case of blanket items, if you want to go that route.
    Regards,
    Hari

Maybe you are looking for

  • I can't download any of the CC programs/apps. Please advise.

    Hi I recently signed up for the student/teacher full CC version and am trying to download lightroom and other apps. Nothing happens when I click on the "install" button. What should I do next? Many thanks!

  • Official Remito Numbers Missing

    Dear Sapiants, While posting delivery document official Remito number (stores in LIKP-XBLNR) is skipped by one number i.e., instead of running number of 12066 it is given 12067 number (Production client). But 12066 is not posted with any document. Si

  • Signing problem on a PDF

    I am attempting to fill out an application for which is in PDF format. It has an email submit button. It has signature fields that I click on, and nothing pops up to allow me to sign it. I cannot submit until they are signed, and I have tried eberyth

  • Muse CC installer says it can't install because beta version is present

    The Beta was uninstalled with the Adobe Uninstall app and is gone, but the installer says it can't install because a beta version is installed. it is not.

  • Extraction Error

    Hi All,     When i am extracting data from R/3 system i'm getting an error like below Error when updating Idocs in Source System Diagnosis Errors have been reported in Source System during IDoc update: System response There are IDocs with incorrect s