Can one incoming payment matches with few BP code's invoices?

Hi,
My scenario is the HQ paying for the branch offices in one cheque but the branch offices having their own business partner code in the database. Can user make one incoming payment and select the invoices to match from few different business partner?
I realised this can be done if we use the Consolidate BP function in BP master but this will make the statement of accounts to be consolidated as well. Anyway that if this function is activated but statement of accounts does not combined? Kindly advise, thanks.
Regards,
MH

Hi,
What i mean is that can all those BP's statement is not consolidated into one statement instead of separate?
Current setting is once consolidate BP function is activated, all related BP's statement will be consolidated. Any workaround to separate the statement?
Thanks.

Similar Messages

  • Can I set up multiple usb hard drives- one for time machine and a second for media? Can one also print wirelessly with an old HP C6280 printer?

    Can I set up multiple usb hard drives- one for time machine and a second for media?
    Can one also print wirelessly with an old HP C6280 printer?

    Can I set up multiple usb hard drives- one for time machine and a second for media?
    Yes.
    Can one also print wirelessly with an old HP C6280 printer?
    Possibly by using an Airport Express, but depends on what type of port connection the printer requires.

  • How can one use Mission Control with two monitors?  Please bring Spaces back

    How can one use Mission Control with two monitors.  With Spaces I could treat each space as a single desktop.
    SyBB

    I use two monitors at work and have no issue. I have my mail set to use Desktop 1 and iTunes set to the second monitor of Desktop 1. I have browsers set to Desktop 2 and Fusion and RDC set to Desktop 3.
    Two things that may help you. In System Preferences > Mission Control, disable the setting "Automatically rearrange spaces...". This screwed with assigning applications to certain spaces. And the other thing is don't use full screen on apps that support it. This just makes your second monitor superfluous.

  • Can I use iTunes Match with just IOS devices?  I no longer have a computer, just an iPad and an iPhone

    Can i use iTunes Match with just an Ipad or Iphone?  I no longer have a computer

    pollyjane wrote:
    Is there any way to use match without computer ?
    Not really, no. I suppose in theory, but there is no way to manage the library, or retrieve the match contents for back up or other purposes.

  • Hello, can i share itunes match with the other members of my family?

    Hello, can i share itunes match with the other members of my family?

    No, sharing match is not included in the family share. The only way is to use the same Apple id on all devices but this may present problems if your family members have their own Apple id.
    JIm

  • Payment Means with few checks

    In incoming payments -> Payment means -> Check - when I have 2 checks the due date for the second check became automatically with the next month. How can I change it to todays date?
    In case that I have few checks the Due date will be automatically todays date
    Thanks,
    Olga

    Hi Olga,
    The issue seems to be system designed. I was able to reproduce the issue .
    This is what online help explains about the field :
    Due Date :
    The current date is the default date for the first check. Change if necessary.
    Hope it helps.
    Regards,
    Jitin

  • Multi Currency in One Incoming Payment

    Hi Dear;
    in sbo we can't create incoming payment with more than one currency in the ssame incoiming payment.
    i think it's better to have it.
    thank you Dear;

    Though the SBO system has an option of allowing incoming payment in multi-currency. The suitation you're talking is very rare and SBO has no answer for it, has will affect your cash flow statement.
    As all such things are discussed rite in the very beginnig i.e. even before execution of work, the user should post invoices accordingly.
    Assign points if useful.
    Thanks,
    Srikanth

  • Cannot update one incoming payment

    Hello. I have a problem modifying an incoming payment. I have a payment created and i want to increase the BillOfExchangeAmount and i have an error when update the payment. The code is this:  ( is a debug code. Payment has number 39 )
    Set payment = SAP.g_Company.GetBusinessObjectoIncomingPayments)
    payment.GetByKey(39)
    payment.BillOfExchangeAmount = 120
    payment.Update
    error = SAP.g_Company.GetLastErrorCode
    descr = SAP.g_Company.GetLastErrorDescription
    It return error -10
    The error description is =  Bill Of Exchange does not exists
    But the BOE exists!. Is a mistery...
    Thanks. See you.

    Hi Hector,
    I tried to do something similar with the BillOfExchange object. My conclusion is that you can't update the payment means data of an inserted payment (try that in B1). I even looked at the profiler.
    And about the error, try this (there's no error)
    payment.BillOfExchange.BillOfExchangeNo = payment.BillOfExchange.BillOfExchangeNo
    and add your code then. It should work. But no update.
    Hope this helps,
    Ian

  • 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

  • Post an Incoming Payment starttng with Invoice Number.

    My client needs to create an Incoming Payment for a customer but wants to start with the Invoice number instead of the BP number.  They are using SAP B1 version 8.8.  Do you have a solution?

    Bill,
    This is quite common and I think this is what you will need...
    Save the below query and link it as a formatted search on the CardCode field on the Incoming Payment
    SELECT T0.CardCode FROM [dbo].[OINV] T0
    WHERE T0.DocNum = '[%0]'
    After you add this formatted search query to the CardCode field.  The user would press Shift+F2 on the CardCode field when processing an Incoming Payment. A window would pop-up asking to Enter DocNum which is the Invoice number.  This will do the reverse lookup.
    SUDA SAMPATH

  • Can one use  the iphone with car  stereo systems as one does an ipod?

    My car has a "jack" for mpegs/ipod to interlace with the existing stereo. Is there an accessory that will allow me to use my iphone as one would an ipod with such systems?

    Dewey Cheatum,
    Apple doesn't make most of the adapters out there. Instead Apple provides the specifications so that other manufacturer's can make products that are labeled as "Works with iPhone".
    I would contact the manufacturer of the car stereo to see if they have one that is certified by them to meet the "Works with iPhone" standard. If the radio came with the car, then the dealer and car manufacturer would be the resource to utilize.
    This link described how manufacturer's can get their products labeled as "Made for iPod" or "Works with iPhone".
    http://developer.apple.com/ipod/accessories.html
    Hope this helps,
    Nathan C.

  • HT4914 How can I download iTunes match with out a computer?

    How can I download iTunes Match from my iPad?

    This link should get you going: https://helpx.adobe.com/x-productkb/global/find-serial-number.html
    Benjamin

  • Incoming payment by F-28: Reason code error while posting

    Hello everyone,
    I want to post Incoing Payment using F-28 net of TDS. I want the separate GL account to be picked up automatically for the difference when I enter the Reason Code 003.
    I did the following customization for the same.
    1. Financial Accounting> Accounts Receivable and Accounts Payable> Business Transactions>Incoimng Payments> Incoming Payments Global Settings>Overpayment/Underpayment> Define Reason Codes:- Here I selected the Indicator 'C' for reason code 003 which is for "Indicator: Charge off difference via separate account". The reason code 003 is for TDS Netted
    2. Below the Define Reason Code node, I selected the node 'Define Accounts for Payment Differences' . Selected the key ' Rules' and selected the checkbox 'Reason Code'. Then clicked on 'Accounts' and enetered the desired GL account against the reason code '003'.
    After doing the above customization I posted the Incoming payment using T code F-28. I entered the difference in the field 'Difference Posting'. Then entered reason code '003' which is for 'TDS netted' in the field 'Reason Code'. Now, I am getting the follwoing error.
    Reason codes with automatic charge-off are not permitted here
    Message no. F5605
    Diagnosis
    The reason code entered is designed to ensure that the payment difference amount is posted to an account specially set up for this purpose.  Postings of this nature usually require additional specifications (e.g. tax code, business area). If the difference stems from a single open item, the necessary specifications can be taken from that item. In the case that led to this error message, however, the difference does not stem soley from one item, which means that this method cannot be used.
    System Response
    The reason code entered is not accepted.
    Procedure
    You can either select a different reason code, which would create a new open item for the customer or vendor OR write off the difference using the function Charge off diff.. This function either takes you into a pre-configured account assignment model or into the document overview. From here you can enter the required difference postings.
    How can I proceed ahead?
    Thanks and Regards,
    Pradnya

    Hi Saulo,
    Thanks for ur reply.
    I had alreay done the config in OBXL and OBBE. Only thing I wanted to know is while posting Incoming Payment by F-28, how to use this reason code.
    Ur reply was a gr8 help for me.
    Regards,
    Pradnya

  • Create incoming payments, based on Sales Person code

    Hi all,
    is there any SAPB1 functionality to create incoming payments, for many Sales Invoices of different customers , based on a Sales Person code ?
    Thank you,
    Aris Pantelatos

    Hi Jitin and Gordon,
    Thank you both for your replies.
    Jitin, I need to create different incoming payments (one for every customer)  based on a list of invoices with a specified Sales Person on them.
    Do you know, if this is included on SAPB1 roadmap?
    Aris
    Edited by: Aris Pantelatos on Feb 8, 2012 4:04 PM

  • Query for what incoming payments are linked to a/r downpayment invoices

    Dear all,
    Please advice on what query will give me the incoming payments linked to A/R Downpayment invoices in SAP business one 2005 pl 50
    Kind Regards,
    Monil

    Thanks Gordon,
    Please advice on which tables do I refer to?
    Monil

Maybe you are looking for

  • Sending table using SO_NEW_DOCUMENT_SEND_API1

    Dear All, I want to display a table in the mail sent from the SAP system using the function module SO_NEW_DOCUMENT_SEND_API1. Is there any way to do this? or Is there any other function module for doing this? Thanks Manik L Dhakate Message was edited

  • I have purchased a new macbook air today and don't know the password for it?

    I have purchased a new MacBook Air today and dont know what the passord is that was created today - in truth i discussed with the sales assistance that i didnt want one and im sure she just tabbed through that section!!! Im now trying to load Office:

  • Auto emails auto blocked

    Hello everyone: I am wondering if anyone has any advice. What I am having problems with is I have set up a page where accounts can log in. Each account has an account number and then their email address is stored in our database. First time log-ins c

  • How can I enable Windows Explorer (Windows 7 64 bit) to open LabView 8.2.1 LLB files?

    How can I enable Windows Explorer to open LabView LLB files? I am running LabView 8.2.1 on Windows 7 64 bit. The option "Enable Windows Explorer for LLB Files" in Tools/Options/Environment is unchecked and grayed out.

  • EDs.dll error when use Updateusers or provisionusers commands

    I am installing V9.2.1 and receive this error when I try to use updateusers or provisionusers. I have installed and configured shared services, aas, eas, planning and using weblogic 8.1.4. Any ideas? It says it cannot find library eds.dll. Is this be