Excise invoice taxing values are not getting updated

Respected Members
I have created a sales order and and done the billing and while creating of billing it creates excise invoice.
Problem is that billing document and accounting document showing the values of BED and taxes but when we go to tcode j1iin and see the excise invoice ,it is not updating the values of tax there.
There it is showing zeros everywhere in BED AED NCCD etc.
Please help me out to solve the issue as soon as possible.
I have copied the pricing procedure TAXINJ to TAXIND and set the values .
Please tell me where where i have to check the configuration for solving the issues.
Thanks a lot
GIve your suggestions as soon as possible.

Hi,
Please check with the Customer and Material Statistics group in the Customer and material master respectively.
Further check with the LIS settings (Sales Area combination with the Update group).
Reward points if this helps you.
Regards,
Harsh

Similar Messages

  • Values are not getting updated in sales report

    I have configured sales information system, and i have been trying to run sales report but values are not getting updated in sales report, System will through message that no data exists.
    regards,
    thooyavan

    Hi,
    Please check with the Customer and Material Statistics group in the Customer and material master respectively.
    Further check with the LIS settings (Sales Area combination with the Update group).
    Reward points if this helps you.
    Regards,
    Harsh

  • Values are not getting updated in 'stocks App' in my i4 phone.  What is the solution?

    values are not getting updated in 'stocks App' in my i4 phone.  What is the solution?

    you have encountered activation lock.  Read iCloud: Activation Lock

  • Values are not getting updated(urgent)

    Hi,
    Iam trying to change the net-price of outline agreement using BAPI_AGREEMENT_MAINTAIN.The code is as follows.Still the price is not getting updated.The function module which im using is the right one or i have to use another one.
    data: PO_NUMBER like BAPIMEPOHEADER-PO_NUMBER.
    data: PO_HEADER like BAPIMEPOHEADER.
    data: PO_ITEM like BAPIMEPOITEM occurs 0 with header line.
    data: PO_ITEMX like BAPIMEPOITEMX occurs 0 with header line.
    data: RETURN like BAPIRET2 occurs 0 with header line.
    *data: PO_NUMBER like BAPIMEPOHEADER-PO_NUMBER.
    data: IM_AGREEMENT_HEADER like BAPIOAHEAD occurs 0 with header line.
    data: IM_AGREEMENT_HEADER_X like BAPIOAHEAX occurs 0 with header line.
    data: IM_AGREEMENT_ITEMS like BAPIOAITEM occurs 0 with header line.
    data: IM_AGREEMENT_ITEMS_X like BAPIOAITEX occurs 0 with header line.
    data : i_ekko like ekko occurs 0 with header line.
    SELECT * FROM ekko into table i_ekko WHERE ebeln = '4600000633'.
    *endselect.
    IM_AGREEMENT_HEADER-AGMT_NO = i_ekko-ebeln.
    IM_AGREEMENT_HEADER-LANGU = i_ekko-SPRAS. "Language
    IM_AGREEMENT_HEADER-VAT_CNTRY = i_ekko-STCEG_L. "country id code
    IM_AGREEMENT_HEADER-CURRENCY = i_ekko-WAERS. "currency
    IM_AGREEMENT_HEADER-DOC_CAT = i_ekko-bstyp. "Pur doc categary
    IM_AGREEMENT_HEADER-DOC_TYPE = i_ekko-bsart. "Pur doc type
    IM_AGREEMENT_HEADER-TELEPHONE = i_ekko-TELF1.
    Append IM_AGREEMENT_HEADER.
    IM_AGREEMENT_HEADER_X-AGMT_NO = 'X'.
    Append IM_AGREEMENT_HEADER_X.
    IM_AGREEMENT_ITEMS-AGRMT_ITEM = '10001'.
    IM_AGREEMENT_ITEMS-NET_PRICE = '20'.
    Append IM_AGREEMENT_ITEMS.
    IM_AGREEMENT_ITEMS_X-AGRMT_ITEM = '10001'.
    IM_AGREEMENT_ITEMS_X-NET_PRICE = 'X'.
    append IM_AGREEMENT_ITEMS_X.
    CALL FUNCTION 'BAPI_AGREEMENT_MAINTAIN'
    EXPORTING
    IM_AGREEMENT_HEADER = IM_AGREEMENT_HEADER
    TABLES
    EXT_RETURN = RETURN
    IMT_AGREEMENT_ITEMS = IM_AGREEMENT_ITEMS
    IMT_AGREEMENT_ITEMS_X = IM_AGREEMENT_ITEMS_X.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
    wait = 'X'.
    LOOP AT RETURN.
    WRITE: RETURN-MESSAGE.
    ENDLOOP.

    Hi,
    do like this:
    CALL FUNCTION 'BAPI_AGREEMENT_MAINTAIN'
    EXPORTING
    IM_AGREEMENT_HEADER = IM_AGREEMENT_HEADER
    TABLES
    EXT_RETURN = RETURN
    IMT_AGREEMENT_ITEMS = IM_AGREEMENT_ITEMS
    IMT_AGREEMENT_ITEMS_X = IM_AGREEMENT_ITEMS_X.
    if sy-subrc = 0.
            read table RETURN
                  into lwa_RETURN
              with key type = 'E'.                                " if there is an error message
            if sy-subrc = 0.
       <b>       do error processing or whatever required.</b>
            else.
              call function 'BAPI_TRANSACTION_COMMIT'
                exporting
                  wait = 'X'.
              if sy-subrc = 0.
              endif.
    endif.
    Regards,
    Sooness

  • Taxes are not getting updated in PO

    Dear All,
    I have done some changes in pricng and tax calculation procedure.
    But for old POs the calculations are not getting updated when i sees at invoice tab in PO. To make affect the same I need to unrelease the PO, SAVE and again release the PO.
    Is there any other way for updating the tax calculations at invoice tab in PO.
    Regards,
    Rakesh

    >
    Rakesh  Shelar wrote:
    > Dear All,
    >
    > I have done some changes in pricng and tax calculation procedure.
    >
    > But for old POs the calculations are not getting updated when i sees at invoice tab in PO. To make affect the same I need to unrelease the PO, SAVE and again release the PO.
    >
    > Is there any other way for updating the tax calculations at invoice tab in PO.
    >
    > Regards,
    > Rakesh
    Only other way possible is abap script to be made to change Po data without changing the release. Otherwise you need to unrelease the Po's first, then change the data and then save for your changes to get affected.

  • Excise rate and value is not getting defaulted from the purchase order

    Hi all,
    While capturing excise invoice , the excise rate and value is not getting defaulted from the purchase order and in Excise Item Tab BED,AED,ECS is Zero at both header as well as item level for only one material in STO process and if we are doing same process taking other material all things are coming perfectly and We are maintaining condition with respect to vendor,plant and material combination.Any input related to this will be helpfull and rewarded.
    Regards
    Vishal

    Hi,
    Follow STO Process for this;
    1.Create a vendor for the company code of receiving plant, using account group: 0007 using T-Code XK01.
    2. Assign this vendor to Delivering plant
    Go to XK02 >Purchasing view>Extras>Add. Purchasing data>Plant
    3. Create internal customer with the sales area of the vendor. Go To XD01
    4. In pricing procedure determination relevant to STO, assign document Pricing Procedure and customer pricing procedure appropriate for STO to get the pricing in the invoice.
    5. Maintain condition records for the relevant pricing condition.
    6. Some more setting for STO: Go to MM> Purchasing > Purchase Order > Set up STO > define shipping data for plants > Go to Receiving plant >assign customer here & Supplying SA (for billing) to Receiving plant here
    7. Go to MM > Purchasing > Purchase Order > Set up STO > define shipping data for plants > Go to Supplying plant and assign the sales area of receiving plant.
    8. Go to MM > Purchasing > Purchase Order > Set up STO > assign delivery Type & Checking rule
    Assign the delivery type to document type. In this case, Delivery type NLCC is assigned to Document type NB
    9. Go to MM> Purchasing > Purchase Order > Set up STO > Assign document Type, One step Procedure, Under delivery tolerance
    Assign the document type NB to supplying plant and receiving plant
    10. After all settings, Create the STO using T-Code: ME21N and maintain pricing conditions of freight and Save.
    11. In supplying plant Maintain condition record in sales using VK11 the same will flow in receiving plant when referring the OBD no during MIGO.
    10. Create Delivery: VL10G
    12. Picking, PGI: VL02N
    13. Billing: VF01
    Save the document and its done
    14. J1IIN - Outgoing Excise Invoice
    15. MIGO - Goods Receipt against outbound Delivery
    16. J1IEX - Capture & Post Excise Invoice
    Rgs

  • Stock value is not getting updated in APO system From ECC automatically

    Hi All,
    Stock value is not getting updated in APO system From ECC automatically but if we do it manually from transaction CFM2 it will get updated.
    for this we are using EXIT_SAPLCSTK_001.
    I am using VL10A for delivery and VL06G for PGI
    I have also checked integration model for material and stock.
    Please help me out as it is very urgent.
    Thanks,
    Gaurav Mittal
    Edited by: GAURAV MITTAL on Feb 6, 2008 6:09 PM

    Hi,
    for transferring the stock data from R/3 to APO automatically, you need to have the integration model for material and stock activated.
    please check the same.
    if this does not help, let me know in detail the steps which you are following..
    Ram

  • CPS parameters are not getting updated in SAP

    We have recently migrated our SAP and CPs servers, after that we are  facing few CPS issues  and it is affecting lot of key batch jobs. One typical example is given below.
    CPS is supposed to trigger a job  DD simulation, by copying the SOURCE_DATE_ID -1-Dec-2006  and modifies the parameters BUDAT and FAEDA_HIGH. The parameter FAEDA_HIGH is calculated as time.now()+ 5 working days as defined in the expression. When we try to run the job today with the date 24 Dec 2010, CPS has calculated the FAEDS_HIGH correctly as 2-Jan-2011. IN SAP the variant gets created but for the field FAEDA_HIGH the date value is not getting updated properly it is display some other date. (e.g)  It is showing as 4-jan-2011,  I removed the xpression and gave another date for the FAEDA_HIGH field as 10/01/2011, but in SAP it is not getting updated.
    Has anyone faced similar kind of issue. share you experience
    Regards,
    Ramprasad.

    Hi ,
    PLease find attached out XBP version
    XBP connection pool for SAP system ISU
      XMI interface version           : 2.0
    Since we have taken backup and restored the SAP Database, the CPs transport file already exists in the System.
    Basically what happens is
    So actually what is happening is, the CPS parameter FAEDS_HIGH expressions are  not used for due date calculation.. CPS just copies the source date-id to target id  and similarly for the due date based on the difference
    source_id variant date 01-12-2006   due date 02-12-2006  ( Next day)
    Target_id Variant date 25-12-2010  due date 26-12-21010  ( Next Day)
    I tried changing the Source date id from 01-12-2006 to 24-12-2010.
    Source Variant date 24-12-2010   due date 04-01-2011 ( 10 Days)
    Target Variant date 25-12-2010  due date 05-01-2011 ( 10 Days)
    Regards,
    Ram

  • Registers are not getting updated

    Dear all,
    I am new to CIN.
    My Problem is that RG registers which need to be up dated while reciving the excisable material are not getting updated, or else i am not finding way to see them. can any one help me?
    Prabhash

    Hi
    Refer the link
    http://help.sap.com/saphelp_47x200/helpdata/en/de/8b6a158bef9844b00635a468856274/frameset.htm
    Regards
    Ramakrishna

  • Value property not getting updated for edit on firefox

    Der Sir/Mam,
    I am a selenium tester and my test fails on moxila due to following issue,
    Value property not getting updated for edit on firefox thats why failing the script while identifying the object from xPath.
    The test case run fine on IE.
    I want to identify the object by its xPath saying value = "Some value"
    I can not check thousands of object by looking in to its value attribute property.
    Thanks in advance,
    Rohit

    I'm not sure whether we can solve your question here. We are mostly supporting the released version of Firefox (Firefox 20) for regular use rather than old versions in a test harness. You might need to reach out to the [https://groups.google.com/forum/?fromgroups#!forum/selenium-users Selenium Users Group] if you can't replicate the problem in Firefox 20.

  • While Creation Of SaleOrder Char Values are not getting saved.(V C)

    Hi SAP gurus,
    One of my client can able to create a saleorder but when we go and see in VA03 Display mode,we found Charactrestic values getting miised out.What could be the probale reasons.
    Note: I Have stimulate the required combination as per my client requirement in CU50,here i can able to indentify the Green Sign,but While Creation Of SaleOrder Char Values are not getting saved.
    Awaiting for your valuable reply.
    Cheers,
    Kumar.S

    Kumar ,
    If you assign values in classification view or configuration profile  they will become default for the product, and it willnot be changed in sales order.
    another thing if the item category is incorrect you will not get the configuration pop up at all .
    problem what i understand from your thred is at the time of sales ordeer creation there is some inconsistances in the configuration , may be some condition is not fullfilling.
    If in CU50 the result shown are error free, same configuration should owrk properly in sales configuration process, please again try to create it in sales order with same value assignment also check all the messages.
    see the result of configuration before saving the sales order , i hoep it will work for you.
    I am assuming all the things from SD are properly configured ie item catageory, varient pricing etc.
    Check and revert back.
    Regards
    Ritesh

  • Few keyfigures are not getting updated in the backup cube

    Hi,
    We run the daily backup process chain which extract data from planning
    area and store in the cube & ods.
    There are infopackages which update cube & ods, the datasource & info
    source is same for both ODS & backup cube.
    But a few keyfigures do not get updated in backup cube where as we see
    ODS getting updated for those keyfigures. Also there exist data in the
    planning area for these keyfigures.
    There is direct mapping between the keyfigures in cube & planning area.
    We tried to debug it and noticed that data gets updated in update routine table but not get updated in cube.
    There are total 25 keyfigures in the cube , out of this only 5 keyfigures are not getting updated.
    Need expert opinion on this.
    Regards,
    Chetana

    Hi Chetana,
    Check the backup step in your process chain. The Data Selection tab may have certain conditions on account of which certain keyfigures in your Backup Cube are not getting updated.
    Check if any ABAP routine or any selection conditions are maintained which are causing certain keyfigs to be excluded.
    ~Rishi

  • HIREDATE & FIREDATE of Employee are not getting updated in t-code PA20.

    Hi all,
    HIRE DATE & FIRE DATE are not getting updated whenever the data of an employee loaded into SAP T-Code PA20 .
    And even the input data contains the both the fields HIRE DATE & FIRE DATE
    Can any one please suggest us why its happening.
    Thanks,
    Lava.

    Hi Girishkg,
    The default IIS limit for the upload file size is 30MB. If the selected files are larger than 30MB, the files are not uploaded.
    The limit can be set in web application’s web.config file or in IIS .
    There are two detailed articles about setting the limit:
    http://www.brainlitter.com/2009/07/13/sharepointcannot-upload-documents-larger-than-30mb-on-windows-server-2008-or-sbs-2008-application-servers/
    http://expectedexception.wordpress.com/2011/02/08/upload-multiple-files-fail-without-error/
    Feel free to reply if the issue still exists.
    Best regards
    Wendy Li
    TechNet Community Support

  • Backened documents are not getting updated in Classic Scenario

    Hi,
    We are using SRM 7.0 version and we are working on classic scenario where the shopping cart - RFX - Contract are created in SRM and the PO - GR - IR are created in ECC. The blackened documents which are created in ECC PO - GR and IR these documents are not getting updated in SRM system.
    Is there any business functions to be activated.

    Hi Sunil,
    You manually run report ""BBP_GET_STATUS_2" after PO is created in MM. Then check if the follow-on-docs are updated in SC.
    If it is working fine after you manully run report, you will have to properly set time to run this report automatically.
    Best Regards,
    Anu
    Edited by: Anuradha UG on May 18, 2010 8:09 PM

  • Changes to Excel files are not getting updated

    File updates not reflected. I modified content, added data validation and saved the file back - next day file is still the way it was before modification.
    Other file, another site but similar situation.
    Content changed - form added but next day the change is not reflected. File updates not reflected. I modified content, added data validation and saved the file back - next day file is still the way it was before modification.
    Other file, another site but similar situation.
    Content changed - form added but next day the change is not reflected.

    Hi,
    According to your post, my understanding is that changes to Excel files are not getting updated.
    I recommend to configure Excel Services data refresh by using Secure Store and an external Office Data Connection (ODC) file.
    For more information, you can refe to:
    Configure Excel Services data refresh by using external data connections in SharePoint Server 2013
    If you use PowerPivot, you can refer to:
    Refreshing PowerPivot Data in SharePoint 2013
    If you use Office Web Apps, you can use New-SPWOPISuppressionSetting -extension xlsx -action view to refresh data.
    You can refer to:
    PowerPivot for SharePoint - Browser Refresh Fails (Data Refresh not supported in Office Web Apps)
    In addition, here is a similar thread for your reference:
    http://social.technet.microsoft.com/Forums/office/en-US/2c4009f3-62bc-4af0-9e16-e40e9d418e3b/user-changes-to-sharepoint-documents-lost
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

Maybe you are looking for

  • Jagged edges using DVCPRO 50

    yeesh. We are capturing footage that was shot at 24 fps, 16:9 anamorphic standard def on an SDX900 camera using on DVCpro tapes, off of an AJSD93 deck over firewire. We capture with the DVCPRO50-NTSC codec, and have tried both 23.98 and 24. and we ar

  • I want to create a blog(s) - don't want a..

    Create one easily? I downloaded Wordpress's zip file but I'm no SQL expert. Does anyone know where to get something that I can do this easily? I'm pretty good at code so it doesn't need to be blogs for dummies... but at the same time I don't want to

  • BSP OTRs and MIME Objects do not appear

    Dear SDN Members: I have been facing a very peculiar issue. At first we had problems in our Z* BSP Application with SY-SUBRC values after a READ TABLE itab INTO wa WITH KEY field1 = var_field1. If there were no matching record(s) in Internal table, t

  • How to write a function to find weekday

    my code as follow: create or replace function getweekday(arg_day_IN VARCHAR2) RETURN varchar2 IS arg_day VARCHAR2(8) := arg_day_IN; ls_week VARCHAR2(1); ls_week_name VARCHAR2(4); ls_date_1 date; BEGIN ls_date_1 := to_char(SUBSTR(arg_day, 5, 2) || '-'

  • Concatinating multiline by using UDF

    Hi all, In my scenario , I am having the condition , If that condition is true then we have to concatenate the multiple note into one value. Here I written UDFby selecting the option as Context value, In this case it is returing void. How can I add t