1099 report for Customers

Hi,
We have a requriement to report 1099 on Rebate Customers, planning to use standard SAP report S_P00_07000134 (RFIDYYWT)
Have already modified the existing process type US_1099 with output group US1 to include both Vendor and Customer payments. But, the reprot is not pulling the Customer payments yet.
Also tried to copy the old process type and created the new one just for the customers alone. This time report is providing the output for customers but "Country specific Slection" is missing in Mandatory selection.
Can anybody suggest what am I missing in the configuration or are there any OSS note for this ??
Thansk in advance
Uma

HI,
Please refer the below note.
1549310  Belgium Customer Rebate reporting
178824   Withholding tax from SD for countries other than
Regards
Madhu M
Edited by: M Madhu on Nov 30, 2011 11:31 PM

Similar Messages

  • Key Reports for Customers (Follow-Up from P2P)

    Currently, we are working intensively on enhancing the reporting area in B1 and XL Reporter. Our ambition is to reach a situation where most of the required reports will be installed automatically. We would like to know your opinion about your preferences and our directions.
    This thread is continuation from 'Key Reports for Customers' <a href="http://p2p.sap.com/businessoneforum?type=join&login=1&uid=41FB661A76CED536C825C4E2B6FF4397&cid=91&go=z37225">discussion</a> in P2P SAP Business One Forum (Product Development Collaboration). Previous discussion on P2P is summarized in the attached file.

    Key reports not readily available at present for customers with multiple locations are sales by branch, purchases by branch, open orders by branch (sales and purchases), the ability to group sales persons by branch for reporting by salesperson to branches.
    The ability to report opportunties in XL Reporter by region / territory is one we are often asked for, and this would extend to sales by territory (not necessarily the same as branch)

  • Annual Tax Report for Customers/Vendors

    Hello,
    I am trying to use S_ALR_87012379 report but it does not exist in 6.0 release (it appears in 4.5 release)
    Is there any other report to obtain "Annual Tax Report for Customers/Vendors"?
    Thank you very much

    Hello,
    I have tried S_ALR_87019598 and S_ALR_8709598 and they do not exist.

  • 1099 Report for OTV - Classic Withholding Tax

    Hello Members,
    We run on SAP ERP 6.0 EHP6 and use the classic withholding tax functionality.
    Wondering what the rest of the world with classic setup is using for 1099-MISC reporting for one time vendors ?
    Currently we follow a cumbersome process of pulling FBL1N report (which doesn't have otv address information), and then FCHN to get vendor address details. With this we change a vendor and update the master data and payment document withholding information in QAS to print the paper form from QAS.
    I read a few of the forums and the idea I get is, if the vendor is to be 1099 reported, it should be a standard vendor.
    Questions:
    1) Any standard functionality available within classic setup for 1099 MISC reporting of OTV ?
    2) Does using extended functionality make OTV reporting any better
    3) Any best practices that you are following which you think is better than ours ?
    Regards,
    Ani

    Hi,
    See SAP Note-802033
    Raj

  • Using Crystal Reports for customers

    Hi,
    Can you please let me know if customers can use in Crystal reports without VB/C#?
    Where can I find samples with crystal reports?
    Thanks,
    Olga

    Hi Olga,
    >> Can you please let me know if customers can use in Crystal reports without VB/C#?
    >> Where can I find samples with crystal reports?
    Customers can use crystal reports without having VB/C# installed.
    You can find useful information for crystal reports and other business objects (an SAP company) products at the URL: https://boc.sdn.sap.com/product-portal/3
    Hope the information is helpful.
    Thanks & Regards
    Satish

  • 1099 Reporting for Multiple Operating Units using same Tax Id Number

    Everyone!!!!
    We have multiple operating units using the same tax id number. We need to use the 1099 standard reports. I see that in the 1099 standard programs, one of the necessary parameters is Tax Entity Id which is again at operating unit level.
    As 1099 reports need to be sent at the Tax Id Number not at operating unit level, is there any way to use the starndard program and do this, or will we have to customize it?
    We are on 11.5.10.2 if it matters. Let me know if you need more information.

    Ok, I Found it. We have to customize it. Taxes are reported at Operating Unit level only.

  • Report for customers

    Hi gurus,
    we have categorised our customers as x, y and z in customer classification.
    We have some customers who fall under x category and y category and z category, no we want a report which shows their order values and invoiced values for a period of time. in mcta we are not able to add customer classification as selection field. in report we want customer classification to be shown so that we can change their categories according to their invoiced values.
    if there is an option in standard report or if i have to write a query what tables are best to get information for a particular customer. please advise gurus and thanks in advance.
    Cheers,
    Nathan.

    Dear Nathan,
    Try with this option I hope it will serve your requirement.
    Go to VC/2 transaction then click on Dynamic selection Icon or press Shift+F4 now system will take you to the additional selection data.
    -->General data in customer master
    -->Customer contact person
    -->Customer master partner functions
    -->Customer master sales data
    Here you go in to the Customer master sales data you double click on ABC Classification now field come to the right side under Dynamic selections tab here you can input customer classification related data then execute now system will give sales report with customer classification details.
    I hope this will help you,
    Regards,
    Murali.

  • Profit Center wise Debit Credit report for Customers

    Hi
        I  want to develop Customer Debit , Credit balance report based on Profit Center in the company. In KNC1 Table I got the required data except Profit Center.In  S_ALR_87012169 Standard report profit Center is taken. I wanted to make output format of my report in the same format of output of mentioned transaction. Please Suggest from which table I have to take  Profit Center and all data of KNC1 table.
    Already Searched in Forum
    Thanks in Advance
    Regard's
    Sai
    Edited by: sai_abap on Aug 24, 2009 5:11 PM

    Hi
    If your requirement is to add the field in report no need to copy the program and change. As per as my knowledge after executing the S_ALR_87012078, select the call up report, and double click on line item report.
    From menu select- settings-special fields then it leads to OBVU(It is cross client Customizition)
    You can add the Table:BSEG, field name:PRCTR -save
    after that you can Run the program RFPOSXEXTEND through SE38
    and please follow the SAP note 984305 for further process
    I saw the thread .I didnt get it.
    will u explain me in detail.
    Thanks in Advance
    Sai

  • How to design insertion and report for customers

    I develop a web application in which I provide a web interface for inserting a customer. I model this customer as a class and provide its attributes. I have functions like addCustomer that inserts a customer's details in DB and getDetails() that returns a customer's attributes as an array. I have designed this for dealing with a single customer.
    Now I want to list all customers from DB. I think another class should be created with a listing function that has multiple references(multiplicity) for the customer class. It is a easy task to retrieve all customer using a query and display it. But I don't know how to model this. I don't want to create one object for all available customers and display the details of each customer. Then How to model this and how to implement this using classes.
    Can U tell me a resource or article that handles similar task.
    Thanks.

    Hi,
    Create a POJO called customer ( plain java object which represent the persistant data ) and a Customer manager which is reponsible for retrieving a list of customer.
    So the Customer manager will deal with retrieving the customer list.
    Regards,
    Alan Mehio
    London,UK

  • Simulair report for FBL5N and FBL1N for new general ledger on segment level

    We are working with segments in new G/L ledger. We want to run a open item report where we can combine customers and vendors by segment. The vendors and customers are linked in the master data. In the "old"  reports FBL5N and FBL1N you can do this but not by segment.I found the following report on segment level:
    - S_PCO_36000218 - Receivables: Segment
    - S_PCO_36000219 - Payables: Segment
    What I'm missing is to run 1 report for Customers and vendors. What I'm missing to is that there are only some fields available on line item level. (I like to have invoice number, documentype,.......)
    Is there a standard report for this in new genaral leger?
    Is it possible to ad additional field to th list viewer.

    What is this user license type?  All financial transactions need professional license.
    Thanks,
    Gordon

  • Payment History for Customers

    Hi
    there is a field in the customer master (KNB1-XZVER).  If this indicator is selected during the customer master creation, then the payment history gets updated and we can run the report using transaction code S_ALR_87012177, which is program RFDOPR20. 
    i got a requirement that even the KNB1-XZVER is not checked i need to generate a similar kind of payment history report  for customers.
    I am analyzing which tables this program is retrieving the data from and if the data is not updated into these tables, is it possible to do it thru a custom program. 
    If any one has worked on this kind of requirement please suggest me the solution.
    regards
    rajani

    Hi
    thanks for the reply.  As you said we can do the config from the new entries created for the customer master.
    Now the user wants the payment history for the customers already created where the check box for payment history is not checked.
    can you suggest me the solution for that?
    regards
    rajani

  • 1099 reports

    Hi All,
    what are the prerequisites things we have to configure for 1099 reports for vendors?
    Thank you,
    Misbah

    Hi
    There is already a thread on 1099 reports.  Could you please search and you might get an answer.
    Thanks
    Ashok

  • 1099 Reports(US Withholding tax)

    Hi,
    Plz help me how to Configure
    1099 Reports(US Withholding tax)
    Regards,
    Padma

    Padma,
    Configuring 1099 Reporting for US in SAP is pretty much a standard process. However, not everyone I know chooses to use the standard reporting tool inside SAP to generate the extracts that are to be sent to the US Tax Authorities (IRS) for tax reporting purposes.
    Since you've not mentioned exactly which format for 1099 it is that you're looking for, I'll assume you are looking for 1099MISC.
    Rather than giving you all the steps here, I'll point you to an OSS Note (363650 - Withholding Tax Configuration for 1099MISC). This Note contains the customizing steps for extended withholding tax configuration for US (1099 Reporting).
    Of course, once you're done with the config, you'll want to create the tax return extracts. Depending on which version of SAP, you might want to use program RFW1099M (if you're on a version below 4.7) or RFIDYYWT (if you're using version 4.7 or anything above).
    This is the reporting tool for generic withholding tax, which SAP recommends to be used for 4.7 and above.
    However, be sure to apply all the outstanding OSS Notes applicable for this report, as there are legal changes (which are announced by IRS from time to time) that need to be updated into the SAP system each year.
    There are other components involved, like SAPScript form, DMEE engine config for the tax report output, etc. which I'll let you explore on your own.
    Happy Learning!
    P.S.: Just to get you started in your search for 1099INT, you can start with Note 561568 (1099INT Reporting).
    Remember to assign points if found useful.
    Regards
    Gulshan

  • Report Open balance for Customers back in time

    Dear All,
    I would like to have a question: How can I report Highest Balances for Customers back in time? So I have to list Date and Amount, in the last one year, when Customers had their Highest Balances (highest outstanding amount). I have a transaction that can show actual status but I cannot report it for a long period in the past.
    Does anyone have an idea how could I do it?
    It would be very helpful.
    Thank you!
    A.

    Hello,
    Solution Manager does not desal with Customer Balances. Perhaps you wanted one of the banking industry forums, or FI AR/AP?
    In any event this question will not help you much in this forum.
    Regards,
    Paul

  • Report for inquiries for all customers and material

    how can i see a report of all inquiries of all customer and materials is there any predefine report in sap
    we do have va15 but it does not list depending on the custmer or material, how can we do it for all customer
    thanks

    Standard SAP SD Reports:=
    Statistic Group:
    Purpose – To capture data for Standard Reports, we require to activate Statistic Group as under:
    --> Item category (Configuration)
    --> Sales document type (Configuration)
    --> Customer (Maintain in Master data)
    --> Material (Maintain in Master data)
    When you generate statistics in the logistics information system, the system uses the combination of specified statistics groups to determine the appropriate update sequence. The update sequence in turn determines for exactly which fields the statistics are generated.
    Configuration:
    IMG --> Logistics Information System (LIS) --> Logistics Data Warehouse --> Updating --> Updating Control --> Settings: Sales --> Statistics Groups -->
    1. Maintain Statistics Groups for Customers
    2. Maintain Statistics Groups for Material
    3. Maintain Statistics Groups for Sales Documents
    4. Assign Statistics Groups for Each Sales Document Type
    5. Assign Statistics Groups for each Sales Document Item Type .....
    All Standard Reports which are available are as under:
    SAP Easy Access: Information Systems -> Logistics -> Sales and distribution ->
    1. Customer -> Incoming orders / Returns / Sales / Credit memos / Sales activities / Customer master / Conditions / Credit Master Sheet
    2. Material -> Incoming orders / Returns / Sales / Credit memos / Material master / ...
    3. Sales organization -> Sales organization / Sales office / Sales employee
    4. Shipping point -> Deliveries / Returns
    5. SD documents -> Orders / Deliveries / Billing documents ...
    & so on.
    Some of the Standard reports in SD are:
    Sales summary - VC/2
    Display Customer Hierarchy - VDH2
    Display Condition record report - V/I6
    Pricing Report - V/LD
    Create Net Price List - V_NL
    List customer material info - VD59
    List of sales order - VA05
    List of Billing documents - VF05
    Inquiries list - VA15
    Quotation List - VA25
    Incomplete Sales orders - V.02
    Backorders - V.15
    Outbound Delivery Monitor - VL06o
    Incomplete delivery - V_UC
    Customer Returns-Analysis - MC+A
    Customer Analysis- Sales - MC+E
    Customer Analysis- Cr. Memo - MC+I
    Deliveries-Due list - VL04
    Billing due list - VF04
    Incomplete Billing documents - MCV9
    Customer Analysis-Basic List - MCTA
    Material Analysis(SIS) - MCTC
    Sales org analysis - MCTE
    Sales org analysis-Invoiced sales - MC+2
    Material Analysis-Incoming orders - MC(E
    General- List of Outbound deliveries - VL06f
    Material Returns-Analysis - MC+M
    Material Analysis- Invoiced Sales - MC+Q
    Variant configuration Analysis - MC(B
    Sales org analysis-Incoming orders - MC(I
    Sales org analysis-Returns - MC+Y
    Sales office Analysis- Invoiced Sales - MC-E
    Sales office Analysis- Returns - MC-A
    Shipping point Analysis - MC(U
    Shipping point Analysis-Returns - MC-O
    Blocked orders - V.14
    Order Within time period - SD01
    Duplicate Sales orders in period - SDD1
    Display Delivery Changes - VL22
    Regards,
    Rajesh Banka
    Reward points if helpful.

Maybe you are looking for