PurchaseOrder from SBO - Invoice with Payment in R/3

Hello,
I suppose there is no BUI in standard B1i package, which I can use for B1 -> R/3 integration B1PO2R3INV. Here I need to create together with invoice on R/3 the incoming payment for this invoice.
Have anyone experiences with this issue, or it actually possible to create 2 objects from 1 object in 1 BIU, or should 2 BIUs used?
Thanks in advance.
Libor.

Hi,
I was wrong, there is no need to create incoming payment.
But the question is still the same, is it possible to create 2 objects from 1 object with 1 BIU?
Libor.

Similar Messages

  • AR invoice with payment can replace AR downpayment invoice

    We issue Proforma Invoice (Quote), then issue AR downpayment to collect all payments before we generate legitimate Drop Ship invoice to avoid any non-collect payment.
    Not sure "AR invoice with payment" need generate invoice first or in the same time to apply the payment.
    Our terms is 1/3, 1/3 and 1/3 (each takes 2-3 weeks) or 1/2, 1/2 (30 and 45 days due) before we ship.  If this is the case, then we can not use this feature.

    I found out the missing GL account that is under Admin> Setup> Financials> GL acct Determination
    Now, I need GL account in tab Sales - "Payment Advances".  I think this is should be the Liability account instead AR account if I have to choose an account but what will be the offset account?  Why I need GL account for AR Down Payment Invoice since no transaction really will be generated?  Just to calculate how much will be expected from customer on the first installment and balance due.
    When I receive the incoming payment will Dr. Checking or Saving and Cr. AR.

  • AR Invoice with payment term with multiple payments

    Hi -
    I need some help on this.
    We create invoices with payment terms that will have more than one payment schedules.
    For example, customer can pay $100 in 3 terms such as 33 (immediately), 33 (after 1 month), 34 (after 2 months).
    Now, this is all well. My question is, when we take the order, customer gives Credit Card number, we put that on the order and effectively it goes to the transaction screen.
    Let's say at the time of second payment (After 1 month), customer credit card is expired, our CC validation will fail (CC validation program) and we will not be able to get the payment.
    Now let's say I have new CC # for that customer (received from CC company), how do I update that on the transaction? I know I can do this from the front end but how do I update that using an API?
    Also, why receivables (11.5.10) does not have option to have payment method at payment schedule level instead of invoice level?
    I mean customer may have different method of paying for the subsequent installments.

    I found out the missing GL account that is under Admin> Setup> Financials> GL acct Determination
    Now, I need GL account in tab Sales - "Payment Advances".  I think this is should be the Liability account instead AR account if I have to choose an account but what will be the offset account?  Why I need GL account for AR Down Payment Invoice since no transaction really will be generated?  Just to calculate how much will be expected from customer on the first installment and balance due.
    When I receive the incoming payment will Dr. Checking or Saving and Cr. AR.

  • FPCOPARA - Don't print invoices with payment method in contract account

    Hi!!!
    We are trying to print several invoices with transactio FPCOPARA but if the payment method in contract account is filled, it does not print them.
    Is this normal?? Is there another way to print them?
    Thanks for your help,
    Regards,
    Antonio.

    Hi ,
    First of all which correspondence type are you using for your invoice printout in FPCOPARA ?
    The control of FPCOPARA is based on the setting done in the folllowing node :
    SPRO - Finanacial accounting new - contract accounts receivable and payable - basic functions - correspondence - define correspondence type .
    Here we define the general Event or BTE that would be fired when the correspondence is run .
    Kindly check the correspondence type and check the events that are fired , secondly kindly ensure that have you used and other events from FQEVENTS for correspondence ?
    As per my understanding payment method and printout of invoice has no relationship , provided you have not used any Z events for the same .
    Revert back if still having issues .
    Regards ,
    Dewang T

  • Report showig all invoices with payment block

    Hello Colleagues,
    Can someone please tell me if there's a report displaying payment blocks on invoices ? Payment blocks placed manually by AP people and payment blocks placed by the workflow ?
    Thanks as ever!

    Hello Antoinette,
    One additional thing to consider is that they can use the dynamic list selection to only propose all open invoices with a payment block and save this as a variant.  Then the layout I mentioned below could also be saved as a user specific layout and saved as part of the selection variant.
    I would understand, however, that the query would make sense if they want to see specific things on the output and want to select based on a predefined list of selection criteria.
    Hope things work out.

  • Wrongly reconcilled ap invoices with payments

    hi all,
    User have wrongly reconcilled ap invoices of a particular vendor with payments,actually particualar bills
    are not actually paid,They tried to cancel reconcillation thru manage previouse reconcillation,
    but nothing get appeared in that window.
    How to get ap invoices status open ?
    Jeyakanthan

    Hi Jayakanthan,
    in 2007 you can only cancel manual reconciliations, it's not possible to manually re-open system reconciliations. If a payment was based on the wrong invoice you can cancel the payment, that will reopen the invoice & make it again available in the payments & internal reconciliation windows.
    You will not be able to change the invoice status back to 'open' if you are using an earlier version than 2007, but the 'closed' invoice will be available in the reconciliation window.
    All the best,
    Kerstin

  • Add Invoice with Payment Terms set 'Open Incoming Payment' = Cash - with DI

    Hi,
    I have this type of problem: I have defined a Payement Terms (Payment Terms - Setup) and I have set the field 'Open Incoming Payment' = Cash.
    In this way, when I create an Invoice and I put this 'Payment Terms' in Accounting Label, when I Add the Invoice, Sap open the 'Payment Means' form, and I must set the Total Cash of the payment. I set this field, click Ok, and then I'm able to Add the Invoice (and his Payment).
    If I try to do this operation with DI API, when I call .Add() method, I retrieve this error: "Invoice & receipt must be paid exactly  [OINV.GroupNum]". There is a method or property in SAPbobsCOM.BoObjectTypes.oInvoices that I must set to do automatically this operation?
    What can I do this???
    Thank you
    Marco

    Hi Niall,
    yes, I have set the property vInvoice.PaymentGroupCode = 2 , infact i retrive the error.
    If i try to set PaymentGroupCode = 1 or PaymentGroupCode = 3 (other 'normal' Payments Terms), my procedure work correctly, and the Invoice are added.
    If I try to set PaymentGroupCode = 2, i retrieve the error.
    This is my simple code:
                        vInvoice.Series = 26
                        vInvoice.CardCode = "C0001"
                        vInvoice.HandWritten = SAPbobsCOM.BoYesNoEnum.tNO
                        vInvoice.DocDate = "10/01/2009"
                        vInvoice.DocType = SAPbobsCOM.BoDocumentTypes.dDocument_Service
                        vInvoice.PaymentGroupCode = 2
                        vInvoice.Lines.AccountCode = "11005010"
                        vInvoice.Lines.Quantity = 1
                        vInvoice.Lines.Currency = "Eur"
                        vInvoice.Lines.Price = 110
                        ret = vInvoice.Add()
                        If ret <> 0 Then
                            myDB.GetLastError(errCode, errMsg)
                            myapp.SetStatusBarMessage(errMsg, SAPbouiCOM.BoMessageTime.bmt_Medium, True)
                        End If
    Thank
    Marco

  • Vendor invoices are blocked automatically with payment blck A instead of R

    There is an issue with a specific vendor.This vendor's invoices are blocked automatically with payment block A instead of
    payment block R.
    I know that invoices are blocked when posted if there is a price variance exceeding 3% and/or 100 Euro with payment block R.The invoices with payment block A are not included in the report Z1PE which is used by the Production Planning in order to monitor the blocked invoices and these invoices remain blocked for a long time until the vendor requests their payment.Could you please check why this happens?

    HI,
    Discuss with your MM Consultant, in MM there is a facility to block the invoice automatically in certain scenarios.
    Thanks & Regards,
    Shashi Kanth.

  • Terms of payment(75 days net from the invoice date.payme25 th of the month)

    Hi
    I need to configure the below payment term
    "75 days net from the invoice date, payment 25 th of the month"
    Please suggest  me.
    Regards
    Prasad

    "75 days net from the invoice date, payment 25 th of the month"
    you cann try this
    Tcode OBB8
    Default baseline date = Document date
    Payment terms
    Term 1:- Fixed date= 25
                  Additional months=2

  • AR Invoice plus Payment Template for DTW

    Hi! I am trying to upload Sales Invoices using DT.W. I am using the Invoices template and successfully uploaded AR Invoices. How can I upload AR plus Invoice payment using DTW? Is there another template for that or just another field to be filled-up using the invoices template?
    Thanks,
    Cel

    Hi again,
    Even if I dont put the basetype, when I upload the template, it automatically goes to AR Invoice. From your response,
    it seems that AR Invoice and AR Invoice plus payment transaction will use the same template for upload. But what is
    the field that I need to fill-up so that when I upload the template, it is already an AR Invoice with payment?
    Thanks again..
    CEL

  • Create XML-IDOC from outgoing invoice data

    Hi!
    A customer would like to get informations from our invoice with XML. The XML-file should be a XML-IDOC. Can I create this file by printing the invoice?  Is there a function module to create the XML?
    Thanks
    Markus

    >
    Markus Deutschmann wrote:
    > Can you explane your solution a little bit more?
    > Wher ecan I create a XML-Port?
    Check tcode for creating ports : WE21.

  • Invoices with negative rows

    One customer of us demands some changes within the Business One.
    The support in Ireland advised us to post this requirements in this Forum.
    Invoices with negative rows cannot be copied onto credit notes.
    Our customer uses this option very often, so it's very time-consuming to create this credit notes manually.
    The possibility to copy such invoices onto credit notes would be much better.

    Agreed.  This issue of not being able to draw a credit memo from an invoice with a negative row has gone on for far too long; with a system as robust as this, this should be a non-issue.  The below fix works...but it shouldn't be necessary.
    -Russell Clayton
    Sweet Leaf Tea Co
    Austin ,TX
    From a post by Wilma Wang, SAP B1 Forums Team member:
    It's a standard functionality of Business one, that it is impossible to enter a negative amount in an independant credit note or in a credit note based on a invoice with negative amount.
    To solve this issue:
    1. For the rows with the positive Row Total, create an "independent" Credit Memo (not based on an Invoice).
    2. For the rows with the negative Row Total, create another Invoice with a positive Row Total opposite to the original negative Row, and reconcile between the two rows manually via Banking => Bank Statements and Reconciliations => Reconciliation.

  • Error in joining Total A/R Down Payment Invoice with A/R Invoice.

    Hi Everybody,
    After creating a sales order for a customer, with the help of that sales order I had created the A/R Down Payment Invoice.
    But while making A/R Invoice, when I browse for A/R Invoice down Payment It shows  me the error,
    No down payments found  [Message 439-96]
    I am using SBO 2007B PL-08
    Please help me  and  reply ASAP

    Hi Niraj,
    You should create an incoming payment on the A/R Down payment first. then you can add it on the invoice.
    Regards,
    David

  • Table Relation with Payment and Invoice of Vendor

    Hi all,
         I have one question about Table Relation with Payment and Invoice of Vendor.
         the scenario is.
         2 Purchase Order number : 100000001/100000002
         1 Invoice document number : 200000001 which include  2 Purchase Order.
         1 Payment document number : 300000001
         How should I found out table relation from Payment document number - Invoice document number - Purchase Order number. ?
          I try to link the following table, but it does not work.
          RBKP     *     Invoice Receipt
          RSEG     *     Invoice Receipt document line item
          BKPF     *     Accounting Document Header
    BSEG     *     Accounting Document Segment
    PAYR          Payment Medium File
    BSIK          Accounting: Secondary Index for Vendors
    BSAK          Accounting: Secondary Index for Vendors (Cleared Items)
    BSIS          Accounting: Secondary Index for G/L Accounts (Open Items)
    Does any one know about it ?
    Regards
    KY Chuang

    Hi Venkatesh,
    Thnx a lot for the reply. This has almost solved my problem, however there's one thing left. when I'm trying to take a print out after exporting the info into an excel sheet, the information really looks scattered, i.e.,  is there a way where we can go ahead and get the info in a rather unscattered manner.
    I've tried to take a print directly without actually transferring the info into an excel sheet, then each of the vendor is printed in a separate page, which again they feel is a problem.
    So, if you have an idea pls suggest.
    Thnx again for the information.
    regards
    sandhya

  • Different Payment Terms in vendor invoice, (with differ. PO)

    I will explain with an example to understand better the issue and why this could happen, (for the same Co.Code):
    On 05.09.2011, 5203795529 was posted with payment terms D030.
    At that time, PO #: 4501105395 was having payment terms D030 while PO #: 4501232207 was having payment term D031.
    Invoice 5203795529 was posted successfully.
    On 12.09.2011, 5203806574 was posted with payment terms D030.
    At that time, PO #: 4501105395 was having payment terms D030 while PO #: 4501232207 was having payment term D031.
    Invoice 5203795529 was posted successfully.
    In OCT, user receives another invoice for this 2 POs (4501232207 & 4501105395) and trying to post MIRO again but this time, user encountered error 'Payment terms in purchase order 4501232207 differ from current terms'. In order to proceed, user has changed payment term for 4501105395 from D030 to D031 on 17.10.2011 and proceed with invoice posting without error. 5203878342 was posted on 17.10.2011.
    The vendor always has the same Payment Term: D031
    Now the question is, why user is able to post without any problem previously even though there's different payment terms on both POs and not now anymore?.
    The strange thing is in SEP, there's already this difference & there is no problem posting the invoice & the problem only comes when in OCT.
    Why does this happen?
    Thanks and Regards

    Hi Vena,
    Originally the error message was:
    "Terms of payment in purchase order 4501232207 (always with Payment term D031), differ from current terms"
    Message no. M8349
    Diagnosis:
    The terms of payment in the current invoice differ from those in the current purchase order 4501232207, other terms of payment were stipulated:
    Terms of payment key D031
    1st cash discount period 31 days 0,000%
    Either you have selected  more purchase orders  with different terms of payment, or you have changed the terms  of payment manually.
    But the strange thing is in SEP, there's already this difference & there is no problem posting the invoice & the problem only comes when in OCT.
    Thanks and Rgs
    Francisco

Maybe you are looking for

  • Flashback Recovery area Full in Oracle 10g

    Before the flashback recovery area is full our Archive destination is USE_DB_RECOVERY_FILE_DEST Our DB_RECOVERY_FILE_DEST =/S01/app/oracle/flash_recovery_area/ We got the Error:- ORA-00257 Inorder to resolve the error we changed the log_archive_dest_

  • Procedure Function to dequeue a message and return cursor

    Hi Guys, We are looking for ways to dequeue a message from an oracle queue and pass it to the java code. Namely we would like to create a procedure/function to dequeue a message which can be called by the java code for further processing. So far we h

  • Swf loader not running on mov export

    Using this actionscript 3 code : var myLoader:Loader = new Loader(); loader_mc.addChild(myLoader); var url:URLRequest = new URLRequest("banner-ad4.swf"); myLoader.load(url); I loaded a swf file into my fla document. It looked good when published as s

  • Clarification on Box Command

    Hi,                   I've created 2 pages in my script.In the first page i've useed BOX command & also a Standard Text for the column headings in the Main window.When the first page is overflown,obviously it is displaying the remaining records in th

  • Question on File Sharing Settings For Windows 7

    Should be a simple question.  Am just switching over from Windows 2000, SQL 2000, IIS 6, and CF7 TO:  Win 7 SP1 64-bit, SQL 2008, CF 9 and IIS 7. Just installed IIS 7.5 on the new Win 7 machine (my development PC for creating/testing CF pages), and i