1099 invoice post vs payment post

Why does the 1099-misc pull invoice totals and not payment totals?  I thought 1099's were to report cash payments during the given year.

1099-MISC can pull invoice totals or payment totals depending on your configuration. 
See:  IMG -> FI -> FI Global Settings -> Withholding Tax -> Withholding Tax -> Extended Withholding Tax -> Generic Withholding Tax Reporting -> Define Output Groups.  Find the entry for US_1099 (1099-MISC) and display the details.  The value selected from the drop-down box below "Read Withholding Tax Items From" determines whether invoices or payments are selected.
Note - even though this config falls under "Extended Withholding Tax" in the IMG, it still applies to Standard Withholding Tax.
Regards,
Shannon

Similar Messages

  • Difference between FI Posting and Payment Posting

    Hello Experts,
    Can anyone please throw some light on the use of Program "H99_POST_PAYMENT" (Payment Posting Program - PC00_M99_PPM)?
    What does this program exactly do? Anyone who can answer me interms of Technical and Business Perspective.
    Also how is this program different from Traditional Posting Program (RPCIPE00 / PC00_M99_CIPE)?
    All inputs are appreciated.
    Thanks,
    Janga K.

    Program "H99_POST_PAYMENT
    Purpose
    All payments are posted automatically with this report.
    Features
    If you have performed posting to Accounting (FI/CO), all open liabilities from Payroll are placed on the relevant liabilities accounts accounts, as well as the payments to employees.
    In the standard system, as the payment medium is created for the payments to employees from HR, the system does not mechanically generate the corresponding liabilities accounts. Neither the DME preliminary program (programs RPCDTAx0, or RPCDTCx0 and HxxCDTC0, or RPRDTAx0 ) or the program for creating the data medium (programs RFFO*) perform posting in the FI general ledger. Therefore, if the system in HR generates the payment mediums for payments to employees, you must also perform manual postings in parallel. These manual postings are usually performed with the payment summary. In most cases, there is only one posting containing only a few posting items, that is, one posting item for each bank clearing account and each company code involved.
    If, however, the liabilities are distributed according to expenses, more posting items are generated. You can no longer perform posting manually.
    Selection
    With the report H99_POST_PAYMENT, all payments are evaluated regardless of whether they have been paid or not. All wage types included in table BT and table T52POST_PAYMENT count as payments.
    RPCIPE00
    This program is used to post the payroll results to accounting/FI.
    All wagetypes which are configured to the respective GL accounts using the symbolic account are simulated and the documents so generated using this reported are then executed thru PCP0 to have the values posted to the General Ledger.
    Thanks and Kind Regards
    Ramana

  • Custom invoice clearing & payment posting

    Hi all,
    we are not recieving BAI2 file for lockbox from bank but we have an external software which will identify SAP customer invoices & corresponding payment.
    Now how can we post this payment as we do nor have BAI2 file. I think that some custom program will be required for cash posting & clearing but I am not sure how to create it.
    Please help..
    Nik

    Usually you can reset or reset & reverse at a time.
    But for some documents there will be forex gain/loss line items which will happen automatically when  a open line document cleared with another document.
    e.g. Line item 1 :- 500 Cr balance in a vendor account.
    When you done the payment to this vendor through F-53, system also analyze the valuation differences if any and post.
    so these are generated automatically
    While reset this document you can't avoid reversing.
    May this is the issue you are also facing.
    you cant do anything for this.

  • Error whilst posting a payment against an invoice ..

    I'm trying to post a payment against an invoice but i'm getting an error saying 
    "Error -10: Base Document Card and Target Document Card do not match"
    The code is shown below
    // Post a payment against this invoice  ..
                Payments oPay = (Payments)B1Connections.diCompany.GetBusinessObject(BoObjectTypes.oIncomingPayments);
                oPay.CardCode = form.DataSources.DBDataSources.Item("@MyFileName").GetValue("U_BPCode", 0);
                oPay.CardName = ((EditText)form.Items.Item("CardName").Specific).Value;
                oPay.Reference1 = ((EditText)form.Items.Item("DocEntry").Specific).Value;
                string workFld = ((EditText)form.Items.Item("U_Balance").Specific).Value;
                oPay.CashSum = Convert.ToDouble(workFld);
                oPay.CashAccount = "161010";
                oPay.DocType = BoRcptTypes.rCustomer;
                oPay.Invoices.DocEntry = invoice.DocNum;
                oPay.Invoices.DocLine = 0;
                oPay.Invoices.InvoiceType = BoRcptInvTypes.it_Receipt;
                oPay.Invoices.DiscountPercent = 0;
                oPay.Invoices.SumApplied = invoice.BaseAmount;
                oPay.Invoices.Add();
                int rtnCode = oPay.Add();
               Utility.handleAnError(rtnCode);
    I've checked the obvious that the invoice.DocNum does relate to the business partner in oPay.CardCode ..
    Anyone any ideas ?  The invoice is a service invoice and I don't have any Sales Order or anything for it  ..
    TIA

    Rob,
    which ?
    Robins or mine ?
    EDIT: is see Robin was right
    i place this in my "answered questions" book for other members
    regards
    David
    Edited by: David Nussböck on Jun 3, 2008 3:11 PM

  • Posting Cash Payments and Clearing Invoices

    Hi everybody,
    Can anybody suggest a transaction to post payments (money) and clear FI invoices.
    I am looking for a transaction where the user can pull an invoice by doing a search by invoice number, or by PO number, and to post a payment against the invoice, do clear it down.
    I tried the transaction F-28 and, apparently, I can´t search the invoice by the PO number.
    Appreciate your help!
    Thank you very much!
    Kind regards
    Drimas

    Hello,
    If I understand correctly you are trying to make payment for vendor invoice. Whereas, the transaction code F-28 relating to Customers.
    You have two option in SAP to post invoice
    1. MIRO - If you have Purchase Order details and your MM module is in place, then you can post. However, before posting MIRO, you should have Purchase Order in place ME21N and goods receipt must have been made in MIGO.
    2. If it is pure FI Invoice, then you can post the invoice through F-43 or FB60
    Now for any of the invoices 1 or 2, you would like to make the payment,
    You can make the payment by using
    F-53 - Creates Payment Document (To assign check manually use FCH5, to assign automatically use FBZ5)
    F-58 - Creates the Payment document as well as assign the check automatically.
    F110 - For Automatic Payment Program
    If you want to void the check, then FCH9
    If you want to void the check as well reverse payment document FCH8
    If you have not assigned any check so far, but would like to reverse the payment document, then use FBRA.
    Once you have reversed the payment, if you still wanted reverse invoice document, then use FB08.
    If you want to see the check register, use FCHN.
    To update the check number on assignment or reference field, you can use FCHU.
    May be some of transaction codes are irrelevant for you, but just for your future reference, I have provided additional information.
    Please let me know if you need any further information.
    Regards,
    Ravi

  • Post Vendor invoice with Down Payment via BAPI_INCOMINGINVOICE_CREATE

    Hi Experts,
    We have configured downpayment functionality for PO's. We have below process
    Create PO with down Payment request -> Create down payment request -> Run payment program for paying down payment -> Post GR -> Post invoice with BAPI (considering down payments against invoice)
    But unfortunately when I am trying to post PO invoice with downpayment details using BAPI_INCOMINGINVOICE_CREATE I do not see any fields related to down payment. Can some one confirm me if SAP has provided this functionality? if NO any workarounds?
    Rgds,
    Harish

    Hi experts,
    any suggestions?
    Regards,
    Elena

  • Post incoming payments based on Invoice number.

    Hello,
    I would appreciate your help on the following question. POINTS AVAILABLE. <b>Is there a way for us to post an incoming partial payment from a customer based only on the invoice number?</b>
    For example, a customer has several open invoices and want to make a partial payment on 1 of the invoices. <b>I know we can do it using F-28 (Partial Payments tab), however, is there any other way to post a payment to a particular invoice without entering a customer number?</b> Using F-28 brings up all the invoices and pmts for the customer.
    Thanks in advance!

    <b>This is the documentation about the program:</b>
    <b>F.13</b>
    This program clears open items from customer, vendor and G/L accounts (in particular, GR/IR clearing accounts) automatically.
    It selects all accounts specified in the value sets that have debit and credit postings.
    The following items are not cleared:
    Noted items
    Statistical postings and special G/L transactions of the type bill of exchange
    Items with withholding tax postings
    Down payments can only be cleared if down payment clearing for the same amount has been posted
    The remaining open items are grouped according to fixed system criteria:
    Company code
    Account type
    Account number
    Reconciliation account number
    Currency key
    BSID-WAERS for customers
    BSIK-WAERS for vendors
    BSIS-PSWSL for G/L accounts
    Special G/L indicator
    The program also groups items according to a maximum of five user criteria. Note that the trading partner number and the business area are no longer fixed system criteria (in comparison to the former clearing programs SAPF123 and SAPF123W). Therefore, if you want to group by business area or trading partner number, you have to enter these as user criteria.
    Clearing takes place when, for the group of line items selected according to the above criteria, the balance in document currency (for customers and vendors) or in update currency (for G/L accounts) is zero. The date for clearing is the clearing date according to your selection specifications. In an update run, if the clearing transaction is successful, the clearing document number is specified.
    During the program run, all accounts in which clearing can be performed are blocked. They are then unblocked again after the clearing transaction. Accounts that are blocked by other transactions or that are intended for the automatic payment run are not considered in automatic clearing
    <b>OB74</b>
    Prepare Automatic Clearing
    In this activity you enter the criteria for grouping an account's open items for automatic clearing. The clearing program clears the open items that are grouped together if their total balance equals zero in local and foreign currency.
    You must enter the following standard criteria:
    account type
    account number or a number interval
    You can also enter a further five criteria.
    You select these five additional criteria from the fields in table
    BSEG or BKPF. If possible, you should choose fields that are also
    contained in table BSIS (G/L accounts), BSID (customers), or BSIK
    (vendors). You can determine the field names by displaying the tables
    in the Data Dictionary, which you reach by choosing
    Tools -> ABAP Workbench and then Dictionary.

  • T-code F-28 (Post Incoming Payments) - only 16 lines to enter invoice doc

    Hope someone can help me on the following issue:
    Issue is pertaining to t-code F-28 (Post Incoming Payments). There are only 16 lines for user to enter invoice documents when we select Document Number for the Additional Selection. For some cases, we do need to enter more than 16 lines.
    Question:
    1.     Anyway to increase number of lines for user to enter invoice documents
    2.     Any workaround if the number of lines cannot be increased.
    Thank you very much.
    Wilson

    Hi,
    That is standard SAP screen defination.
    You can use "Page Down" button to enter additional 16 document numbers and so on. Or can give the document numbers in ranges.
    If you have a huge list of invoice numbers to be given which can not be met by above, then you need to develop a custom program to call BDC or BAPI_ACC_DOCUMENT_POST
    Regards,
    Gaurav

  • Warning Message at time posting Invoice for Advance Payment alrady made

    Dear Sir,
        I want to get a Warning Message at time posting Invoice for Advance Payment alrady made. Please tell me the cofigaration.
    Regards,
    David

    Dear David,
    I think You're referring to the following Information message:
           xxxxxxxx,xx EUR Down payment exist
         Message no. F5096
    Diagnosis
         On the account, special G/L transactions exist which, if necessary, are
         to be cleared with the posting you are currently entering. The special
         G/L transactions which initialize this note were defined in the default
         settings.
    System Response
         You receive this note.
    Please kindly run OBA5, insert the Applicational area F5 You can see that You can have only a Note in footer, a note in window or switch off the message:for information message 096.
    Therefore You cannot have a Warning message W.
    Mauri

  • Credit card payment post invoicing.

    We are starting to implement SAP and one of the requirements that we have is to be able to take a credit card payment post invoicing on an order that did not come as credit card order. Our implementation partner is saying that it is an enhancement to be able to do this. Is it true?. I can't believe that a mature product like SAP cannot handle most common scenario like this.
    Your input is greatly appreciated.

    Hi, Chandra:
    I am interesting to know the result also.
    But I am confused What is the credit card order? Normally, I know the scenario that, take customer for example, we can maintain the payment method in customer master record, like bank transfer, check. And from company's perspective, we can run the payment transaction to collect the money from customer via the pre-defined payment method automatically. This is typical scenario of payment initiated by company.
    We also have payment scenario initiated by customer, which is more flexible.
    Can you specify your scenario in more detailed way? Thanks.
    Best Regards, Lawrence

  • F-28 Post Incoming Payments (Thousands of AR Invoices)

    Dear expert,
    Transaction F-28 helps to clear AR invoices by automatic creation of accounting document and line items.
    It allows for additional selections such as document number, posting date, amount, reference and etc...
    However, this only allow for 16 entries each time.
    My requirement is posting thousands of open items by selection field Reference and post exchange rate difference.
    Can anyone suggest on how to do this?
    If need to write ABAP program, I would like to run the program in background due to performance issues.
    I had search all forum threads, most of the threads suggest on using FM BAPI_ACC_DOCUMENT_POST, but this need to define the posting keys and posting line items. F-28 can automatically create those line items including exchange rate difference and post to correct g/l account. It also helps to clear those outstanding AR invoices which can't do by this function module.
    Moderator message - Cross post locked
    Edited by: Rob Burbank on Nov 24, 2009 9:33 AM

    Dear Sandipan Das,
    You are right. This is the first assumption when I search through all forum threads. But I wonder whether something will be missed out in case I run the program in background.

  • How to Post Customer invoice and Incoming Payment?

    Hi,
    Please give me some inputs for the below scenario. Please help me where i can do this..I could not find the T.Codes..
    1. Customer Invoice
    2. Customer Payment at Desk
    3. Down payment
    4. Down Payment Clearing
    I could able to find the t.code for Down payment, But i could not find the T.Codes for Invoice and Incoming Payment and Payment Drawer.
    Please help me..its bit urgent...

    Hi Kishore
    IS-H only generates invoices from a pseudo SD. In SD are seen as invoices entered form an external systems and transfered to FI.. So, no posible to do a FI invoice directrly in IS-H.
    Regarding the payment, once the invoice is created in NA30N and correctly transfered to FI, you will see a tab called Incomming, Payments. That tab is shown only when a valid cash desk to the user using the user parameter N_CASH_DESK besides, permitted values for the user parameter are all values that are stored for the field "Cash Desk" in the Customizing table  TN21Z1 (Set Up Cash Desk).
    I hope it helps.
    With best regards
    Matías

  • Adding 1099 Tax Codes after payment of the invoices ?

    Hi !
    We have a client where the 1099 Codes were not added in vendor master, and obviously in invoices , subsequently the payments have been posted to the vendors a few months back. Now it is realized that the 1099 info is missing from the reports and the documents and we are looking for ways to include the 1099 info in the posted documents.
    Has anyone had a similar situation ? What was the solution or approach ?
    Thanks

    Hi,
    The modifications to vendor master will not modify the posted documents.
    Only the future documents will have that effect.
    One option is to develope a report for these documents to have 1099 info.
    Regards,
    Ashutosh

  • Due date payment restriction during manual payment posting

    Hi Team.
    We have a requirement to pay bills only after the due date is over,and not before that.
    For Ex :- If i have payment terms of 30 days and i am booking invoice on 1st of mar then due date would be 31st of mar.
    our requirement is to pay this bill only on or after this 31st march.user should not allowed to post any payment entry before 31st march.
    Can some one please give the settings required for achieving this requirement during manual payment entry..
    appreciate your help..
    Thanks
    Vinai

    Hi Vinai,
    Sorry for giving confusion..It is as simple as below.
    1). Manual payment should happen only after  the invoice is due....and that too for only one vendor.rest of all vendors should be able to pay as usual before due dates. so we are creating one new payment term for particular vendor and trying to restrict the payment by creating validation.
    2). And this restriction should also apply when vendor is configured as customer.
    For Ex :- If vendor invoice value is 10,000 where i need to pay, and he is also a customer and has sale value 1000 which i need to receive.
    net balance is 9000.
    during this vendor & customer clearance also the due date calculation should work.
    Please help in building validation logic or any BADI , EXIT' s at lease for first one..
    Thanks
    Vinai

  • Post vendor payments f-53 need help

    i am not able to post vendor payments in F- 53 i gave discount 5% and saying to post but it is saying the difference is too large to clear?
    how to change the tolerance group for user? Diagnosis was to change charged difference manually by changing the tolernace group for the user...

    Hi,
    You have to post 5% of the vendor invoice to be posted. have u attached Payment of Terms in venndor master where the payment terms calculate 5% of the vendor invoice ?
    I assume that you have done.
    suppose vendor invoice 5000/-the system is to claculae 5% of 5000/- i.e 250/-
    Now you go to F-53 fill all the required fileds and put the amount Rs 1/- only click on the Process open item and list of the open invoices will be open......you select all and then Deselect all..........then activate the amount Rs250/-........now you go to the Overview Icon (left side corner)and click it the system shows you the line Item of Rs1/-........double click on the line .......new window opens......erase the Rs1/- from the amount field and put ' * ' and press enter . As soon as you press enter automatically 250/- will be showing there . ......simulate and Post it.
    With regards,
    Sudipto
    Edited by: Sudipto Paul on Nov 27, 2008 6:30 AM

Maybe you are looking for