Multiple POs Receipt against a single Receipt as per Supplier Invoice

Dear All,
We were using the ERS (Autoinvoice) for suppliers.
We have a special scenario:
We send PO to Supplier. and the Supplier send the Goods for Multiple POs in a Single Supplier Invoice.
The Issue is:
Can we receive all the Supplier Invoice items (belonging to different POs) in a single receipt. So that we can generate one invoice through ERS, which can be matched against the Supplier invoice.
Is this possible? If Yes, How can we accomplish this..?
Please update....
Many thanks in advance....

Hi Jeyakanthan,
Thanks for the reply.
I have gone thru the "Multiple Goods Receipts for a Single Excise Invoice " in Sap Help Documentation, what I have understood is that we can do multiple Goods Receipt against a Single Invoice. Here in this case we do the Goods Receipt against Purchase Order , do the Invoice Capture for first goods receipt againts Purchase Order and we enter the Invoice Number (say 745, sent by the Vendor) while capturing excise invoice. When the second shipment (against the same PO) comes, we do goods receipt and we refer the "Only Refer Excise Invoice" while doing the goods receipt. Finally after when we have entered all the shipments for the PO, we do the Excise Posting.
Here in our case we have already posted the Goods Receipt (without entering the Invoice Number in first goods receipt) and now we want to capture & post excise invoice for a Single Excise Invoice (Invoice No. say 745,).
Please correct me if my understanding is wrong.
Here we have got two options:
a. Reverse all the goods receipt & re-enter the goods receipt .
b. post two separate excise invoice against each goods receipt mentioning dummy excise invoice number like 745-A & 745-B.
Option a seems difficulty as we will have to reverse all the subsequent goods receipt & transfer posting documents.
Option b seems legally wrong, as per understanding.
Request you to please advise.
Regards
PK

Similar Messages

  • Multiple pre-orders on a single receipt?

    First time that I've pre-ordered multiple games at the same time.  I thought the cashier would ring them seperately, since they are for different systems and different release dates.  Instead, they were all rung on a single receipt in a single transaction.  Is this OK?
    Thanks
    Solved!
    Go to Solution.

    Hey again jeremygary,
    It's absolutely okay for multiple pre-orders to be on the same receipt, even if they're for different titles and consoles with different release dates. When you pick up each title, the staff at your local store will simply need to select the correct pre-order deposit during checkout.
    Let us know if you have any other questions!
    Aaron|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Multiple Goods Issues against a single Delivery

    I have a requirement where I have a Delivery which has Material A and B as two seperate line items.  I wish to be able to post the GI on two seperate occassions for material A and B but when I try and GI without picking B I get error message VL609 : Delivery has not yet been put away / picked (completely).
    The two materials A and B need to both be on the singel delivery.  SAP std does say that Picking Should = Delivered Qty but this scenario is different.
    Any advice or previous learnings would be appreciated.

    Hi Ramki,
    The problem is that I would like to GI Item 1 and leave Item 2 unpicked with the original qty it will not allow the GI.
    The Sales Order only has the Material A on it and Material B is added only to the delivery at Delivery Creation and hence would like to GI the two line items at different stages.  If I set the Delivery Qty = 0 then @ header level the delivery is set to complete.
    Regards

  • Receiving multiple lines on a PO with a single receipt

    Hi,
    Unable to create a receipt with multiple PO lines against it.
    Here is the scenario:
    PO# 1000
    Line1: 1000 (Non-inventory)
    Line 2:2000 ((Non-inventory)
    Whie trying to create a receipt with both PO lines against it (Receipt R1: Line1 500, ine2:1000),
    I get the following message: "An error occurred while trying to split lot and serial lines."
    Can anyone please post the insert statements with the columns that need to be populated.
    I'm able to create a receipt against a single PO line.
    Thanks.

    Below is the script that I'm using........
    I'm able to create a receipt against a single line in a PO but when I try to receive multiple lines (use the 2nd and 3rd inserts again but change the po_line_id and quantity) it does not work.
    insert into rcv_headers_interface(header_interface_id,
    group_id,
    processing_status_code,
    receipt_source_code,
    transaction_type,
    auto_transact_code,
    last_update_date,
    last_updated_by,
    last_update_login,
    creation_date,
    created_by,
    vendor_id,
    vendor_site_id,
    ship_to_organization_id,
    expected_receipt_date,
    employee_id,
    validation_flag)
    values
    (rcv_shipment_headers_s.nextval,
    RCV_INTERFACE_GROUPS_S.Nextval,
    'PENDING',
    'VENDOR',
    'NEW',
    'DELIVER',
    sysdate,
    8938,
    8938,
    sysdate,
    8938,
    276747,
    322205,
    189,
    sysdate,
    2860,
    'Y');
    INSERT INTO rcv_transactions_interface
    (interface_transaction_id,GROUP_ID,
    last_update_date,last_updated_by,
    creation_date,created_by,last_update_login,
    transaction_type,transaction_date,
    processing_status_code,processing_mode_code,
    transaction_status_code,
    quantity,unit_of_measure,
    auto_transact_code,receipt_source_code,
    vendor_id,vendor_site_id,
    source_document_code,
    po_header_id,po_line_id,
    destination_type_code,
    --deliver_to_location_id,
    header_interface_id,validation_flag,
    to_organization_id
    VALUES (rcv_transactions_s.nextval,RCV_INTERFACE_GROUPS_S.currval,
    sysdate,8938,
    sysdate,8938,8938,
    'RECEIVE', SYSDATE,
    'PENDING', 'BATCH',
    'PENDING',
    5,'Each',
    'RECEIVE','VENDOR',
    276747,322205,
    'PO',
    100249,136970, --Both values to be changed
    'RECEIVING',
    --32387,
    rcv_shipment_headers_s.currval,'Y',
    189);
    insert into rcv_transactions_interface(interface_transaction_id,
    group_id,
    last_update_date,last_updated_by,
    creation_date,created_by,
    transaction_type,transaction_date,
    processing_status_code,processing_mode_code,
    transaction_status_code,po_line_id,
    receipt_source_code,source_document_code,
    validation_flag,quantity,
    unit_of_measure,
    po_header_id,vendor_id,vendor_site_id,
    employee_id,ship_to_location_id,to_organization_id,
    destination_type_code,
    --deliver_to_person_id,
    deliver_to_location_id,
    parent_interface_txn_id,
    subinventory)
    values
    (rcv_transactions_s.nextval,RCV_INTERFACE_GROUPS_S.currval,
    sysdate,8938,
    sysdate,8938,
    'DELIVER',sysdate,
    'PENDING','BATCH',
    'PENDING',136970,
    'VENDOR','PO',
    'Y',5,
    'Each',
    100249,276747,322205, --po_header_id  and po_line_id needs to be changed
    2860,9289931,189,
    'INVENTORY',
    --2860,
    9289931,
    rcv_transactions_s.currval-1,
    'BCU_SINV');
    Please tell me where I'm going wrong or if there is a script that I can use.
    Thanks.

  • Generate auto invoice partially against partial PO Receipts

    Dear All,
    Is it possible to do partial receipt against a PO , and generate Payables auto invoice for this partial receipts in 11.5.10.2?
    Please update...
    many thanks in advance...

    Hi,
    Your question : 1) Is it possible to do partial receipt against a PO , and generate Payables auto invoice for this partial receipts in 11.5.10.2?
    Ans :_ Yes you can do a partial receipt of the PO, and you can create auto invoice for this partial receipt in 2 ways..
    a) In supplier site if "Pay on receipt" option is checked.
    b) or "Pay On Receipt AutoInvoice" conc. program is sceduled.
    Hope above explanation will help.
    Regards :),
    S.P DASH

  • SCs split into multiple POs, duplicate POs and PO items in reverse c/ to SC

    Hi,
      We are on SRM Server 550 SP10 ECS. We are facing the following situations intermittently in Prod. We are unable to simulate the same situation in Dev or Q environment. Again this does not happen for every SC it happens atleast once or twice in a day with a volume of few hundred shopping carts.
    1) SC gets split into as many POs as SC Items. Let us say SC has 4 items, each item is created in one PO so we will have 4 POs w/ one item per PO in this example.
    2) PO gets duplicated. Let us say SC has two items. Then two POs are created with identical SC items referencing the same SC
    3) PO items are either jumbled or reversed in comparison to SC. Let us say in a SC you have 3 items in SC then the PO will contain items in say 3 ,2 , 1 order or 2, 3 1 order.
    These POs are automaticaly created after Approval (no sourcing cockpit). The vendor, Purchasing Org, Document Type etc is same for all items in SC.
    Anothe question: Once the approval of the SC happens in Workflow, the PO is automatically created via BAPI? or some job? Can anybody clarify the process that takes place from the Approval to PO creation (assuming the SC does not go to SOCO).
    Thanks

    Hi
    Which R/3 and SRM support pqack versions are you using ?
    Following is the criteria which is used to split POs
    For Backend Purchase Orders
    Company Code
    Purchasing Org
    Purchasing Group
    Document Type
    Vendor
    Subtype (Direct/Hierarchy)
    FI Logical System
    Logical System from where an External Requirement comes
    For Local Purchase Orders additional criteria is used to split POs:
    Delivery Address (for higher releases)
    Procument Card Number
    Procurement Card Company
    Please Check the Implementation of BADI BBP_SC_TRANSFER_BE (Method GROUP_PO) for any Customer Added Splitting Criteria. Please look at SAP documenatation of the Business Add-In BBP_SC_TRANSFER_BE, its Method GROUP_RQ and GROUP_PO. You can use to overwrite the standard and group SC items based on custom rules to create split the PO or RQ in EBP.
    P.S. As soon as the purchaser assigns different SOS in the SC, you'll have different POs created.
    Meanwhile, please go through the following pointers / SAP OSS Notes as well ->
    Note 768164 - Multiple SCs via SoCo are processed incorrectly
    Note 1057530 - BBPSC02: Incorrect PO split when SC contains direct material
    Note 861889 - Limitations on limit and service PO's in case of ECS
    You order a shopping cart with couple of items with same data (such as vendor etc). One of the item is a direct material. When you order the cart, the PO split criteria is creating multiple POs instead of a single PO.
    Re: Incorrect PO Split in SoCo?  (which FM should I debug ?) :-(
    Re: S.Cart creates Split PO, One S.Cart creates multiple PO's for each SC item
    How to split shopping cart qty to create two PO
    Re: PO split  in  sourcing cockpit   ?      :-(
    Split PO in SRM
    Re: Creating single PO from multiple SC
    SC gets split into one PO per Line even when the vendor is the same.
    Hope this will help. Do let me know.
    Regards
    - Atul

  • Enter single receipt to multiple legal entities / operating units

    Dear All,
    My customer having a business requirement where customer is clubbing the payment for two separate organizations and sending them as one check (single receipt). However they are entering separate invoices for each organization. That mean they do not clubbing invoices in multiple organization but they are accepting checks for both organization and issuing one receipt to the customer. How can i handle this scenario in oracle EBS R12. Is it possible for me to handle this through inter company functionality in oracle.
    Organization set up :These two companies have have separate ledgers , legal entities under same business unit.
    Edited by: 914625 on Jun 1, 2012 4:35 AM

    Hi Vikash
    Legal Entity can have many establishments, like warehouse, showrooms, distribution hub spread across a country.
    Each Establishment may be in different states/counties with the same federal country.
    So in case of India, it can be in Arunachal Pradesh, Gujrat and Karnataka.
    Each of them may be subject to Municpal tax or local State taxes.
    Oracle would need to identify that operating units/ inventory organization doing transactions is associated with which Establishement ( under this legal entity ).
    And it will calculate the local and state taxes accordingly.
    In nutshell this setup is for tax. So go by what Tarun has said.
    Thanks

  • Multiple Goods Receipts Against Same Excise Invoice

    All SAP Gurus,
    We are having a scenario in which we need to do Multiple Goods Receipts Against Same Excise Invoice.
    How it can be done?
    Regards,

    During first GR in the excise header tab select "Capture excise amount".
    In the excise item tab enter in the EI quantity the total qty in invoice. In the quantity tab enter the qty which is to be received.
    Post the gr.
    During second gr in the excise header tab select "Only refer excise invoice".

  • Single Receipt for multiple Customers

    We have a scenatio where there a multiple customer codes for different locations of the same customer. Say customer codes A B and C. A single receipt is received from the central processing location i.e. A and it contains invoices raised on all locations A B and C
    Entry cannot be passed through F-28 to enter and clear the open invoices.
    Is there a solution to this situation
    regards

    Hi,
    Through F-28 you can do multiple customer receipts with single receipt.  In the first screen of F-28, you have to give total amount received in the amount column then give first customer code then go to process open items select the open item, then choose process open items again it will ask for new customer code then give second customer code and process open items select open items in second customer this way you can process single receipt for multiple customers.
    Regards
    Sarma BH

  • Goods receipt against inbound delivery

    After an import po has been created then an inbound delivery is created also.So after the inbound delivery we do goods receipt and our goods receipt is done against po even when their is inbound delivery.The reason why the goods receipt is done with reference to the po is that we have different vendors for all the delivery costs for example we have a vendor for custom charges, a vendor for freight charges, a vendor for terminal charges.so the goods receipt is done against the po so that when doing the miro they can select the different vendors.But inbound delivery is done with a single vendor and if the goods receipt is done against the inbound delivery it might acquire all the costs to that vendor.Is there any method whereby we can be able to do our goods receiot with reference to inbound delivery that will also capture all the delivery costs

    The process you should follows is this:
    1) PO - define all the custom and freight condition types and enter the corresponding vendor in the condition types. Also, in the confirmations tab, choose Inbound delivery
    2) When the vendor ships the material, create an inbound delivery from VL31N to track it (against the actual import vendor)
    3) When the goods reaches customs, do a MIRO against the PO choosing 2-Planned delivery costs. This will credit the Customs vendor.
    4) When the goods arrive at your plant, do a MIGO against the Inbound delivery from step 2. Enter the MIRO number of step 2 in the popup that appears.
    5) Now do the MIRO for the actual import vendor and the freight vendors if applicable.
    Try this in your sandbox system. Doing a GR against IBD will not cause any difference in the accounting entries.

  • Error in creation of purchase materials/Goods receipt against PO(FI-MM)

    Hi All,
    While processing FI - MM integration iam facing below errors,request to guide me with same
    1) While creation of purchase materials
    Valuation class 7920 not allowed for material type Raw material Message no. M3180
    Diagnosis
    The combination of values you have entered is not defined in the system.
    Procedure
    Check your entries, and choose a valid value or combination of values with F4.
    I have crossed checked in t code OMSK valuation class 7920 exists.
    2) Goods receipt against PO:
    Number range for trans./event type WE in year 2014 does not exist Message no. M7562
    Diagnosis
    The number range for document number assignment has not been maintained in the year 2014 for the transaction/event type WE.
    Procedure
    Contact your system administrator.
    in second case i have maintained number ranges in OBA7,OMBT,still iam facing with the same issue
    Regards
    Santosh

    Hi Dev,
    Thanks for your reply...yea i have done the ground work before posting this query
    but bitt confused with the post i have come across..
    Problem was occurring due to the wrong updating of raw material instead of finished goods in  MM01 (CREATION OF PURCHASE MM)
    however i have over come my 2nd issue,hopefull will over come my 1st issue also
    Thanks a lot
    Santosh 

  • MIGO - Goods Receipt against Purchase order. PO rate dispaly.

    Is it possible to display purchase order line item rate in MIGO - Goods Receipt against purchase order - Quantity tab.
    In Quantity tab - System is showing Qty in Unit of Entry, Qty in SKU, Qty in Delivery Note, Quantity Ordered, alongwith these fields we also want display of Purchase order rate/each of that line item.
    Please guide.

    BTW you are getting PO number at MIGO and clicking over that you will get entire PO then why you want PO rate display here??

  • Single ERS Invoice for multiple POs with different GS and same IP

    Dear All,
    I have a Requirement as per the below scenario:
    We need to have single invoice created using ERS (MRRL) functionality in the below scenario:
    Two POs created with different Partner function GS (goods supplier) and same IP (Invoice party partner function).
    Ex:
    GS IP PO GR ERS
    vendor1 10001 4500001 500001 Yes ( GR-IV-Yes, GR done- Yes, same payment terms - 001)
    vendor2 10001 4500002 500002 Yes ( GR-IV-Yes, GR done- Yes, same payment terms - 001)
    When I run ERS for last 1 week (GR) and select the option (Doc selection – per IP or other criteria like GRs posted in last one week) , system should create 1 invoice document. Standard SAP posts 2 documents for each GS.
    I have tried using 2 user exits for MRRL, but none of them work for this functionality.
    Thanks,

    Hi,
    Go for  MIRO without MRRL.
    Instead ERS, you can post single  Invoice(MIRO) for multiple POs  for one vendor.
    OR
    Check with Technical consultant and go for development to have single ERS output for multiple ERS invoice documents for single vendor.
    Regards,
    Biju K

  • Single invoice against multiple sales order for a single customer PO

    Hi all,
    Customer provide a single order via EDI per Depot.  When the order is received into SAP these are split into multiple order based on the Production or distrubtion location of the products. The customer will receive a number of deliveries to the depot from the various locations.  Each delivery has his own SAP sales order and delivery note.  This creates mutliple invoice against a single Purchase order sent by the customer.
    We have a requirement from two customers that they only wish to receive a single invoice per depot per day.   This means we need to change the way we currently invoice the customers(no multiple invoices needed).We need to be able to combine multiple deliveries with the same PO to a single invoice.  This would mean that the invoice can't be generated until all the deliveries relating to the single PO have been POD flagged or 7 days  have passed from PO date and invoicing is due.
    how to achieve the above,whether through user exit in billing or data transfer routine in copy control(delivery to billing) or through config and how ??
    regards
    sachin

    Hi Sachin,
    You will have to create a new data transfer requirement on the copy control between the delivery and the invoice. In the new data transfer requirement, you will need a programmer to code when there should be an invoice split.
    Regards,
    Finbarr

  • Tolerance Limits: Multiple Invoices for single POs, Single Invoices for Multiple POs

    Hi,
    I'm currently looking at tolerance limit configurations, primarily the DQ (Quantity) and PP (Price) tolerance keys and had a couple of questions where you have the scenario of multiple invoices or multiple POs.
    1. If I had multiple invoices for a single PO, collectively they match the quantity and price on the PO; When I enter the first invoice into SAP it will be well below the lower price and quantity limit of the PO as it is one of multiple invoices to be entered. My question is what happens to the invoices in SAP, do you still post them despite the error message and they are just blocked until collectively the invoices match the quantity/price of the PO?
    2. If I had an invoice that related to multiple POs, when entering the invoice can I link this to multiple POs?

    You don't use user exits or enhancements for this.  Use a data transfer routine and assign it to your item level copy control config.  Spilt keys are controlled by setting the value of VBRK-ZUKRI.  Otherwise, you can use multiple payers or addresses to control it.

Maybe you are looking for