BED, AED and SED for the excise item is zero

Dear ALL,
I am working on IMPORT MATERIAL  GOODS RECEIPT,  
While  doing MIGO  in excise  item tab  BED, AED, SED   values  are  visible  and  material document is  generated, but while posting  PART1 ENTRIES  through J1IEX  System is throwing error" BED, AED and SED for the excise item is zero"  and the  excise values are not flowing in to PART1, 
IN J1IEX PART1 Entries
1.IN DUTY RATE TAB all the entries like BED, AED, SED are zero,
2. IN DUTY VALUES TAB all entries are zero
ERROR MESSAGE NO 4F122
Please suggest
ARABBAS

Dear,
  Please check this,
  [Excise;
  [BED Value not defaulted in GR;
Sandip

Similar Messages

  • BED, AED and SED for the excise item is zero,Message no. 4F122

    Hi,
    While doing GR system issuing msg "  BED,AED and SED for the excise item is zero.Message no. 4F122,
    Chapter ID,mat chapter ID Comb,Cenvat determ,Vendor excise ,excise tax rate Maitained properly and cross verified twise.
    We are using TAXINJ procedure. Tax code maintaied and % maintained for Tax code.
    Any bady point out what exaclty CIN config missed out? why PO tax value are not flowing in MIGO.
    After manully putting value in MIGO also excise invoice (Capture excise invoice ) is not getting created. i am not able to view in J1IEX.
    Regards,
    Anil

    Hi anil kumar,
    I think you have maintained the any of these Excise details.
    Maintain
    >Chapter ID
    >Material & Chater ID Combination
    >Assesable Value
    >Cenvat Determination
    >Vendor Excise Details ( Check the Excise Indicator) as 1
    >Check the tax code assigned
    Please maintain and let me know.
    Thanks,
    Swamy H P

  • CIN - BED, AED & SED for the excise item is ZERO

    DEAR ALL,
    I am testing the CIN scanario with tax procedure TAXINJ.
    While making GRN at excise invoice tab message is coming " BED, AED and SED for the excise item is zero" adn no any values for BED, AED and SED are flowing,
    Value for BED is maintained in J1ID for the chapter ID. Also Tax code is created with JMO1 - IN: A/P BED deductible and value mainatained is 14 %.
    PLease confirm me where I amd doing wrong ? Also please tell in TAXINJ on what paramaters the excise flows and shows the values while GRN OR whil posting a excise invoice ?
    Regards,
    Rakesh

    Dear ALL,
    Below are the steps / settings I have done,
    01. Copied TAXINJ to create tax procedure say ZAXINJ and assigned to country IN.
         - Please confirm what needs to be AltCty & AltCBV for JMO1, JMOD, JMOP ?
    02. Excise defaults maintained as per TAXINJ for ZAXINJ.
    03. Acces sequenece maintained for JMO1, JMOP, JMOD is MWST - Tax code.
    04. Then created Tax code say T1 - and % maintained as below
           JMO1 - 100 %
           JMOP - 100 %\
    05. J1ID - maintained for vendor, plant, material etc.
    05. Excise rate maintained in J1ID for chapter ID as 14 %.
    06. Chapter ID maintained in material master.
    07. PO created for the material with tax code T1 for the said vendor.
    Still while GRN message comes "BED, AED & SED for the excise item is ZERO" and BED is not getting populated for BED.
    Please confirm where I went.
    Waiting eagerly for the valuabale inputs..
    Regards,
    Rakesh

  • How to get the Equipements number and desciption for the contract item ?

    Hi Gurus,
            How to get the Equipements number and desciption for the contract item items? It would gr8 helpful to me...
    VBAP,,EQUI,,,,,,?
    Thanks
    Krisna

    Check with below tables :
    EQUI    Equipment master data
    EQKT   Equipment short text
    EQUZ   Equipment time segment
    Thanks
    Seshu

  • AED and SED not getting posted at the time of J1IEX

    Hi,
    I have an issue related to CIN.
    I have created PO with proper tax code and the excise taxes are calculated properly for BED,AED and SED
    Then I did MIGO with only Part1 update.
    After that I tried to captured the excise invoice by using the transaction code J1IEX- Capture, here all the three taxes are showing correctly, but at the time simulation I can see only BED entry but not other two.
    The BED entry which got simulated is ED A/c Dr to Cenvat clg A/c
    I have maintained the proper account determination for AED and SED with proper condition types.
    Still am I missing any customizing seetings either from FI or From MM
    Waiting for valuable reply,
    Thanks in Advance
    Ravi

    hi
    check this settings
    Logistics - General --> Tax on Goods Movements --> India --> Account Determination
    Specify Excise Accounts per Excise Transaction

  • Alter express code to include views and unions for top dim items

    If a user selects a dimension item at the top most level, the explain plan shows that it does a full table scan of the fact table instead of using the materialized views. If we add the highlighted information(see below) to the osa generated sql, then the explain plan does what we want it to do.
    Do you know if it is possible to alter the express code to include the views and unions for the dimension items that are at the top most level in the hierarchy? I think that I need to alter how the sq.query.drv program figures out what to include in the sql. But this is beyond my express comfort level.
    The query below is generated by the osa cube and we want to include the highlighted information in the sql that is generated which will force it to use the correct query rewrite and return data in a reasonable time frame.
    Is this possible and has anyone tried this before?
    SELECT 'B4' || lt2.acct_lvl_4_id
    , 'C2' || lt6.cust_grpng_id
    , 'G1000'
    , 'L1000'
    , 'O190012880'
    , 'P1000000000'
    , 'R100001'
    , 'T3' || lt25.mth_id
    , 'E190'
    , SUM (ft34.usd_curr_pl_amt)
    FROM osa_fivcas_mth_ifct_gbl_992 ft34
    , osa_fivcas_acct_992 lt2
    , osa_fivcas_cal_mastr lt25
    , osa_fivcas_cust_898_000 lt6
    -- Extra Tables
    , osa_fivcas_geo_942 lt20
    , osa_fivcas_org_817 lt22
    , osa_fivcas_prod_710 lt23
    WHERE lt2.acct_lvl_9_skid = ft34.acct_lvl_9_skid
    AND lt6.cust_lvl_10_skid = ft34.cust_lvl_10_skid
    AND lt25.mth_skid = ft34.mth_skid
    -- Extra Join Conditions
    AND lt20.geo_lvl_8_skid = ft34.geo_lvl_8_skid
    AND lt22.org_lvl_12_skid = ft34.org_lvl_12_skid
    AND lt23.fpc_skid = ft34.fpc_skid
    AND lt2.acct_lvl_4_id IN ('81013286')
    AND lt6.cust_grpng_id IS NOT NULL
    AND lt25.mth_id IN ('AUG08')
    GROUP BY 'B4' || lt2.acct_lvl_4_id
    , 'C2' || lt6.cust_grpng_id
    , 'G1000'
    , 'L1000'
    , 'O190012880'
    , 'P1000000000'
    , 'R100001'
    , 'T3' || lt25.mth_id
    , 'E190';

    David,
    When u add a field to a header table. U can use the User data source to bind it. Even if u add the DBDatasource the Coulmn needs to be present in the DB at the time of setting the data source to the Field in the UI.
    Actually if u add a header filed to the DB it pops up on the User-Fields Form i guess u can use it as no extra code is needed. To view the UDF form VIEW--User Defined Fields.
    Hope it helps,
    Vasu Natari.

  • Excisable items with zero Quantity

    Hi,
    Posting Invoice for Non-Excisable item with zero Quantity is allowed, How to get the same with the Excisable Item ?
    Thanks And Regards
    Vivek

    Hi Jimmy,
    Thanks for ur response,
    I m working on SAP B1 PL34 and also checked in PL05, Is there any way to achieve that facility in Invoice Document?
    And if u find any notes for it then plz give me the link.
    Thanks and Regards,
    Vivek

  • Need to capture the excise for the excise tab missing item in GR

    Hi Masters
        Our users has done MIGO with one line item(for Material A) with excise item tab and other line item(fro MAterial B) without excise item tab(non availability of Chapter ID).
    They are able to capture excise in J1IEX for the first item only with the help of GR document.
    But they want to capture the excise for the second line item?
    When we process the same GR document in J1IEX once again it shows error that documeny has been already processed.
    How to resolve this?
    Regards
    Mohanraj.C

    Hi,
    If u have done only GR for Both materials then Cancel ur GR and Post it again.
    And if you have Done J1iex for first material then Cancel GR first then Cancel Excise Invoice.
    Now to cancel Excise Invoice follow the path as
    From the SAP Easy Access screen, choose Logistics ® Materials Management ® Inventory Management ® Goods Movement ® Goods Movement (MIGO).
    In the top line:
    Select Cancellation.
    Select Material document.
    Enter the number of the goods receipt that you want to cancel
    Choose .
    Flag all of the line items as OK.
    Save the reversal document.
    Reversing CENVAT Postings
    From the SAP Easy Access screen, choose Indirect Taxes ® Procurement ® Excise Invoice ® Incoming Excise Invoices ® Individual Processing ® Change/Display/Post/Cancel.
    In the top line:
    Select Post CENVAT.
    Select Vendor Excise Invoice.
    Enter the excise invoice number.
    Choose .
    Choose Simulate CENVAT.
    A dialog box appears, showing which postings the system will make to reverse the CENVAT.
    To close the dialog box, choose .
    Choose Post CENVAT.
    Canceling Excise Invoices
    From the SAP Easy Access screen, choose Indirect Taxes ® Procurement ® Excise Invoice ® Incoming Excise Invoices ® Individual Processing ® Change/Display/Post/Cancel.
    In the top line:
    Select Cancel.
    Select Vendor Excise Invoice.
    Enter the excise invoice number.
    Choose .
    Save the excise invoice
    if Not solved then please specify that is error by system.
    Regards,
    Pardeep malik

  • When i'm doing PO all excise data like BED,AED and CESS.

    Dear friends,
       i have custmized all CIN settings but when i'm doing PO i'm getting the excise values like BED,AED and ECESS everything is comming in PO but when i;m doing GR i'm not getting this values. it showing that BED,AED AND ECESS IS zero, i have maintained all settings like FTXP,FV11.plz give me reply fast
    regards
    chandu

    HI,
    Check the enteries in SPRO
    LO - Tax on Goods Movements - India - Account Determination - Specify Excise Accounts per Excise Transaction
    LO - Tax on Goods Movements - India - Account Determination - Specify G/L Accounts per Excise Transaction
    Have you first captured excise invoice before doing GR thorugh J1IEX_P
    Thanks & Regards,
    Kiran

  • Hello everyone, I have a problem when I sync my apple device. I plug it in and a message comes up saying, this device could not be synced because this computer is not authorized for the purchased items on this phone. I already tried to authorize again.

    Hello everyone, I have a problem when I sync my apple device. I plug it in and a message comes up saying, this device could not be synced because this computer is not authorized for the purchased items on this phone. I already tried to authorize again, after deautherizing it. HELP ME PLEASE

    Hi applerinneedforhelp,
    Thanks for visiting Apple Support Communities.
    If iTunes is asking you to authorize the computer, and you've already done so, the troubleshooting steps in this article can help:
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases
    http://support.apple.com/kb/ts1389
    Regards,
    Jeremy

  • Creating Materials for the Header items and component items

    Hi MM Experts,
    I am doing configuration for the KIT items Sales Processing.
    For that I need to create Materials for Header materials & component materials in MM01.
    I need few inputs regarding for this:
    What Material type ,I should give for the header material and component material in MM01?
    What Item category should used for these Header & components items in the Sales Order ?.
       I am using a Price at Header Level ,so will TAQ suffice me for the Header item ??
    Do i need to maintain separate condition records for the Header material and all the item materials in 
      VK11 ?
    Thanks for your answers in advance.
    Thanks and Regards,
    Umesh Karane.

    Hi
    Any material type... depending on your requirement Normally Finished product.
    Item category Normally use NORM, if u want to use third party slaes then use BANS
    Check it out
    Regards,
    Raman

  • Table names and field names for the PO item details

    Hi,
    I want table names and field name for the below fields.
    I have PO number i want to get below fields for PO.
    <b>Confirmed Ship Date (or actual ship date if already shipped) – PGI Date
    Quantity of Product to be shipped (base unit of measure) Sales Order Qty
    Shipped Quantity of Product (normally zero)
    Shipped From Plant Name</b>
    Excellent reward is compulsary.
    reagrds,
    vijay

    Hi,
    Please find below the some of tables and fields for the PO. But from your query hope you are refering some other PO.
    Table : EKPO
    Fields
    KTMNG - Target Qty
    MENGE - Open Qty
    WEPOS - Goods Receipt
    LEWED - Latest GR date
    Table : EORD
    Fields
    RESWK - Procurement plant
    FRESW - Fixed Issuing plant
    LIFNR - Vendor
    FLIFN - Fixed vendor
    Regards,
    BK

  • AED and SED values are not flowing into Order

    Dear Gurus,
    We are using ECC 6 and TAXINJ. We did all the CIN configurations to the best of my knowledge. JMOD is flowing normally. But AED & SED are not. UTXJ is coming as also JIN6 (VAT), E Cess and S&HECess. We dont have Cess in the client's company, so Cess is not to be considered.
    If a check list can be given, maybe I can check my customization with it, since I am an SD consultant and alot of things are involving MM too. Unfortunately we dont have any MM guy with us for the time being.
    Any answers are most welcome.
    Thanks and regards.
    Venkat - Hyd.

    Hi,
    Go to SPRO > Logistics - General > Tax on Goods Movements > India > Basic Settings > Determination of Excise Duty > Maintain Excise Defaults
    Here check whether AED and SED condition types are assigned under columns A/R AED Cond and A/R SED Cond respectively. If not then assign and check.
    Also check in FV12 for the Tax Code used whether condition record has been maintained as 100 % for AED and SED conditions. If yes then check in J1ID, for "Excise Tax Rate", maintain rates for AED and SED.

  • Same tax code to inventorise and non-inventorise the excise

    hi
    My client want to use the same tax code to inventorise and non-inventorise the excise values.
    Requirement is as follows:-
    two plants- plant1 is excisable and plant2 is in excise free zone.
    tax code is T1 - 16 % BED + 2% ECS  + 1% SEcess
    they want to take the cenvat credit in case of plant 1 while doing procurement
    ans want to inventorise the excise on material cost in case of plant 2.
    I suggested them to use two different tax codes in which one is having the non inventorise condition types and other is having the inventorise condition types.
    but they want to use the same tax code
    Is it possible to do this ??
    Regards
    Anin

    Hello Anis,
    Use two different Tax code. Let's A for used as dedectable Tax(Convet Benefit)
    A should have Coditions like this 
    Deduct able tax:-
              JMOP    - IN BED Settoff %
              JEC1     - A/P Edu. Cess Settoff
              JSEP     - IN A/P H Ecess Setoff
              JVRD   - A/P VAT RM Deductable
    Also maintain its settoff 100% for all the condition Type.
    JMX1 --     IN: A/P BED setoff
    JEX1 ---      Ecess Setoff Sta
    JHX1     IN: A/P SECess SOTot
    Now for Non-deductable Tax(Inventrised) suppose ur Tax Code B
    B should have condition Like this
    JMIP   - IN BED
    JEC2 - A/P ECESS
    JSEI - H Ecss
    JVRN - Vat
    maintain the percentage in FV12.
    Now for CENVAT benefit, in J1ID, maintain Material And the Plant both for whom you want the benefit
    Hope Solve U !
    Regards,
    Pardeep Malik

  • Header Details to be Printed only for the line item details.

    Hi All,
    I have the following requirement.
    I have Page1 with the Logo, Header Window, Vendor Window, Send Invoice To, Delivere Invoice To and Main Window. Main Window Starts from the middle of the page. In the Page2 i have Logo, Header window and Main Window. In the Page3 i have only Main Window.
    In the Footer of the Main Window i have Placed the Terms and conditions which should always be Printed in the New Page. So in the footer i have given a command "Go to New Page " and given the page as Page3.
    The requirement is Logo,and Header Window should appear only for the Line items and not for the Terms and conditions.
    For the Page1 i have given the Next Page as Page2. Suppose if there is only one line item then it Prints in the first Page itslef and the control flows to the Page2 and since in the page2 i have given the condition for the Logo and header window to print only if line item is more than 1 and since Main Window is starting from the middle there is a blank Space appearing in the start of the page.
    The command i have given in the footer to trigger new page that is page3 is not getting triggered. If there are more than one line item then its printing the logo and header window and so there is no blank space appearing and it is working fine.
    Please let me know how to avoid this blank space and move my main window to the start of the Page if there is only one line item.
    Thank you.

    Dear Vasudha,
    I am a little bit confused regarding your query,
    "In the Footer of the Main Window i have Placed the Terms and conditions which should always be Printed in the New Page. So in the footer i have given a command "Go to New Page " and given the page as Page3. "
    When you say footer of main window does it mean , that you are using a table inside your main window and the command node your have inserted is in the footer of the table ?.I hope it is, because my suggestion is based on this assumption.
    Well my suggestion for your issue is,
    1.I  hope you are aware we can trigger a next page in two ways, one by setting the next page static attribute & second using  the command node which you have used.In your case you will have to use a combination of both.
    2.I feel your First page design is ok. Set its static next page attribute to PAGE2. Similarly set the static next page attribute for PAGE2 as PAGE2 itself. This should take care of your table which you have placed in the main window. If the table contains only one lineitem it will get over in the first page itself. If the lineitems are more in the table, it will automatically triggerPAGE2 (since static next page attribute for PAGE1 is PAGE2)  and the remaining line items will be displayed. Now no matter how many lineitems you have ,PAGE2 will be triggered repeatedly(since static next page for PAGE2 is PAGE2 itself) until the entire data in your table is displayed.
    In this way your requirement of printing the logo and header windows for the data lineitems only will be fulfilled.
    3.Now the last catch in your case is the printing of PAGE3(The terms and condition page) on an entirely new blank page.
       In the footer section of the table which you have used,  use a command node set to PAGE3.  After the command node and under the same  footer section now insert your terms and condition lineitem.
    Also Check the "at End of table" checkbox and uncheck " AT PAGE BREAK" under OUTPUT OPTIONS tab for the footer section.
    So now this footer section will be triggered only once after all the data in the table is displayed
    4. So now if there is only one lineitem, before the default second page is triggered the command node will trigger the PAGE3 and the terms and condition will be displayed.Else if there are more lineitems the page2 will be triggered again and again and finally when all the lineitems are over, the footer of the table will get triggered. So the command node will take you to the PAGE3 wherin the terms and condition will only be displayed.
    Hope this helps.
    Regards,
    Riju

Maybe you are looking for