J_1IEXCHDR - not updating BED/ED/SHED cess values

Dear friends,
Table J_1IEXCHDR - not updating BED/ED/SHED cess values....
Can someone help me to trace out the issue?
Thanks
Sasi

Dear Sasi,
Check whether the excise header table has all the values.
IN the case of export there are four transactions:
1. Under Bond
2. Under LUT
3. UNder Claim for rebate
4. Under transfer to other ware houses.
The first three are direct export the last is the deemed export scenario.
The first two use the export under bond.
For this the print program normally suppresses the printing of duty values in the RG1 register but the excise header should have the values in it. Becaue you need to capture this in your ARE-1 to deduct the bond value.
The thrid one is the same as domestic scenario.the duty values should come there.
For the fourth also the duty values should not come like the earlier ones.
Now the problem why you are not getting the values of duty is because SAP uses a pricing pricedure for export called JINEXP or ZINEXP if you are using ECC 6.0 BP. This procedure just ahs four condition types wwith Excise conditions. Thats why the conditions are not calculated.
For the excise conditions to be calculatede the excise conditions should figure and they should be all statistical with no account keys.
My advice is take a copy of JINFAC/ZINFAC and make all excise conditions statistical and remove the account keys. Check it out and it will do the job.
This is a problem with SAP pricing procedure.
There are several errors with SAP programmes when it comes to Excise and Foreign trade. It looks like they have not understood it properly.
Like for CT1 sales which is merchant sales you need o capture ARE-1 and not create.
Also the SAP standard says CT1 is qty based and CT2 value absed or vice versa. Which is just not true.
Both are bond scenarios.
In the case of deemed exports a licence is maintained which is not correct. You need to maintan a bond called CT3 bond, Again the total value gets reduced but in fact it should be the bond value.
Qty based and value based applies to Advance licence and DEPB scenarios which again is not available in FT.
regards
Jude

Similar Messages

  • Contract Release Value is not updated with Confirmation or Invoice value

    The release value for a contract in SRM EBP shows the value of purchase orders created using that contract.  It does not take into account confirmation and/or invoice values.
    For example I create a PO for 10 items at £100/each using Contract ABC.  The total value of the PO is £1000 and the release value contract ABC would be £1000.  If I then only confirm and invoice 5 items (£500) for the PO, the release value of contract ABC stays at £1000 even though I would expect it to update to £500
    Therefore the release value of the contract could be incorrectly overstated if purchase orders are created against the contract but not actually invoiced/confirmed for their total value.
    Please could you confirm the correct functionality and how I could find out the the true invoice value of purchases made using a contract?

    Hi
    <u>Which SRM and R/3 versions are you using ?</u>
    <b>Meanwhile, please go through the following SAP OSS Notes, which will help in this case -></b>
    Note 622045 Net value in release overview of contract is incorrect
    Note 493519 Release quantities are not updated
    Note 1108322 BBP_CONTRACT_CHECK wrong calculation of values
    Note 1102886 Contracts: Lesser Field length for Target Value
    Note 1082548 Check of Released quantity and released value in contract
    Note 656181 Release synchronization of releases on services
    Note 874920 Currency not allowed to be changed for a 'Released' Contract
    Note 703771 Resetting release values during purchase order item deletion
    Note 643823 BLAREL: Incorrect values in service segment
    Note 519879 BBP_CTR_MAIN: No message when values in Contract are reset
    Note 520734 Target value not converted if currency is changed
    Note 528897 Documents not displayed in contract release order overview
    Note 430373 BBP_CON_MNT: No releases available
    Note 491993 Entry of contracts with target values
    Note 437491 Purchase contract: Incorrect update of the call-off values
    Note 406799 BBP_CON_MNT: Fields after contract release ready for input
    Note 398168 Purchase contract: Target value is not changed
    <b>Do let me know.</b>
    Regards
    - Atul

  • J_1IRG23D is not updating with Correct Excise DED Value,

    Hi Friends,
    I am  new to the Excise duty , facing a proble in CIN -While doing MIGO, the Excise Calculation are coming correct values          i(.e 10% ),but in the tables it was not updated correctly (J_1IRG23D)   only one entry is showing wrong ,the other entries in the table are correct.
    In table -J_1IEXCDTL  the EXBED it was with correct value 10% of Base value
    But In table -J_1IRG23D  the  EXBED It was updated  with 0.006% on the base value .its gives wrong value
    Kindly help in this issue.
    Regards
    Siva

    Hi Siva,
    J1IG is to create depot excise invoice.
    you can update J-1IRG23D table in two ways-
    MIGO > Create Rg23D
    OR MIGO > No excise entry and then create RG23D entry via J1IG.
    For more information on the same please gothrough  -
    http://help.sap.com/erp2005_ehp_06/helpdata/en/09/ebf138cdd78a4be10000000a114084/frameset.htm
    Regards,
    Brinda

  • Date field not updated when select on F4 value on editable ALV Grid

    Can some one look into this to see what was wrong.
    I have a report that display fields extracted from a ZTable and display on an ALV Editable Grid.
    The data are displayed as read only mode for these fields:
    Field A -   type char20 and have a search help available.
    Start Date - type dats
    End Date - type dats.
    Field B
    Field C ...
    When user select to add new record,  Field A, Start Date and End Date must be editable, the rest are read only.
    On field A because there is search help available, I have no problem select data on F4 pull down menu and the data is updated on the grid.
    But on field start date and end date, there is F4 menu and when you pull down, it shows the calendar date.  But when I select the date to change, it acts like nothing happens.  I run the debug mode and found out that in function module 'F4IF_FIELD_VALUE_REQUEST', after you select the date field, I got the return code irc = 8 from line 305 of this FM.
    Here is what I did.
    I build field catalog similar like BCALV_EDIT04  (add table type lvc_t_styl to each extracted record to indicate which field will be  editable.
    In the PBO,  I build field catalog and set style as enable for these fields:
    CALL FUNCTION 'LVC_FIELDCATALOG_MERGE'
        EXPORTING
          i_structure_name = p_struct
        CHANGING
          ct_fieldcat      = p_t_fieldcat.
    LOOP AT p_t_fieldcat INTO ls_fcat.
        CASE   ls_fcat-fieldname.
           when 'Field_A'.
               ls_fcat-ref_table = 'ZTABNAME'.
            ls_fcat-ref_field = 'FIELD_A'.
            ls_fcat-edit = 'X'.
            MODIFY p_t_fieldcat FROM ls_fcat.
       when 'START_DATE' or 'END_DATE'.
        ls_fcat-style = CL_GUI_ALV_GRID=>MC_STYLE_enabled.
             MODIFY p_t_fieldcat FROM ls_fcat.
       endcase.
    Just curious, I copied program BCALV_EDIT_08 to ZBCALV_EDIT08 and make field booking date as editable to test.  When I select to change booking date from F4 menu pull down, the new date is populated to the screen field.  So what was wrong between my program and BCALV_EDIT_08?  Thanks for your help.  I am stuck on this problem for 2 days and could not figure out what was wrong.

    not sure why you use that FM for date filed , you just need in the field catalog make sure that are use a date field of reference , anyway check program BCALV_EDIT_01

  • VALUES NOT UPDATED IN EXCISE INVOICE

    hi  gurus ,
                     well all the settings  to my knowledge are correct  for CIN customization  , but the excise values are not updated  in excise invoice .the values are 0 " . can ne1 pl help ? dts  top priority .

    Hi,
    Spro>Logistics u2013 General>Tax on Goods Movements>India>Business Transactions>Specify Which Movement Types Involve Excise Invoicesu2014here check for movt type 122 which register is maintained once appropriate register is maintained there then system will update the same.
    Or even you can try J1I5 update register with movt type 122 & enter material document (return delivery material document no) & classification IPD (Issued for clearance/Removal on payment of duty) & select the correct radio button of register. Once update the register then Extract data for excise registers Using J2I5.
    It will update both the data in the register
    Rgs

  • Non-cumulative values do not update on report

    hi,
    I have created cube with non-cumulatives but on reports they are not updated. I can see values for inflow but not for non-cumul itself.
    Does somebody knows what could be wrong?
    Regards,
    Andrzej

    hi,
    what do you mean by date restriction?
    Time reference char is 0calday, I have 0calday in validity table and tine char in query are 0calday and 0calmonth. I do not use restricted KFs in query.
    Regards,
    Andrzej

  • Field value not updated in Dialog Programming

    Hi experts
              My problem is when i change the field value in dialog programming, the text value is not updated, its showing the same value what exist in database.
       I have done coding as follows, what i need to change in coding, Pls give me the suggestion.
    PROCESS BEFORE OUTPUT.
    MODULE STATUS_1200.
    PROCESS AFTER INPUT.
    CHAIN .
        FIELD :  zrecpt-zrno.
        MODULE vali_zrno ON CHAIN-INPUT.
      ENDCHAIN.
    module header_data10.
    MODULE STATUS_1200 OUTPUT.
        SET PF-STATUS 'ZRECT'.
        SET TITLEBAR 'ZRECT'.
    ENDMODULE.              
    MODULE vali_zrno INPUT.
    if zrecpt-zrno  is not initial.
        select single * from zrecpt
                        where zrno = zrecpt-zrno.
    endif.
    ENDMODULE.
    MODULE header_data10 INPUT.
    CLEAR : it_zrecpt.
      REFRESH : it_zrecpt.
      MOVE-CORRESPONDING zrecpt TO it_zrecpt.
      APPEND it_zrecpt.
    ENDMODULE.
    Thanks in advance.
    Regards
    Rajaram

    Hello...
    IN PAI,,
    You were not updating into any database..
    you were just appending to an internal table...
    now either move the internal table values to the database ...
    or you can simply move from the values entered...[text boxes ]
    pls chk.....

  • 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

  • Part1 is not updating in  J1IEX

    Dear Experts,
    I am  posting GR  for import po,  in the excise tab  all the excise duties are visible in MIGO  I am updating RG23A Part1 through J1I5, system is giving me message records successfully processed,but when I am capturing excise invoice through J1IEX  Part1 tab is appearing  and PO QUANTITY is  also visible ,but  the excise duties are not updating, BED, ECSS, SHCESS  all are zero,
    Please suggest,
    ARABBAS
    Edited by: arabbas on Dec 27, 2010 2:43 PM

    Hi
    if your posting the import po menas giving the input of duties in po conditions only.
    Basically CVD values updating to jmop only. means basic excise only. so just check setoff entry is maintained for jmx1,jex1 and jhx1. here no need to maintain separatly for import po like other only.
    if your using the TAXINN procedure check
    path LG-TAX ON GOODS-BASIC SETTINGS- INDIA-DETERMINATION OF EXCISE DUTY-MAINTAIN EXCISE DEFAULTS.
    here check maintain properly or not ? check the classify the condition types.
    laxman

  • Cess anf H cess valu 0(Zero)

    HI,
    iam maintain PP for Jinfac ....But iam not getting Cee and H cess value ....in Sales order iam getting Zero Values.....
    10     0     PR00     Price                                                                            ERL
    15     0     JASS     IN A/R Assessable Va               
    200     0     JEXP     IN: A/R BED %                         10                                       EXD
    201     0     JMAN     IN Manual excise                10       
    202     0     JEXQ     IN A/R BED                           10                                 EXD
    203     0     JCEP     IN A/R CESS %                        202                                     EXD
    204     0     HCES     IN A/R HIGHER CESS %         202                                      EXD
    Thanks in Advance
    Regards
    Raj.

    Hi,
    This is what i defined in my JINFAC Pricing procedure........for JEXP condition type i maintained 10 in From Filed.....so iam getting BED on Base price.....
    now what i did, i maintained 2 condition types called Cess (JCEP) AND H Cess(HCES) condition types....1% & 2% respectively.....everything is fine...now i need to add some discount and freight and Insurance......finally i need to see the Net value of the document....How can i check this in my sales order..
    Please revert me back if you need more clarity
    Regards
    raj

  • Audit columns not updated when update statement is invoked

    I am trying to perform DML operation using "Process Row" process.
    I have provided the default values for audit columns in the default section of the page item attributes.
    When I insert, the record is inserted with proper default values.
    The problem arises when I try to update the record. For e.g. the last_update_date is not update with the current timestamp. I tried using "After Submit -Computation". But the column is not updated with the current timestamp value.
    I do not want to use database triggers.

    I am trying to perform DML operation using "Process Row" process.I have provided the default values for audit columns in the default section of the page item attributes.
    When I insert, the record is inserted with proper default values.
    The problem arises when I try to update the record. For e.g. the last_update_date is not update with the current timestamp. I tried using "After Submit -Computation". But the column is not updated with the current timestamp value.>
    What is the datatype of Last_update_date, DATE or TIMESTAMP or some variant of TIMESTAMP ?
    Post your code and describe your computation point and conditions on it.
    >
    I do not want to use database triggers.>
    I really wonder why you do not want to use the better approach. Don't elaborate, I don't want to hear it.
    Cheers,

  • LastChangedBy in BUS2089 not updated

    Hi all,
    I'm using 4.7 and have the following problem:
    if I update a travel expense (TRIP) the History tracks this change (userID and time) but the BUS2089.LASTCHANGEDBY is not updated. I use this value in a custom workflow and it causes some problems when it is not instantiated.
    I found some OSS notes about this issue but no one specific for this case.
    In the meanwhile I'm using other infos to obtain a certain result but that object can be very helpful because of its link with employee's data.
    Thanks for any help in advance.
    Kind regards.
    Angelo

    Hi Rob,
    sorry for answering so late: vacation and work abroad
    I just tried to debug the standard code, but the structure "status" is empty during the following call:
    object-private-gr_trip->get_last_changed_by( )
    Can you make the same test in your system?
    In the meanwhile,I think I'll develop a custom method to read the position of the initiator, that's what I need.
    Unfortunately if the LastChangedBy object is not instantiated I also lose the link with the employee and his position.
    Thanks, bye!
    Angelo
    Message was edited by: Angelo Scarnata

  • Overhead Cost Element not update

    Hi,
    I have created Cost sheet , assigned to Production plant, for FG Material,
    Overhear updated when run SCE, and production order also updated but after settlement secondary GL a/c with Credit cost center not update. in system show no value in particular overhead
    Please help me
    Thanks & regards.
    Vinu.

    Hi Ajay,
    Yeah I have maintained  inventory valuation (Fixed and variable costs)
    overhead cost should be calculate, Fixed and variable cost so i have maintained (Fixed and variable costs)
    in cost sheet i have maintained only plan rate  not actual.is it ok ?.
    Thanks & Regards.
    Vinu,
    Edited by: vinutha1010 on Oct 25, 2010 7:37 PM

  • No BED,Cess & HS Cess values are getting stored in export Sales after J1iin

    Hi,
    This is a problem which is CIN based (Country India) for Export Sales. We configured following thing –
    Excise Registration      -     1
    Excise Group     -     1 let’s say it is G1
    Series Group     -     2 let’s say they are S1 & S2
    (S1 – Domestic / Export Sale & S2 – 57 F4)
    Sub Transaction Type     -     2 let’s Say ES & IP
    (ES – Export Sale & IP - Import Purchase)
    Tax Procedure – TAXINN
    Maintained Proper “Defaults Condition Type”
    Also maintained all default “DLFC” and also additionally maintained “DLFC” with “ES - Sub Transaction Type” for Excise Accounts per Excise Transaction
    Maintained all required GL account per excise Transaction i.e
    G1 - DLFC - Co. Code -      -  All Required GL
    G1 - DLFC - Co. Code - ES -  All Required GL
    Maintained Default Excise Group & Series Group
    S. Org - Dis.Ch. - Div - Sh. Pt - Plant - G1 - S1 - Export Under letter of Undertaking - ES
    Pricing Procedure -     Export pricing consist containing “PR00”, BED, Cess & HS Cess (maintained in  both % & total). No account keys and statistical tick maintained except PR00 . So total 7 condition Types. Also proper condition record maintained.
    Now for my Domestic sales everything is working fine. Here Both excise tables i.e J_1iexchdr & J_1iexcdtl are getting updated after J1iin for BED, Cess & HS CESS.
    But in case of J1IIN of Export sale we are not able to store the values of ED, Cess & SHE Cess. Interesting thing is that these values are appearing initially while creating J1IIn through billing doc no. but as soon as we save it, only excise Invoice no is getting generated but no BED, CESS & HS Cess values are getting updated in tables.
    So can anyone is having any clue why this values are not getting stored. I want these values in Excise Invoice for ARE 1 processing.
    (We are using local number range for export invoice also)
    Early response needed. Thanks

    OK, no issues.
    I wanted to ask u wether u are posting these excise values..?
    and generally excise related condition types do not appear in Export pricing procedure as in export excise in not recoverable from the customer.
    Hence even if tehy appear, tehy should eb statistical in teh export pricing procedure.
    What you can do is,go to J1ID, Maintain excise indicator for customer.then Under the Excise rates, Choose Excise Tax rate.
    here you can maintain, Excise rate(BED %), ECS% and AT1%(higher Ed.Cess) for the chapter id in your material.
    similarly for all the chapter i'ds that you wish to make make an export for... (Remember to enter the Valid from and excise indicator)
    Now, do teh j1iin again,and choose teh utilzation tab,then click on teh pencil icon and choose "Export Under bond".
    If u fail to choose this option, systemw ill not allow you to carete an ARE1 for thsi excise invoice.
    Lemme know if this works.
    Regard;s
    Priyanka M.
    Reward points if helpful

  • J_1IRG23D Table was not updated With Correct Values While Doing MIGO

    Hi Friends,
    I am new to the Excise duty , facing a proble in CIN -While doing MIGO, the Excise Calculation are coming correct values (i.e 10% ),but in the table it was not updated correctly (J_1IRG23D) only one entry is showing wrong ,the other entries in the table are correct.
    In table -J_1IEXCDTL the EXBED it was with correct value 10% of the Base value
    But In table -J_1IRG23D the EXBED,ADE,CESS It was updated with 0.06% on the base value .its gives wrong value
    Kindly help in this issue.
    Regards
    Siva

    Hi,
    Go to T Code - J2I5 (not 215 it is j 2 i 5) enter details and select register PLA Check box and execute. This can be extracted many times - no problem.
    After J2i5 balance will update in registers including tables.
    Ramesh

Maybe you are looking for

  • How to validate multiple controls using a single Validator?

    I am trying to do an HourValidator because Flex doesn't have this, so i am extending from the Validator class. I read in the Creating and extending Flex components document the following: "A validator can validate more than one field at a time. For e

  • Tree node expansion

    Hello I have a tree (showing max levels of 2)and I am trying to programatically open a particular node that is 3 levels down. Now, I can open a node that is 2 levels down as follows https://...../f?p=1056:2:3052972033689458:EXPAND,9::::#node10 So,par

  • Firefox does not respond for several minutes when coming logging on after locking my vista laptop

    This has happened for several days in a row but it happened sporadically before the update to 6.02. The laptop is a Compaq Presario C700 2GB RAM, plenty of space on the hard drive, Vista 32-bit SP2. I do not have a problem using IE or Chrome. I do ha

  • How to Format UM Notification E Mails???

    hi all , I am pretty much new to EP. I would like to know if i can customize the email sending out automatically when a user is created or password is updated ( under UM Configuration we can keep the settings). If i can customize , someone please tel

  • 2 HD 5870s in 2010 MacPro

    I'm looking for some info on a two 5870 crossfire set up. There is already one 5870 in my system. I'm thinking I'm going to by a auxiliary PSU to go into the empty drive bay(http://www.tigerdirect.com/applications/searchtools/item-details.asp?EdpNo=5