Third party: multiple customer invoice after vendor invoice

Hi all,
i have the following case on a third party flow:
SO  quantity 10 pc
PO quantity 10 pc
GR1 quantity 3 pc --> Vendor invoice 3 pc
GR 2 quantity 7 pc --> Vendor invoice 7 pc
When i try to create customer invoice, SAP create a single invoice of 10 pc.
Is there a way to create 2 invoices (I1 3 pc, I2 7 pc)?
Please help me.
Let em know if your need further information.
Thank you in advance,
G

Srinu,
i develope a routine as follow:
select single * into ls_vbfa from vbfa where vbelv = vbak-vbeln and vbtyp_n = 'V'.
if sy-subrc = 0.
select single lfbnr into (l_lfbnr) from ekbe where ebeln = ls_vbfa-vbeln and ebelp = ls_vbfa-posnn.
if sy-subrc = 0.
select single belnr into (l_belnr) from ekbe where ebeln = ls_vbfa-vbeln and ebelp = ls_vbfa-posnn and lfbnr = l_lfbnr.
check sy-subrc = 0.
zuk-vkorg = vbak-vkorg.
zuk-vtweg = vbak-vtweg.
zuk-spart = vbak-spart.
zuk-vgbel = l_belnr.
zuk-vbelv = space.
vbrk-zukri = zuk.
But i think the problem is that on VBFA we have a single record, so it's impossible to create two different ZUKRI in order to manage the case of partial deliveries.
Anyone have a soluton?

Similar Messages

  • Third party: trigger customer invoice from MIRO

    Hi all,
    this is the requierement: after the MIRO of the vendor invoice it's ncessary to trigger automatically the customer invoice (third party flow).
    Do you know specific userexit to use? Other solutions?
    Let me know for further information.
    Thank you in advance,
    G

    Dear Giorgio
    Please clarify me why you want the Customer Invoice along with Vendor Invoice??
    Suppose in Third party, you will ask your vendor to supply goods directly to your customer-
    But here the issue is when you will raise customer invoice and Vendor invoice?
    Suppose let us take one scenario--Customer came and you delivered the goods from your vendor to your customer in this week itself.The agreed terms between you and your customer is 30 days.So normally you need to create Customer invoice after he/she receiving the goods.
    Why are you waiting in creating Customer invoice  can happen at 89-90th day as per your requirement.
    (Suppose the Agreed payment terms between you & Your vendor is 90 days--So normally you will be raising an invoice MIRO at 89th or 90th day to your vendor)
    Clarify me on this.
    Phanikumar

  • To Create Customer invoice from vendor invoices

    Hi i have a requirement to create customer invoices from vendor invoice. i would like to know if it is feasible??
    regards
    prasannakumar

    hi friend
    u can do this in THIRD PARTY SCENARIO
    from vendor invoice u can create  u r customer invoice
    the item category for that is TAS
    THANKS
    REWARD POINTS

  • To create a customer invoice from vendor invoice

    Hi i have a requirement to create customer invoices from vendor invoice. i would like to know if it is feasible??
    if it is possible is there any bapi or function module to transfer data from the vendor invoices to the customer invoice.
    regards
    prasannakumar

    hi,
    refer to this below link
    http://help.sap.com/saphelp_47x200/helpdata/en/5f/e411bb044411d2bf5d0000e8a7386f/frameset.htm
    -Reward If helpful
    -chaitanya

  • A third party plug-in disappears after a localization patch installation

    I have a third party plug-in installed for PhotoShop CS3.
    The third party plug-in disappears after installation of a localization
    patch. I tried reinstalling the plug-in, but that does not work.
    It appears that after the patch is installed, tw10428.dat maps
    the English texts on the menu to Korean.
    "$$$/Menu/Help/AboutPhotoshop=Photoshop 정보(&A)..."
    "$$$/Menu/Help/AboutPlugin=플러그-인 정보(&B)"
    "$$$/Menu/Help/Contents=Photoshop 도움말(&H)..."
    "$$$/Menu/Help/Home=Photoshop 온라인(&O)..."
    And somehow, the third party plug-in disappears because it's not mapped
    in the .dat file. I tried manually editing the file and to input
    entries for the third party tool and that does not seem to work.
    Do you know how I can resolve this issue?
    Thanks in advance.
    Stephen Moon
    [email link deleted]

    Chris,
    How can I install it correctly? It is
    The plug-in was working fine before the patch. The patch
    is just an executable which I ran after I closed Photoshop.
    There wasn't any error message and the instance of Photoshop
    works fine when I re-run it other than the fact that the plug-in
    is no longer in the menu.
    Stephen
    [email link deleted]

  • How to link Vendor Invoice to Customer Invoice in Third Party Sales Custom Report

    I have a requirement wherein I want the Invoice to have as many line items as MIRO have if partial delivery happens... invoices (one for each MIRO)..
    We are currently using the Third Party with Shhipping notification...
    I have tried using VF04 for billing but only one line item is coming for Billing in Invoice...
    I mean how to link the RSEG - partial vendor Invoice line items to Invoice...
    Ex: Third Party Order 20 qty
    Partial delivery 12 & 8... I can see 2 MIRO line item values in the table RSEG...
      If i do invoice in VF04..i can only see 1 line item for total billing....
      Can anybody help me how to solve this??? How can i link
      Vendor Invoice to the Customer Invoice....
      I have to solve this for a Third Party report???
      Thanks in Advance...

    Hi Senthil,
    I have seen the table VBRP..but it is showing only 1 line item 20 against 2 invoices 12 & 8...
    My requirement is that VBRP should show 2 line items of Vendor invoices 12 & 8...

  • Third Party - multiple invoices based on dummy Goods Receipt

    In Third party sales scenario (without shipping notification) we want to create an invoice based on each dummy Goods Receipt which corresponds to individual shipment made by vendor to customer.
    Ex. Sales order qty = 10. It is split in the PO to 2, 4, 3 and 1 in the delivery schedule. Vendor ships qty 2, and then 4. There is a trace # associated with each vendor shipment to the customer. Vendor invoice is entered for qty 2 and 4.
    We want to bill 2 invoices one for two vendor shipments of 2 and 4. In VF04 order based billing for the sales order, SAP combines these 2 vendor invoices (2 + 4)  and will propose qty 6 in ONE invoice. If there a way get 2 Invoice proposals (i.e. 2 lines) in VF04 one for qty 2 and another for qty 4?
    TIA.

    Hello Ramani
    In the Copying control  (I am guessing it is for Sales document to billing document, T Code: VTFA),  set up a custom routine in the field 'Data VBRK/VBRP'  for the requisite item category ( TAS or equivalent)  by copying standard routine '01'- FV60C001- and adding a splitting criterion, may be GR #. The challenge would be whether GR# would be available at that time and if not how to get it.
    If it is Delivery based billing for some reason , then you can use standard routine '3' there. T code: VTFL: Copying control: Delivery document to billing document.
    Hope this helps.

  • Third Party Sales Order - Complete Upon Partial Invoicing

    We have a third party sales order that creates a purchase order (No delivery is used).  If there are 2 lines items and we completely invoice one of the line items and partially invoice the other, the sales order is showing in a complete status.
    We are using an item category of:  TAS 
    Billing Type:  F2
    Note:  Completion rule on TAS is blank.
    Does anyone have an idea of why the order would be going to a complete status when it is not fully invoiced?
    Thanks,
    Mark

    Shiva,
    Perfect answer.  Thanks !
    Mark

  • In F110 -Customer as a Vendor  invoice clear and make payment

    Dear all ,
    Can we make payment through in F110.
    WE maintain Customer as a vendor and Vendor as customer,While running automatic program system
    showing error massage"No pymt possible because items with a debit bal"
    But over all amount is credit ,But only customer invoice showing like this.
    Could you tel me that ,Is there any setting    ,Wt setting we have to configured .How to solve this issue
    Thanks in advance
    Regards
    Girish.

    Dear all,
    Kindly suggest me how to do this.
    we have maintained customer as a vendor in different company code
    one company code xxxx here we maintained as a customer ,In this
    customer master data we maintained vendor no and clearing with vendor we have selected.
    In next company code yyyy here we maintained vendor as customer ,here we maintained customer no and selected clearing with vendor.and payment method .
    In xxxx company code customer as a vendor balance is 1000.
    In another company code yyyy here vendor as customer balance is 15000,
    paying company code is yyyy.
    while running F110 system asking paying company code and sending companycode,we are entering two times.first time yyyy and second time xxxx.
    that time showing error"No pymt possible because items with a debit balance"
    Then we edit proposal its working fine ,But its not clear against vendor
    invoice
    system taking full vendor invoice amount(15000) as a out going payment
    and 1000 is incoming payment.
    But we want pay only difference amount of the invoice.
    For this what we need to do in the system please guide
    thanks in advance
    Thanks and Regards
    Girish

  • All Third Party Apps Immediately Quite After Launch

    I have restored my 16G 3G iPhone several times, yet repeatedly run into the same problem in which any and all third party apps will immediately quit out right after an attempted launch. However, all of the original pre-installed Apple apps work fine.
    I currently have about 87 third party apps, which iTunes reports as taking up 574.8MB of space. It does not matter as to the order or last app installed, the problem still crops up.
    Needless to say I am extremely frustrated over this loss of function and the enormous amount of time spent in trying to troubleshoot the problem. Each attempted has been made with a clean restore. I have started from scratch with no backup data being reinstalled.
    Is anyone else experiencing this problem and, or might know what’s going on and offer a solution?

    This is what I have come up with.
    I am having the same problem with the 2.0.1 software update. What I did to fix the problem was:
    1.)Unsync the apps off the iPhone.
    2.)Disconnect your iPhone from the computer.
    3.)Reset iPhone: press and hold the Sleep/Wake button and the Home button at the same time for at least 10 seconds. During this time, a red "power off" slider may appear and the screen may go black, but do not release Sleep/Wake and Home buttons until the Apple logo appears.
    3.)Reconnect your iPhone to the computer and resync your apps and they should work again.
    But there is still a "bug" with the software 2.0.1. If you "Reset" your iPhone at anytime by holding the Sleep/Wake button and the Home button the apps will not work again after the restart completes. Then you will have to perform the same steps I have listed above to get them working again. This is a huge pain in the ***. And apple needs to fix and address this problem. I am having this problem on my iPhone 2G and my girlfriends 3g iPhone. I have had to do this 10 times already between both phones, it's not fun. =8-(

  • Third party keyboards not showing after installing them

    I have installed multiple third party keyboards, however none of them are showing up on my keyboard. I'm only showing the original keyboard and don't have the option to switch. The globe doesn't show either.
    Anyone have this problem or know how to fix it?
    Thanks.

    Yes. I have installed them within settings and  allowed full access. I have even deleted the English keyboard, so just the 3rd party is showing, but that doesn't even work.

  • Third Party Plugins Stripped Out After Editing/Saving

    Hello All,
    I'm really hoping someone can help.
    Ok here's the tech stuff:
    Workflow-
    Mac - OS 10.4.9, InDesign CS3 5.0.2
    Windows - XP InCopy CS3 5.0.2
    Plugins used in InDesign (Mac) AutoPrice (Meadows Pub.) & Sonar Indexing (Virginia Systems)
    These 2 plugins are vital to our Catalogs.
    What I'm seeing,...
    I export stories (copy blocks) in InDesign for editing in InCopy on the Windows Machine.
    I open up the same document in InCopy (windows) to test, edit some copy, save, check in, close.
    Now, open this same document again in InDesign (Mac), copy updates needed, update the copy, but wait! all of the Third Party Markers are gone!
    Everything that was tagged, or marked for the Index, and all the Pricing Tags are gone.
    I've found out when the InCopy document is saved, this is when this happens. It strips out all Third party invisible text, placeholders, etc...
    WHAT???
    I can't believe we're the only one's in the world having this issue. And its hard to believe Adobe would even do this.
    I've talked to both Plugin Companies about this, One thinks this is a Bug Issue on Adobe's end.
    The other, is trying to work out something to stop this from happening.
    Ok,... So we're ready to move to a InCopy workflow, but now this. I need HELP!
    We can't implement InCopy when it destroys our vital information,....
    Thanks for any help on this,
    Christopher

    Hello All,
    I'm really hoping someone can help.
    Ok here's the tech stuff:
    Workflow-
    Mac - OS 10.4.9, InDesign CS3 5.0.2
    Windows - XP InCopy CS3 5.0.2
    Plugins used in InDesign (Mac) AutoPrice (Meadows Pub.) & Sonar Indexing (Virginia Systems)
    These 2 plugins are vital to our Catalogs.
    What I'm seeing,...
    I export stories (copy blocks) in InDesign for editing in InCopy on the Windows Machine.
    I open up the same document in InCopy (windows) to test, edit some copy, save, check in, close.
    Now, open this same document again in InDesign (Mac), copy updates needed, update the copy, but wait! all of the Third Party Markers are gone!
    Everything that was tagged, or marked for the Index, and all the Pricing Tags are gone.
    I've found out when the InCopy document is saved, this is when this happens. It strips out all Third party invisible text, placeholders, etc...
    WHAT???
    I can't believe we're the only one's in the world having this issue. And its hard to believe Adobe would even do this.
    I've talked to both Plugin Companies about this, One thinks this is a Bug Issue on Adobe's end.
    The other, is trying to work out something to stop this from happening.
    Ok,... So we're ready to move to a InCopy workflow, but now this. I need HELP!
    We can't implement InCopy when it destroys our vital information,....
    Thanks for any help on this,
    Christopher

  • Costs in Third-Party Business Transaction

    In Third Party order processing the value of VPRS is taken from the vendor billing document.
    In billing document copying control at item level for position type TAS we have indicator F in the Billing Quantity (FKMGK)
    How to setup Customizing so the system determines the cost for third-party order processing from the value of the vendor invoice plus proportional statistic conditions (for example, cash discounts or statistical freight)  Now the system only includes the goods value in condition VPRS?

    Hi,
    In third party scenario what ever be vendor invoice value is become cost when creating billing with reference to order
    Also billing type F is proper this is for what ever quantity invoiced by vendor same can be copied in customer invoice.
    Process :
    VA01 - Sales order (item category TAS)  >> ME52N - P.R (after SO save) >> ME21N -  P.O >> Vendor ship goods to our customer >> MIRO - Vendor Invoice reciept >> VF01- Customer invoice(wrt sales order)
    Kapil

  • Requirement to bill customer before vendor invoice in third party processing

    We have a requirement to bill a customer before the vendor invoice in third party processing. The reason behind this is because the vendor send invoices only once in a month and the customer cannot wait for so long to to receive their invoice from the business.
    I saw some discussions that the third party processing with shipment notification can be used however when I check the business flow in that case I see the following.
    A Third-Party Sales Order is created and a purchase requisition is generated automatically 
    A list of purchase requisitions to be assigned is displayed 
    The assigned purchase requisitions are converted into purchase orders 
    The purchase orders are approved 
    A statistical goods receipt is posted 
    The vendor invoice is verified and posted 
    The billing is created
    It clearly says that the customer billing document is only possible after entering the invoice from the vendor. Which would be the best way to fullfill this requirement?

    Do you mean the goods issue done by the vendor to the customer in the vendor system? And this quantity will be copied into our ( where the third party order is created) system?
    No, MIGO done by in our company system only. May be you might have misunderstood because of  my sentence.instead of company i mentioned as Vendor.
    For Vendor this process will become as standard sales and he will do PGI. However in our system we do MIGO .
    Suppose the customer ordered 10 Qty. Vendor delivered 2 Qty wouldn't the above equation Order qty- MIGO qty= Invoice qty be 10-2= 8? but we should be really billing the customer only for 2 right?
    No you have mistaken my idea, it was not a formula just i was giving example.
    Billing qty is nothing but it is qty copies from source document to target document.
    E
    Goods receipt quantity less invoiced quantity
    for example order qty is =10 and vendor delivered first time 2 qty to the customer and he billed our company for 2qty and we billed the customer for 2 qty.
    And next time let us assume again Vendor delivered 4 more qty and billed us 4qty.And this time when you are billing the customer in VF01 system will propose the 4qty only( total goods receipt qty 6 - already invoiced qty 2).
    Hope now you understood the meaning of E(goods receipt qty less invoices qty).
    And did you try your requirement as mentioned in my first reply?
    thanks,
    Srinu.

  • Third Party process - billing date change in Sales order / Customer Invoice

    Dear Friends,
    In Third Party Sales Process , as we are aware  billing is order related billing and it will become due only after vendor invoice is received.
                   My situation is in the original sales order billing date is eg: 01.02.2009 . The subsequent vendor invoice ( Invoice receipt done based on PR --> and PO)  has a later date eg: 05.02.2009 .
    This means that the customer biling can be done only after this date.  
    How the system behaves in this case wrt to the billing date ( 01/02/2009) of the original sales order.
    Regards
    Mahesh
    Edited by: Mahesh sap on Feb 4, 2009 8:55 AM

    Hi all ,
             Thanx all for your responses . But my case is a bit peculiar . Here the vendor invoice is coming by IDoc through EDI . When EDI flow is confirmed, the billing date is pushed ahead. As per billing calendar  in CMR the customer can be invoiced only on the last date of the month. 
    As a result if the original billing date in the sales order is Feb end, when vendor invoice received through EDI , the billing date is shifting to march end .
    Is it because the date of vendor invoice is causing this?  Obviously the customer billing date falls only after vendor invoice date.
    Regards
    Mahesh

Maybe you are looking for