Purchase vat report

hi
plz help me purchase vat Report material wise can you any body tell
me how will take data and relation between Material and vat which table
its urgents
Thanks for help
Regards,
vijay kumar

T.Code: SE38
Report: RFMUSV00
Regards,
Rajesh Banka
Reward suitable points.
How to give points: Mark your thread as a question while creating it. In the answers you get, you can assign the points by clicking on the stars to the left. You also get a point yourself for rewarding (one per thread).

Similar Messages

  • Purchase register vat report

    hi
         plz help me  purchase vat Report material wise can you any body tell
        me how will take data and relation between Material and vat which table
        its urgents
    Thanks for help
    Regards,
    vijay kumar

    Hey !!!!
    Try using F1 help and then F9 for field names.
    For EX ;
    To know the field name for PO, go to transaction me22n and then click on PO number then press F1 and then technical information (F9).For the field names and if lucky you will get the table name also.
    Regards,
    Abhinab Mishra

  • Vat report on purchase?

    Hi Guru,
    I have a requirement like vat report on purchase . So I would like to request you to please guide me.
    Thanks & regards
    Ranjit

    Hi
    Use this t.code S_ALR_87012357
    Regards
    T N R

  • Purchase Register Report

    Hi Friends,
             I need to develop the Purchase Register Report with Vendor details, TIN number, Invoice details, E1 purchases with purchase base value and VAT and CST percentages. But Iam new to the Purchase module. I know the basic tables for purchasing. but can anybody guide me the tables for TIN number with VAT and CST percentages and how to proceed?
    Thanking you in advance
    Regards,
    Murali

    I don't know the fields but a few pointers that might be helpful:
    1) Ask your functional analyst - it's part of their job to provide you with the field location or any guidance on that
    2) At least someone should be able to point you where the fields are on the screen. Then you should be able to go the usual route - F1 -> Technical info, etc.
    3) Respective functional forum might be a better place for such questions if for some reason p. 1 and 2 above are not feasible.
    4) You can always use SQL Trace (ST05) to find where the information is being read from or written to. Start the trace, run the transaction, stop the trace and analyze the list. Voila - no need to ask anyone ever again.

  • Tax conditions in purchase register report

    Hi all,
    I am developing a Purchase Register Report, I have a small doubt regarding Tax conditions.
    From which tables we will get the Tax Conditions like CST, SERVICE TAX, VAT etc.
    Previously I have developed Purchase Requisition Report,in that I have used the FM    'CALCULATE_TAX_ITEM' to get the Tax Condition Values. But in this purchase register report I am getting wrong values for the same FM.
    Please suggest me.
    Regards,
    Pradeep.

    Hi Pradeep,
    First of all let me clarify that you are generating report for Purchase orders generated or for MIRO posted documents
    If you are generating for purchase orders
    First use FM 'REFRESH_TAX_TABLES' for updating tax tables with latest changes
    Next use FM 'FIND_TAX_SPREADSHEET' to find out tax procedure or schema
    Then use FM 'CALCULATE_TAX_ITEM' to get taxes
    If you are generating report for MIRO documents
    Use BSET table for accounting document generated against MIRO
    Regards
    Krishna

  • How to add CIN condition types in Purchase Order Report

    Hi,
    I'm developing a purchase order report using smart forms. I have add the conditions: BED, ECess, SECess and VAT.
    Where from I can get each of the above values.
    I was told that I can get break up of CIN Tax through following Link
    1.) EKKO-KNUMV <-> KNOV-KNUMV
    2.) KNOV-KNUMH <-> KNOP-KNUMH
    But in Link No 2 I'm not able to find any values.
    Kindly help.
    Regards,
    Sriram

    Hi,
    All BED, ECess, SECess and VAT should be calculated manually based on the net value of the purchase order & Company noms. I guess, we cannot get them directly.
    Hope it helps!!
    Rgds,
    Pavan

  • DALHI VAT REPORT

    i am going to create a DELHI VAT REPORT for purchases for  my company which is basically manufacturing based.
    i am using the tables:
    BSIS, "Accounting: Secondary Index for G/L Accounts
            BSIK, "Accounting: Secondary Index for Vendors
            LFA1, "Vendor Master (General Section)
            BSET, "Tax Data Document Segment
            BSEG, "Accounting Document Segment
            BKPF. "Accounting Document Header
    and SQL:
    SELECT XBLNR BELNR BUDAT FROM BKPF INTO TABLE T_BKPF "WORKING PROPERLY
    WHERE BUDAT IN S_BUDAT AND GJAHR IN S_GJAHR.
    and
    SELECT BELNR SHKZG DMBTR HKONT LIFNR STCEG FROM BSEG INTO CORRESPONDING
    FIELDS OF TABLE
    T_BSEG
    FOR ALL ENTRIES IN T_BKPF
    WHERE
    BELNR = T_BKPF-BELNR
    AND MWSKZ IN S_MWSKZ
    AND GJAHR IN S_GJAHR
    AND SHKZG = 'H'.
    where
    'H' denotes for credit.
    butit takes about 3hrs to execute. so i m not able to fire further quries.
    kindly  help  and tell me the possibilities.
    thanks

    Actually, your first SELECT is slow too. You should add at least BUKRS to it. If you do that, I can show you how to speed it up even more; however, your second SELECT will go a lot more quickly if you code both thusly:
    SELECT xblnr belnr budat bukrs gjahr
      FROM bkpf
      INTO TABLE t_bkpf
      WHERE budat IN s_budat
        AND gjahr IN s_gjahr.
    SELECT belnr shkzg dmbtr hkont lifnr stceg
      FROM bseg
      INTO CORRESPONDING FIELDS OF TABLE t_bseg
      FOR ALL ENTRIES IN t_bkpf
      WHERE bukrs = t_bkpf-bukrs
        AND belnr = t_bkpf-belnr
        AND gjahr = t_bkpf-gjahr
        AND mwskz IN s_mwskz
        AND shkzg = 'H'.
    You will have to add BUKRS and GJAHR to T_BKPF
    Rob

  • Help writing a cash on accounting vat report

    Hi
    One of our customers need to produce a cash on accounting vat report which SAP 2007 doesn't deal with.
    Cash accounting works basically by including all sales invoice and purchase invoices paid or monies received for in a month
    I need to be able to see how transactions have been reconcilled for the business partner
    I am ok when an invoice has an incoming / outgoing payment linked to it but I need to know for example what happens when a credit note is allocated / reconciled to an invoice
    Can anyone help me with the logic / table names please
    Many thanks
    Regards Andy
    Edited by: Rui Pereira on Dec 23, 2008 4:06 PM

    I have this, but it creates two records. One for parent and one for child. I want the results all to be in one record though:
    SELECT "", display_title as child, display_id, parent_id
    From dmand_docsys_hier
    Where display_id=7 and parent_id=6 and Upper(file_name)="_TESTFILE.PDF" and admin_project_oid=40
    UNION distinct
    Select display_title as Parent, "", display_id, parent_id
    From dmand_docsys_hier
    where display_id=6 and admin_project_oid=40
    How could I get them in one record instead of two?

  • Purchase Analysis Report

    Hi Experts
    When I Run Purchase analysis report in SAP Business One 8.8 under individual vendor view the Open A/P Invoice (not done Payment) sowing 0.00 in the Applied amount and the purchase amount is showing negative value bacuse it is a credit memo - which is correct.
    But when I run the same report in my customer site who are running SAP B1 2005 PL 43, they are not seeing 0.00 in the applied amount instead they are seeing the same negative amount which is displayed in the purchase amount.which is not correct.
    Please assist me
    Thanks and regards,
    Vinodh
    Edited by: Paul Finneran on Oct 15, 2009 12:36 PM

    Hi Vinodh,
    You may check these threads to see if they have anything related to your question:
    Re: Purchase Analysis Report
    Purchase Analysis Report not shown.
    cant see Purchase analysis report of standard SAP B1
    Thanks,
    Gordon

  • Purchase Order Report

    When Iam trying to take Purchase Order report,
    Fields in PO Report are as follows:
    Posting date, Purchase Order number,Vendor Name, Item Name, Qty, Unit Price, Total Price, & Status.
    For eg:
    PO Num 100 contains 5 Items, Out of which Goods Receipt PO has been raised for 3 Items. and Goods Receipt PO for remaining 2 items have not been raised.
    In this case PO status is OPEN.
    When iam generating PO Report, It shows Status for all the Items are OPEN. bcoz status for the PO is OPEN.
    I want the report to show the status is Closed for the Items for which Goods Receipt PO has been raised. and similarly status must be OPEN for the items for which Goods Receipt PO has not raised. ( PO number is same ).
    Your answers will be very helpfull.
    Thankyou.

    Hi,
           I have created a Column in Purchase Order Screen and i have given two options by name Open/Close.
    I have Created new field by going into......................      Path: ToolsUserdefined FieldsManage User defined fieldsmarketing documentsrows.
    And i have selected check box  set valid values for fields  and i have given Open and Close Options.
    This is effecting in new Purchase Orders which iam creating from now. But it is not reflecting in Purchase docs which i have created earlier.
    So Please let me know what to be done inorder to reflect this change in all Purchase Order Doc's.
    Your Answers will be very much helpfull.
    Thankyou.

  • Purchase Register report in SAP BI

    Dear All,
    Please suggest me any standard Purchase Register report  is available in BI or how to achieve this requirement in BI.
    Please let me know process.
    Thank
    Regards,
    Sai.k

    Hi,
    while there is always a new requirement, one needs to discuss  with the functional consultants and find out which tables are being used which may fulfill the scenario. We also need to identify the list of characteristic and Keyfigues the client wants to analyze.
    Also SAP Help is a good source to find more of a standard stream lined objects. Need to analyze if standard objects satisfy the requirement or customization is required.
    Please perform the steps as Rama has suggested...
    thank you

  • Purchase Register Report issue

    Hi,
    I am working Purchase Register report.
    In this, we have a PO with 10 Quantity.  But at the time of MIGO we receive 5 qty out of 10.
    Now how can we pick the amount according to 5 qty received from MIGO because we want show MIGO condition in our report not from PO.
    What should be the table link for this...
    Plz guide..

    As per ur reference: -
    In PO, Condition are like--- PO Qty is 10
    Basic Amount..........1000
    taxes.........................100
    Freight.........................50
    Other...........................20
    and we have receive only 5 qty out of them, means all the condition amount will be 50%. like...
    Basic Amount..........500
    taxes.........................50
    Freight.......................25
    Other.........................10
    all condition will be calculate according to qty 5 not for 10 as showing in PO..
    I want to pick these condition. (according to 5 qty.)..
    Now suggest...

  • Purchase Order Report In R12

    Hi All,
    I have created a purchase order report in R12,in the test instance the report is running perfectly for all the operating units but when i moved the rdf to the LIVE instance the report is running for only one operating unit(nothing is hard coded in the rdf) and the report says completed normar but after clicking on view output i am getting a msg as the output is not generated for the concurrent request.
    After clicking on the view log i am getting an error msg as
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.US7ASCII
    Enter Password:
    REP-0004: Warning: Unable to open user preference file.
    Report Builder: Release 10.1.2.2.0 - Production on Tue Aug 19 16:41:18 2008
    Help me in fixing this issue.
    Thanks in advance

    Somu,
    chk note:
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=210795.1

  • Purchase register report problem

    Hi experts - please help
    we have a requirement to create a purchase register for material from PO- to Invoice.
    we have PO number -> GRnumber -> Invoice number in our rows . In our keyfigures we have PO Quantity, PO value , GR quantity,GR Value, Invoice quantity and invoice amount .
    Becoz of invoice and GR number relationship which is m: m in our report we see that the key figure values are showing up like
    for 1 purchase order multiple line items , with multiple gr's, with multiple  invoices , becoz of which we see PO quantity field showing like say if it is 30 for 1 PO it is showing 30 for all the invoice numbers in the report which not want , the same case is with Gr quantity and invoice quantity
    PO.no  / po item / gr no / inv number / po quanitity / po value
    1000/10,20,30,40/1000/2000,3000,4000,5000/ 30,30,30,30,30/ 120,120,120,120,120
    this way for 1 PO the report is showing same po quantity based on say if 10 invoices it is showing same P0 Quantity 10 times which is not want and the result row shows up (POvalue *10).
    how to get rid of this situation..
    please suggest any way if anyone has done a similiar report..
    any documents related to such purchase register report is highly appreciated.
    thanks & regards
    krishna

    Hi Krishna,
    Your PO DSO will have records like this.
    PO      Item    POquantity GR Quantity
    PO1      1           100              35
    Your GR DSO will have information as shown below.
    GR Doc      Item      Posting date   GR Quantity   PO     PO Item
    DOC1           1         01.07.2011          20            PO1       1
    DOC2           1         10.07.2011          15            PO1       1
    If the report is based on PO, ( Document date of PO ), then you can show information from the first DSO. If the user wants to have the details of GR documents that constitute GR quantity of 35, you can create a 'Jump to' report on the second DSO and in the RRI Connection map the PO and Item numbers.
    This way you will be able to store the information at different granularity and combine them in reporting.
    Hope this explains,
    Thanks,
    Krishnan

  • Customized R12 Standard Purchase Order report with custom data and layout

    Hi all,
    We need to customize the seeded Purchase Order report in R12 to add an additional section to include cost data coming from our custom table. The key is that our customized report should be launched instead of the seeded report via various PO forms (e.g. View Document menu option, PO Communications form to email, fax and print PO, etc).
    I manually set up a custom Document Type Layout for the Document "Standard Purchase Order" to use my customized template so my custom layout is shown instead of the R12 layout, but according to Oracle support the report can only draw data from a set of seeded Oracle views like po_headers_xml,po_lines_xml etc.
    Any suggestions how we can add our custom data to PO report in R12?
    Thanks! Mike.

    Hi Mike
    thats a tough one, the PO generation is a bit restrictive to say the least when it comes to customizing. It sounds like you have worked out how to get your own template in there to render the PO.
    On the data front, all I can think of is to customize and replace the seeded PO view with one that incorporates your extra data.
    Or, get into the page customization world and write your own extract and format concurrent program/procedure and then hook it onto the buttons where you want to launch it.
    You might have more luch, response wise from the EBS PO forum.
    Procurement : Procurement
    OAF: OA Framework
    Regards
    Tim

Maybe you are looking for

  • Additional copies of deleted iPhoto Photo Books

    Can I somehow get an additional copy of a Photo Book that I composed and had printed and mailed within the last month? I didn't make a copy for myself. My hard drive just went down a couple of days ago and I lost these most recent photos (my iDisk wa

  • Simultanious access to DB file by several applications

    I currently have Python application that deals with DBD XML database. That application is being used 2 ways: 1. Apache + mod_python + Python application 2. wxPython or console + Python application Web access is for read-only, so I don't really want t

  • My WRT160N does not reconize ethernet to USB adapter.

    The adapter works fine when directly connected to my internet modem.

  • Big problem- using ipod as an external Drive

    Hello Right now i am tring to save my School work (i do Homeschool) on myipod, using it as an External Drive. I plug my ipod, amd i go to my computer, and i see the ipodd drive, i open it, and after 5 seconds it colses by itself. Itunes does not open

  • Exicse invoice --accounting

    after saving excise invoice and goin in to change mode for the same I am gettin a mess stating" No accounting doc exists for this excise invoice "...........does this mean that settings for accounting have not been done in the system ..plss assit if