Excise Register Query

Hi
I have posted an excise transaction through J1IS. But how do I see the corresponding entries in the excise registers?
Regards
Kailash

Hi
First update the register use t code J1I5 and then check that register are upadetd or not in J2I6.
Thanks & Best Regards
Sanil K Bhandari

Similar Messages

  • T.code for excise register closing

    Hi All,
    What are the  T code for excise register closing.  can any one tell me the step by step closing T code in sap.
    thanks in advance
    points will be given.

    Dear Gopi,
    You can use the transaction SM30, table  V_T001B or by SPRO Financial Accounting -> Financial Accounting Global Settings -> Document -> Posting Periods -> Open and Close Posting Periods.
    Also, check the transaction F.16.
    Thanks and regards,
    Paulo eVARISTO

  • INcoming Excises Invoice Query

    SELECT DISTINCT (T0.[DocNum]) AS 'INVOICE NUMBER', T0.[DocDate] AS 'INVOICE DATE',T0.[CardName], T1.[ItemCode] AS 'PART NO', T1.[Dscription] AS 'PART DESCRIPTION', T1.[Quantity], T1.[Price], T1.[LineTotal] AS 'BASE AMOUNT',
    (SELECT sum(TaxSum) FROM IEI4 where statype=-90 and DocEntry=T0.DocEntry and LineNum=t1.LineNum) as 'BED 10%',
    (SELECT sum(TaxSum) FROM IEI4 where statype=-60 and DocEntry=T0.DocEntry and LineNum=t1.LineNum) as 'ECESS 2%',
    (SELECT sum(TaxSum) FROM IEI4 where statype=-55 and DocEntry=T0.DocEntry and LineNum=t1.LineNum) as 'HSCESS 1%',
    (SELECT sum(TaxSum) FROM IEI4 where statype=4 and DocEntry=T0.DocEntry and LineNum=t1.LineNum) as 'CST',
    (SELECT sum(TaxSum) FROM IEI4 where statype=1 and DocEntry=T0.DocEntry and LineNum=t1.LineNum) as 'VAT',
    T1.[LineTotal]+t1.[VatSum] as'TOTAL'
    FROM OIEI T0 INNER JOIN IEI1 T1 ON T0.DocEntry = T1.DocEntry
    INNER JOIN IEI4 T2 ON T0.DocEntry = T2.DocEntry
    INNER JOIN OITM T3 ON T1.ItemCode = T3.ItemCode
    WHERE T0.[DocDate] >=[%0] AND  T0.[DocDate] <=[%1] 
    above this queriry is incoming Excise invoice warhouse and Busniess Partner mingle, so now i want to need only BP wise Incoming Excises Invoice Query , How do i Negligble? pls help me and reply soon , How Do i change the Query?

    Hi Rakan.......
    Sorry. Your way of telling requirement is bit Ambiguous.......
    Please correct me what I understood from your requirement is.\
    Generally incoming Excise Invoice is made from GRPO/ORDN/ORIN and base on Inventory Transfer.
    So you want only those Incoming Excise Invoice which is based on GRPO that is BP wise.
    Am I correct now?
    If yes the try this......
    SELECT DISTINCT (T0.DocNum) AS 'INVOICE NUMBER', T0.DocDate AS 'INVOICE DATE',T0.CardName, T1.ItemCode AS 'PART NO', T1.Dscription AS 'PART DESCRIPTION', T1.Quantity, T1.Price, T1.LineTotal AS 'BASE AMOUNT',
    (SELECT sum(TaxSum) FROM IEI4 where statype=-90 and DocEntry=T0.DocEntry ) as 'BED 10%',
    (SELECT sum(TaxSum) FROM IEI4 where statype=-60 and DocEntry=T0.DocEntry ) as 'ECESS 2%',
    (SELECT sum(TaxSum) FROM IEI4 where statype=-55 and DocEntry=T0.DocEntry ) as 'HSCESS 1%',
    (SELECT sum(TaxSum) FROM IEI4 where statype=4 and DocEntry=T0.DocEntry ) as 'CST',
    (SELECT sum(TaxSum) FROM IEI4 where statype=1 and DocEntry=T0.DocEntry ) as 'VAT',
    T1.LineTotal+t1.VatSum as'TOTAL'
    FROM OIEI T0 INNER JOIN IEI1 T1 ON T0.DocEntry = T1.DocEntry
    INNER JOIN IEI4 T2 ON T0.DocEntry = T2.DocEntry
    INNER JOIN OITM T3 ON T1.ItemCode = T3.ItemCode
    WHERE T0.DocDate >= '%0' AND T0.DocDate <= '%1' AND T1.BaseType in (20,16,14)
    Above will give you the details of Excise Invoice BP wise....
    Regards,
    Rahul

  • CVD and Excise Register Update for Free of charge Imported Material

    Hi,
    This is a scenario of Import Purchasing of Free Goods for which no price is paid to the Vendor. But the Custom and CVD Payment need to be made and we want to take benefit of CVD duties and update the Excise Register.
    Can anyone provide some idea to resolve this?
    Thanks in advance

    While trying to post Excise Invoice Value in J1IEX without Purchase Order I am getting an error "GL account has not been assigned for RG23ASED in customization"
    Does it mean G/L account needs to be assigned against EWPO for RG23ASED in customization or something is going wrong?
    Because I havenu2019t put any duty value under SED in J1IEX.

  • Purchase register query based on down payment invoice

    Hai All,
    I am creating an invoice based on purchase order.The vat  tax is being calculated in the downpayment. I want the vat to be displayed in the downpayment invoice as well as the a/p invoice but i m not getting it in the a/p invoice. Pls guide me with the linking of tables to get the query working. I have formatted the fields req but could not link the tables...Pls guide me with that...
    Thanks & Regards,
    Neela

    Hi Neela,
    Check the thread.
    Re: Purchase register query based on down payment invoice
    FROM PCH1 T0
    INNER JOIN OPCH T1 ON T0.DocEntry = T1.DocEntry
    INNER JOIN OSLP T2 ON T0.SlpCode = T2.SlpCode
    LEFT OUTER JOIN PCH12 T3 ON T1.DocEntry = T3.DocEntry
    LEFT JOIN ODPI T4 ON T1.CardCode = T4.CardCode
    INNER JOIN DPO1 T5 ON T0.ItemCode = T5.ItemCode
    Close the thread, if issue solved.
    Regards,
    Madhan.

  • DAILY EXCISE REGISTER REPORT

    Dear expert
    I am beginer in sap,and working on sap 2007b,
    i want a report for daily excise register which  formate is as
    (date   Op.Balance  PurchaseQty  jobworkQty   ProductionQty  Total    SaleQty JobWorkQty  ProductionQty Total   ClosingBal)
    Please help me
    Regards
    Anand Kumar Pandey

    Hi Anand.....
    Are you aware about XL reporter provided by SAP?
    When you login to SAP go to Addon Manager and run XL Reporter.....
    Then Go to Tools and there you find XL reporter option. Open this and Import the XL file for DSA.....
    You can find this DSA XL File in SAP Source Setup and Package folder Indian Legal Reports.....
    Regards,
    Rahul

  • Excise Register In XL Reporter

    Hi Guru's,
               When am trying to generate a report for RG23A-PART - I RG23A-PART - II RG23C-PART - I RG23C-PART - II in XL Reporter it will not display  any values from B1.
    But In my B1 i alredy posted too many purchase order and sale order for excisable Item.
    and i also assigned the Chapter ID for the corresponding Item.
    So,How can i check it where can i fetch the data in B1.
    Plz Guide me am new to B1.
    Regards,
    Guru

    Thank U Gordon.
    I already refered this thread and completed all these process,
    1. Some of Items in Item Master are marked as 'Excisable'. (Item Master -> General Tab -> You can find 'Excisable' Check Box at the RIght Bottom.
    2. Check of 'Material Type' and 'Chapter ID' are mentioned for the items that are marked 'Excisable'
    3. Check if you have values in the 'Adminstation -> Setup -> Financials -> Tax -> Excise Register Numbering'. See if there are values in 'First No', 'Next No' columns.
    4. Check if you had done some Purchase or Sales or Inventory transactions for the Items that are marked 'Excisable'
    Even though the data's not coming in xl reporter.
    Is there any way to check the Excise data available in SAP B1.
    Tell me the corresponding tables.
    Thanks in Advance,
    Guru

  • Addition of Columns in RG23D Excise Register

    Hi,
    In Excise Register Print (in Excel) of RG23D at depot through J2I6, we need to add few columns such as Material Code, Excise Registration (ECC) No. & Address (Excise Commissionerate) of Receiving Plant.
    Can any one assist in getting the required information in RG23D Register?
    Thanks in advance

    Hi
    I did same and we can  add additional column in J2I6 in exiles for that your required good abap consultant
    not only in RG23D,but in RG23A and C also we can do
    1)      Name & Address of Supplier/Buyer :
    J_1IRG23D u2013 LIFNR = LFA1 u2013 LIFNR
    2)      Excise Details of Supplier :
    table-J_1IMOVEND
    u2022     RANGE : J_1IMOVEND - J_1IEXCRG
    u2022     DIVISION : J_1IMOVEND - J_1IEXDI
    u2022     COMMISSIONERATE : J_1IMOVEND - J_1IEXCO
    u2022     ECC  NO : J_1IMOVEND - J_1IEXCD
    3)     RG23D Register No : J_1IRG23D u2013 FOLIO
    4)     Purchaseu2013 Material & Excise Details
    u2022     Description of Goods :  J_1IRG23D u2013MAKTX
    u2022     Pkt. Quantity : J_1IRG23D  - MENGE (Qty) & J_1IRG23D u2013 MEINS
    u2022     Rate : J_1IRG23D-EXBAS /J_1IRG23D- MENGE ( VALUE In Rs / Qty)
    u2022     Tariff No. : J_1IRG23D u2013 CHAPID
    Regards
    Kailas Ugale
    Edited by: kailasugale on Oct 21, 2011 12:35 PM

  • Excise register balance update

    Sir,
         Our client uses FI JV for excise duty utilization instead of standard transaction J2IUN. As a result the balance in Ex registers RG23A/C part 2 is showing excess amount than actual. Part 1 register is updated through J1I5. How to correct balance in part 2 register.
    Thanks in anticipation.

    HI,
    Inorder to correct the Excise Register balance you have to pass a Excise JV using transaction J1IH other adjustments..
    Regards,

  • Excise Register

    Hi
    We have a scenario in which RG23A register is updated with the credit values and also the invoices cut during the month. At some time during the same month, the balance in the register becomes zero. However, in such a case, we need to pay the duty to the Government through PLA. How ever, we do nto want to pay the government until the time is due. As of now in legacy, we pay it only when the same is due. However, in SAP, the postings to the register are made on real time basis. Pls suggest how can we tackle such a scenario in SAP with out paying the excise duty before the due date?
    Regards
    VG

    Hi
    Guess - the PLA deposit payment would happen by a making a payment entry through FB50/F-53 and then transfer to excise register in J1IH - TR6Challan. So this is done on user discretion, so timing is left to the user. I suppose what would be online is the input credit amounts and the amount payable would happen on a online basis. While the deposit or the utilization would happen on user initiation
    Thank You,

  • Excise Register NUmber (Indian Localization)

    Hi Experts,
    I am created one location by the name of Hyderabad and after giving the PAN No. and ECC No i had choosen XD 001.
    and when i am going to attach that location in the excise register number i am not finding my location.
    why ?
    Ashish Gupte

    Yah Mr Ashish Gupte ,
    SAP B1 doesnot support for Depot warehouse u need to select as XM001 or XM002 and in below ecc number u have to give eccno and XD001 or XD002 and then u can go for numbering of Excise .
    Regards,

  • Excise register update?

    sir
    when a pump manufacturing company buy bearings(spare parts) from outside for  manufactureing pump and finally sell the
    pump to the customers then  in this scenario which type of excise register will be updated.Is it RG23A or RG23C.
    regards
    sanjay

    Hi
    1. If the purchased material is used in manufacture of finished product directly... as in ur case ... bearing is assembled in pump ....and pump sold ....it should hit RG23A...
    2. If purchased material is used in manufacture of finished product indirectly ... say bearing used in lathe in ur plant .... same lathe is used to manufacture many pumps ....then it should hit RG23C

  • Excise register docs not updatiing by j1i5

    Dear Excise Gurus,
    As I have been updating excise register  by j1i5 for classification IIM (issue) , I could see some docs are not updating and showing  red signal.
    I checked the table j_1irgsum and found that the cumulative receipt is less than cumulative issue.I  tried to update first the other receipts by j1i5 till the end of that month. But I could not find any other mat document with receipt for that particular material. So till the end of month the cumulative receipt remained less than cumulative issue. And I could not update excise register by j1i5 with  classification iim ( issue) for that particular material. I would like to update the document for the issue atleast by the end of the month. Kindly guide me with all the possibilities to update the same.
    I also request to  provide the  other problems apart from the above mentioned problem for not updating the documents by j1i5. 
    With Warm and Kind Regards
    BHIKSHAPATHI

    I am closing this issue.

  • Excise register closing process

    Hi
    I need to close the excise register can any one explain me the process how to do it and what are the prerequisits and what are the impact and benefits. i need the process step by step in sequeces order
    thanks in advance
    Edited by: Gopi Krishna Gutti on Apr 7, 2009 8:20 AM

    Hi Gopi,
    Year end activities in the area of MM / CIN -
    1. MM Period Opening
    2. Number range for excise documents at the end of fiscal year. Transaction code "snum"
    Enter the object
    J_1IEXCEXP Export excise invoice number range
    J_1IEXCINV Excise invoice number
    J_1IEXCLOC Local excise invoice numebr range
    J_1IEXINEX Excise invoice number for export
    J_1IINTNUM Internally document number to be generated
    J_1IINTPR2 Despatch register serial number
    J_1IPLA2 PLA part II number range object
    J_1IRG23A1 RG23A part 1 no. range object
    J_1IRG23A2 RG23A part II number range object
    J_1IRG23C1 RG23C part I number range object
    J_1IRG23C2 RG23C part II number range object
    J_1IINTPR2
    Regards,
    Kiran

  • Excise register in SD

    Dear All
    Which excise  register wil get updated on SD transaction,whether all invoices created will reflect in RG register or utilised part will get rfelected
    Can any one send screen shot of excise register
    My mail id is [email protected]
    Regards

    Hi,
    It will be updated with all the excise invoice created in J1iin, ji1h and j1is and also the utilisation details when you run the j2iun.
    Regards,
    Murali

Maybe you are looking for