Excise base value not updated

Dear all,
We have found that excise base value is not updated after creating excise invoices,later we corrected it,
excise base value started updating in table J_1IEXCDTL,
Intially for 2 months excise base value is not updated in table,
Is there any problem will arise in future ?
or
How to solve this issue ?
Jeyakanthan

Awaiting valuable replies.....
Edited by: Jeyakanthan A on Mar 6, 2010 5:36 PM

Similar Messages

  • Excise Base amount not updated in J_1iexcdtl table -reg

    Dear Gurus,
    We have used SAP Ecc 5.0 Patch level 21. In patch level 20, SAP admit without delivery , can do commercial billing and excise billing in foreground. After batch update SAP not support excise invoice creation in foreground. It support only background. We have 2 senario. 1 is capex sales . ie. without material stock we have raise the comm.billing and excise billing. 2 is supplimentary billing. both the senario now getting effected because of no delivery. Asper SAP advise we have setting for background process excise invoice creation. Excise invoice created. but excise base amount not updated in j_1iexcdtl table. Using J_1I7_USEREXIT_CALC_EXC_BASE user exit we are trying to update the same. For single material it works fine. But more than one material for the first material's base amount is updated in all materials. for your reference i have mentioned the codding . SAP advise it is possible to update excise base amount. But not possible to do. pl.adivse if any correct or guide to solve it.
    FUNCTION J_1I7_USEREXIT_CALC_EXC_BASE.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(EXCITM_BASE) TYPE  KOMV-KAWRT
    *"     VALUE(POSNR) TYPE  VBRP-POSNR
    *"  EXPORTING
    *"     VALUE(EXCITM_BASE) TYPE  KOMV-KAWRT
    *"  TABLES
    *"      KONV STRUCTURE  KONV
    *{   INSERT         RDSK925285                                        1
    TABLES : KONV.
    data :   W_INDEX LIKE SY-TABIX.
    DATA :ITAB LIKE TABLE OF KONV WITH HEADER LINE.
    DATA :ITAB1 LIKE TABLE OF KOmV WITH HEADER LINE.
    ITAB1[] = KONV[].
    DATA : BEGIN OF I_TAB OCCURS 0,
           KAWRT LIKE KONV-KAWRT,
           POSNR LIKE VBRP-POSNR,
           END OF I_TAB.
    LOOP AT ITAB1.
    READ TABLE ITAB1 WITH KEY KSCHL = 'JMOD' KPOSN = ITAB1-KPOSN.
    IF SY-SUBRC EQ 0.
        EXCITM_BASE = ITAB1-KAWRT.
        POSNR = ITAB1-KPOSN.
    ENDIF.
    ENDLOOP.
    *}   INSERT
    ENDFUNCTION.
    Thanks & Regards
    R.Udayakumar

    solved with the same user exit

  • Excise base amount not updated after creating Excise Invoice

    Dear Friends,
    The excise base amount is not getting updated in table J_1IEXCDTL u2013 EXBAS. System updates J_1IEXCDTL u2013 EXBAS, if condition category in the Base price condition type is maintained as H.But the problem comes when discounts are applicable.
    Say, the base price is Rs 10000 and there is a discount of Rs1000. If I maintain the condition category u2018Hu2019, the excise base value is getting updated as Rs10000, but it should be Rs 9000. But there is no problem with the BED/EDCess/SHEd cess which are calculated as expected based on the steps defined in the pricing procedure.
    I even tried using condition type JASS (Acc Seq JDUM -100% on the (Base price - Discount value and condition category H).It works only when JASS is set as Non-statistical.By doing so,Base price and also the Discounts conditions are getting inactive. When JASS is set as statistical, EXBAS is not getting updated.
    Thanks
    ISaac

    Hi  Issac,
    Use the below user exit to populate the excise base value.
    J_1I7_USEREXIT_CALC_EXC_BASE.
    This user exit has the KONV strcuture of your billing, you can derevive
    the base value and pass it to the parameter EXCITM_BASE so that the exci
    se base can be updated during billing.
    Thanks and Regards
    MBS

  • Excise base amount not updated

    Hi experts ,
              During the depot sales scenario when i run the report J1IDEPOTSTOCK1 report i am not getting the Excise base amount updated.I am getting the value for first line but the same is not coming in second line i.e. for depot excise invoice no.Pls give ur suggestion for this.Thanks in advance for ur reply.
    Regards
    Lena

    Hi All,
       The First line or 0001 Refers Receipts & all other continues line are Issues. Excise Base amount will be on the total receipts. Eg:- Receipts - 100 Excise base 4500 Issue 10, 20, 20, 10, 20, 10, 10 AED BED, ECS & SECS will come corresponding to the Receipts. Check on it.
    Hope this will solve your problem,
    Regards,
    Pherasath

  • VOFM Condition base value not updating(Urgent)

    Hi All,
    I have created a Condition Base Value 901 for Sales Order in Transaction VOFM.
    Following is the code when I enter the Sorce text.
    FORM FRM_KOND_BASIS_901.
    *{   INSERT         DEVK901384                                        1
    DATA: XXKOMV TYPE KOMV,
          XAKOMV TYPE KOMV,
          VKAWRT LIKE KOMV-KAWRT.
    IF KOMP-VKAUS = 'YAB'.
    XXKOMV = XKOMV.
    CLEAR VKAWRT.
    LOOP AT XKOMV INTO XAKOMV WHERE KSCHL = 'YIPR'.
    IF XAKOMV-KAWRT > 0.
    VKAWRT = XAKOMV-KWERT.
    ENDIF.
    ENDLOOP.
    XKAWRT = VKAWRT.
    CLEAR XKOMV.
    XKOMV = XXKOMV.
    ENDIF.
    *}   INSERT
    ENDFORM.
    But this code is not updating the Condition screen for items condition value.
    Regards
    Vijai

    no, the code contains the logic to determine the base value, then the value has to be passed to xkwert.
    take some other base formula as template.
    pls. rewad if helpful
    Roberto

  • Excise base amount not upadting in J_1IEXCDTL

    Hi,
    For some excise document line items Excise base amount is not flowing in J_1IEXCDTL. We are making excise document with reference to Proforma Invoice, in Proforma invoce all the line items are having value and even i checked for these line items in J1ID-Material Assassable Value also exist for that plant on that date.
    For few line items the Excise base amount is flowing and for few line items it is not flowing.
    We are using SAP 5.0, so pls let me know how to solve this problem?
    Thanks & Regards,
    Srikanth.P

    Answered in this link Re: Excise base amount not updated after creating Excise Invoice,Hope it solves issue.

  • Excise base value in ARE1 screen shows 0

    Dear Gurus
    Even after excise calculation has been made in the excise invoice, Excise base value field from which basic excise duty is calculated is showing 0 value in ARE1 screen while we do J1ia101. other values  such as BED, SHC are apperaing. Any ideas??
    regards
    Sidhu

    Hi
    Check whether the Excise base value is updating in the table J_1IEXCDTL.
    Check the note
    Note 1035545 - Excise base amount is not updated in table J_1IEXCDTL.*
    regards
    Prashanth

  • Update Excise base value in MRP based and Non-MRP based billing

    Hi Gurus,
    We need to update Excise Base Value for Statistical Condition type. How to configure the same ?
    Sl.No  Pricing Condition Type      Active   Statistical           Passed to Accounting        
    1        MRP Price (Statistical)                                                                               
    2        Abatement (Statistical)                                                                               
    3       Surcharge  (Active&Passed to Accounting)
    4      Assessabel value (Statistical)
    (No:4 This is the base for calculating Excise duties i.e Excise Base Value)
    5       List Price (Statistical)                                              
    6       Customer Discount(Statistical)                             
    7      Surcharge(Active&Passed to Accounting)                                                                 
    8      Net Price (Active&Passed to Accounting)                                                                     
    9      BED   (Active&Passed to Accounting)                                                                          
    10    ECess  (Active&Passed to Accounting)                                                                       
    11   SECess  (Active&Passed to Accounting)
    12   Total collected from Customer(Statistical)              
    Issue: When there is MRP Price higher than the List Price, then the Cutomer will be charged on the basis of Net Price only, but the duties amount to be paid to the government on MRP Price. so in this case I can not calculate Excise Duties on the Actual Net Price condition which is active and passed on to accounting. And always the Excise duties to be calculated on Assessable value(no:4). But that condition type if I make activate then it will pass to accounting and also getting added to the Net Value(KOMP-NETWR). How to come out of this situation.(as per the customer requirement both MRP based materials and non-MRP based materials are also considered in the same sale order i.e with the same pricing procedure).
    Becasue of this EXBAS is not getting updated in the J_1IEXCDTL.
    Gurus, Share your valuable experiences and suggestions.
    Thanks &Regards
    Sreekanth
    09611147585

    Dear Lakshmipathi,
    As per your suggestion, I have maintained Material Assessable Value and then also the duty values are calculating on the basis of Assessable value maintained in the Pricing Procedure. It is not taking the Material Assessable Value into consideration. And it is not getting updated the Excise Base Value.
    In which case Material Assessable value will be taken into consideration?
    How to update the Excise Base Value in J_1IEXCDTL tables?
    Thanks&Regards
    Sreekanth

  • Updation of Excise Base Value in RG1 Register

    Dear All,
    I have maintained the Condition category as H in Condition Type. But still the Excise Base value is not getting updated in RG1 Register.
    Please help me out with the solution.
    Thanks
    Tanushree

    Hi Tanushree,
    R u working in Ecc 6.0 or in ZYG?
    To update the Excise Base value is in RG1 Register,wat u nid to do is assing Condition category as H.
    Thanks
    Kapil

  • Table J_1IEXCDTL - EXBAS isnt updated -Excise Base Amt not flowing to ARE1

    Dear Friends,
    This is in continuation to the earlier post.......Excise Duty Base Amount is not flowing into ARE1...Iam here briefing up the earlier post details:
    When  I am creating ARE-1 for the Exports Excise Invoice, Excise Duty Base Amount is not flowing into ARE1 but BED and other cess conditions are flowing into ARE1
    Liable to AT1 and  Indicator NCCD is checked and in  my pricing procedure NCCD condition is not maintained as its not required.
    The latest patch updated in my system is SAPKH600011 (Logistics and Accounting).....
    Most importantly the Excise base amount field is not seen in the Excise Invoice but in ARE1 this field is in display mode and Excise base value is not flowing into the Table J_1IEXCDTL field EXBAS.
    Someone Pl help me on this issue.
    Thanks
    Sasi
    Edited by: j sasi on Jul 9, 2008 7:13 AM

    Sasi,
    I think you are making a mistake between manual and mandatory. IN the pricing procedure MAN stands for manual condition and mdt stands for mandatory. Now in the standard, the PR00 is an automatic entry and JASS is a manual and a statistical condition. It is not mandatory. PR00 being the base value for calculation of gross price/nett price it is mandatory.
    Most of the customers prefer a manual pricing procedure where PR00, discount, surcharge everything is manual.
    In such a case change the appropriate condition type to the manual condition with manual has priority in the settings for condition type.
    But here you need to enter the prices and all the conditions manually.
    Here you should have only one condition type for pricing condition with the category as basic price. PR00 is normally that condition and so is the P101 which is a Price ( STO). Now if there are several select all others to statistical and only PR00 with an account key assignment to ERL.
    Ensure that JASS the assesable value as statistical and manual.
    If however you want the JASS as the excise base amount then PR00 will be used for calculation of discounts and and NETT price only but JASS will be the one for Excise base amount.
    BAsed on this excise base amount which you will find in the table J_1IEXCHDR the values for BED, ECS and SECS gets calculated.
    Either way is O.K but one word of caution. There is an assessable value in the J1ID transaction where you maintain the Assessable value for materials. Its mostly used in TAXINJ. DO not use it or even if that field is filled ensure that you give the JASS assessable value manually at the time of calculating SAles ordr pricing.
    If you don;t then there will be an error.
    Also check in the analysis whch condition basis value is being taken for calculated in your excise conditions.
    This should solve your problem.
    Remember calculating assessable value is not a small thing but customers prefer it because reversing excise or paying additional excise is a pain for them. If thats the case then so be it.
    But ensure that assessable value is calculated nett of discounts and given there.
    In one case I came across where otehr charges, finance charges and transportation were added to the basic price and only on the total excise duty was added and discount was given after calculation of excise duty. Please check your scenario in line with your requirement. Any questions. My pleasure to reply.
    regards
    Jude

  • Excise base value is not comming to are3 and are1

    hi sap gurus
    can any one tell me about excise base value is not flowing to are1and are3.

    HI
    First check your condition types here the condition category should be H. for your base price
    Check these SAP notes
    1171753 Excise base zero when excise invoice created in background
    1035545 Excise base amount is not updated in table J_1IEXCDTL.
    regards
    Edited by: PRASHANTHgoud on Jul 10, 2009 6:09 PM

  • Excise base value is not picking for Imports

    Dear All,
         Excise base value is not picking for Imports when doing MIGO and BED/E CESS/S&H E CESS also not picking.
              Please suggest me
    Thanks,
    Tiru

    Hi,
    In case of Imports, you have to define following condiiton types in MM Pricing Procedure;
    JCDB     IN:Basic Custom Duty
    JCV1     IN : CVD
    JECV     IN : Ed Cess on CVD
    J1CV     IN : H&SECess on CVD
    JEDB     IN : Ed Cess on BCD
    JSDB     IN : H&SECess on BCD
    JADC     Addnl Duty of Custom
    These should be created as a delivery cost condition in M/06. And assign the accruals to these in M/08.
    Folowing Gl Accounts will be assigned to those accruals in OBYC;
    CVD Clearing (For accrual of conditions JCV1, JECV, J1CV, JADC) and Customs Clearing (For accrual of conditions JCDB, JEDB, JSDB)
    Now follow the below procedure for Import Purchase;
    1. ME21N u2013 Create Import Purchase Order (Here assign the Vendor of Customs Office to the above mentioned 7 condition types in "Details" of "Conditions")
    2. MIRO u2013 Enter Customs Invoice w.r.t. Import PO (Here select "Planned Delivery Cost" and do LIV for Customs office Vendor, enter values for duties as per Bill of Entry manullay during LIV)
    3. J1IEX u2013 Capture Bill of Entry
    4. MIGO u2013 Goods Receipt against Import PO
    5. J1IEX u2013 Post Bill of Entry
    6. MIRO u2013 Enter Vendor Invoice
    7. MIRO u2013 Enter Clearing Agentu2019s Invoice

  • Excise Base value is missing in ARE1

    Hi All,
    I am doing Export sale through u201CExports under claim of rebateu201D process, my customer currency is in USD (in CMR), and I have maintained condition record for price in USD, also I have maintained Exchange Rate in OB08.
    In ARE1 I could not found u201CExcise baseu201D value (blank), if I maintain the condition record in INR, I could found Excise base value, what could be the reason?
    Please suggest me that, how to bring the u201CExcise Baseu201D value in ARE1 if condition record for PR00 is in USD (CMR also maintained with USD)
    Regards,
    Ram

    Hi,
    Thank you for ur reply,
    I have checked in Table (Excise Invoice Item) J_1IEXCDTL , I could not found "Excise Base" value (no value), but, as I have already mentioned that, if I maintain the condition record for PR00 in INR, then it's updating Excise Base. Is there any solution for this? (if condition record in USD)
    For Excise Duties we  are doing the round off, this is also affecting while converting the values with Exchange rate i.e.USD to INR. (Differance in values) how to avoide this?
    Regards,
    Ram

  • Excise base value missing in ARE1

    Dear Experts,
    In ARE1 document, excise base value is not getting picked. BED, Ecess & SHcess are getting updated properly.
    Can anyone guide on this issue.
    Thanks & Regards,
    Rajeshwari

    hi
    check whether the excise base value in the table J_1IEXCDTL if not then apply this note
    Note 1035545 - Excise base amount is not updated in table J_1IEXCDTL.
    If the excsie base value is not updating then it wont come in ARE-1 and also check the table J_1IEXITEM for excise base value
    regards

  • ARE-1 Excise Base Value and LOU

    Hi Friends,
    This problem is in Exports(LOU)
    1) In ARE-1, Excise base value is zero.
    BED,Ed Cess and Sec Higher Ed Cess are flowing.
    I want to know whether this should have some value or it should be Zero.
    2) For LOU, Whether we need to Create Bond?
    Please help me
    with regards

    Hi Prashanth,
    Thanks a lot...
    I have checked this,
    1035545 -Excise base amount is not updated in table J_1IEXCDTL
    it is having the Solution as Apply code corrections.
    Package name is SAPKH60009.
    in my system it is SAPKH60008.
    I think i have to upload this patch.
    Once it done..i wll get back to u.
    with regards

Maybe you are looking for