Excise Duty Group not being populated during VL09 in MSEG-ROITAXGRPtable

Hi,
When we do the PGI (601 movement type), the data gets updated in MKPF & MSEG tables.During this process the details pertaining to ED group(field ROITAXGRP) are not updated in MSEG.
The above factor has the following connection to 602.
Subseqently when we do VL09 - the data pertaining to PGI (601) is imported from MSEG & hence ED group does not get populated as the system takes the material document of 601 to reverse the delivery document
We need to know the following things.
1. When we are doing delivery (Movt type 601) ,excise duty group gets updated in which field and table?
2. When we are reversing the document why in the MSEG table ROITAXGRP field (Excsie Duty Group) not getting updated.
3. Is there any User Exit which can be usd to populate this . We are using version 4.6c (IS-OIL) version ?
regards,

Thanks,
K.Kiran

Similar Messages

  • Some client data not being populated after upgrading to NCS 1.1.0.58

    After upgrading to Cisco Prime NCS 1.1.0.58 some of the client data is not being populated or gathered. The graphs labeled "Client Count By Association/Authentication" and "Client Count By Wireless/Wired" are no longer being updated? Not sure what was changed during the upgrade or where to look to get it to start collecting the data again?                  

    Eajackson,
    Make sure your WLC, MSE and WCS/NCS code matches the compatibility matrix here:
    http://www.cisco.com/en/US/docs/wireless/controller/5500/tech_notes/Wireless_Software_Compatibility_Matrix.html
    Sent from Cisco Technical Support iPhone App

  • Data is not being populated in screen field PSPNR after F4 search help.

    Hi expert,
    I have added one field GW_SELECT-PSPNR in existing screen 100, and there are many fields already existing.
    and there are POV for 4 fielda and i added POV for field GW_SELECT-PSPNR.
    PROCESS ON VALUE-REQUEST.
      FIELD gw_select-kostl MODULE determine_kostl.
      FIELD gw_select-aufnr MODULE determine_aufnr.
      FIELD gw_select-matnr MODULE determine_matnr.
      FIELD gw_select-bwart MODULE determine_bwart.
    ***Added by me
      FIELD gw_select-pspnr MODULE determine_pspnr.
    ****end add
    now problem is that the value is not being populated in screen.
    values are coming in field GW_SELECT-PSPNR but in screen its not being populated.
    i tried function module 'DYNP_VALUES_UPDATE' then also its not being populated
    now this module MODULE determine_pspnr has code inside
    MODULE DETERMINE_PSPNR INPUT.
       DATA:w_dynpfields TYPE dynpread,
         i_dynpfields LIKE STANDARD TABLE OF dynpread.
      PERFORM fill_pspnr.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield        = 'PSPNR'
          value_org       = 'S'
        TABLES
          value_tab       = gt_pspnr
         field_tab       = lt_field_tab
          return_tab      = lt_return_tab
        EXCEPTIONS
          parameter_error = 1
          no_values_found = 2
          OTHERS          = 3.
      LOOP AT lt_return_tab INTO ls_return_tab.
        gw_select-pspnr = ls_return_tab-fieldval(12).
        CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
          EXPORTING
            input  = gw_select-pspnr
          IMPORTING
            output = gw_select-pspnr.
        EXIT.
      ENDLOOP.
      refresh i_dynpfields.
       w_dynpfields-FIELDNAME = 'gw_select-pspnr'.
       w_dynpfields-FIELDVALUE = gw_select-pspnr.
       APPEND w_dynpfields to i_dynpfields.
       APPEND gw_select to gt_select.
      CALL FUNCTION 'DYNP_VALUES_UPDATE'
        EXPORTING
          DYNAME                     = sy-repid
          DYNUMB                     = sy-dynnr
        TABLES
          DYNPFIELDS                 = i_dynpfields
       EXCEPTIONS
         INVALID_ABAPWORKAREA       = 1
         INVALID_DYNPROFIELD        = 2
         INVALID_DYNPRONAME         = 3
         INVALID_DYNPRONUMMER       = 4
         INVALID_REQUEST            = 5
         NO_FIELDDESCRIPTION        = 6
         UNDEFIND_ERROR             = 7
         OTHERS                     = 8
    ENDMODULE.                 " DETERMINE_PSPNR  INPUT

    Hi
    Use this code instead of your function call:
        CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
          EXPORTING
            retfield        = 'FEE_NUMBER'
            dynpprog        = sy-cprog
            dynpnr          = sy-dynnr
            dynprofield     = 'FEE'  ================>your field
            value_org       = 'S'
          TABLES
            value_tab       = it_fee
          EXCEPTIONS
            parameter_error = 1
            no_values_found = 2
            OTHERS          = 3.
    Best Regards
    Yossi

  • Excise duty is not calulating

    Dear All,
    if i am creating sales order excise duty is not calculating.there is message which is i'm getting.No add. Vendor / Customer data maint. for  -Please maintain J_1IMOVEND.
    Regards
    Ajit Jaiswal

    in customer & vendor where we maintain Excise tax indicator.
    Go to J1ID, select "Customer Excise details" and execute.  There check whether the customer code is maintained there.  If so, drag your mouse to right side and check "1"  is maintained under the tab "Declared".
    thanks
    G. Lakshmipathi

  • I am facing a problem that Basic Excise Duty is not picking in Tcode.: J1IS

    while doing STO. Our STO procedure is intiallyyPO with UB STO then MB1B with 351 movement type transfering stock from one plant to another plant. Next step is Tcode: J1IS here BED should pick automatically once i click on GET EXCISE INVOICE tab. then we go for JIVS and MIGO with 101 movement type.
    I am facing a problem that Basic Excise Duty is not picking in Tcode.: J1IS .
    we are not going through SD configuration and I mentioned evrything in Tcode J1ID

    Chek SAP Note 951938 is applicable to you
    Regards
    Sanil Bhandari

  • Excise duty @10% not displaying in printpreview----SAP INVOICE

    Dear experts,
    Here in Sap invoice Excise duty @10% is not displaying in the printpreview. I tried debugging in Report program, but couldn't able to find the solution. so please give me the solution with step by step, Because am new to this one.
    Thanks & regards,
    selvakumar.

    Hi ravi,
       Yes ofcourse am using smartform, Here in billing document(invoice) printpreview. there are some excise columns like edu cess,vat and all. The same ''excise duty @10%'' and the value of the excise duty also not displaying in the billing document printpreview.....I have debugged smartform nothing wrong with smartform. So there amy be some problem with the abap editor.
    I have the conditions like Wa_final-exp ne intial
                                             Wa_final-fkart ne 'yrmf'
                                              Wa_final-fkart ne 'yctf''.
    please let me know what is the problem in it.
    Thanks & regards,
    selva....................

  • Data object is not being populated in BAM

    We are putting the data in JMS Queue. We have created an EMS in BAM. It is picking the data from JMS Queue, but the data object is not being populated. The request we are using here is given below:
    Request:
    <?xml version="1.0" encoding="UTF-8"?>
    <Test xmlns="http://education.com/OrderImport">
    <OrderLineReferenceNumber>abcad</OrderLineReferenceNumber>
    <WebOrderNumber>cccccg</WebOrderNumber>
    <OrderLineCount>gn</OrderLineCount>
    <LineNumber>4</LineNumber>
    <ISBN10>46564574</ISBN10>
    <ISBM13>6767</ISBM13>
    <ID>67</ID>
    <Status>78768</Status>
    </Test>
    Does anybody has any idea on that?
    Regards,
    Chandrachur.

    Hi Arun,
    Thanks for your prompt reply.
    We are not using any trasfomation here. We have created thje Data objects as per the message type in the request.
    Please find the dataobjects details we are using:
    Field name Field ID Field type Max length Scale Nullable Public Lookup Calculated Tip Text
    OrderLineReferenceNumber _OrderLineReferenceNumber string                                    100               -               No             Yes                   -                          -               - 
    WebOrderNumber _WebOrderNumber              string                                    100               -               Yes            Yes                   -                          -               - 
    OrderLineCount _OrderLineCount                 integer                                     -                 -               Yes            Yes                   -                          -               - 
    LineNumber _LineNumber                      integer                                     -                 -               Yes            Yes                   -                          -               - 
    ISBN10 _ISBN10                              string                                    100              -                Yes            Yes                  -                           -               - 
    ISBM13 _ISBM13                             string                                    100              -                Yes            Yes                  -                           -               -
    ID _ID                                    string                                    100              -                Yes            Yes                  -                           -               -  
    Status _Status                              string                                    100              -                Yes            Yes                  -                           -               -  
    Thanks again,
    Chandrachur.

  • Change Excise Duty Group on the Material Master

    What are the steps to change the excise duty group in the Material Master (MARC- OITAXGRP)? I am getting a message 'Excise duty tax group cannot be changed due to posted stock'.
    We realised some of materials have been setup with incorrect excise duty group at a few plants and there have been a lot material movements posted (101s, 301s). But is the best way to fix this?
    Do we have to reverse all the documents or is it good if we zero the inventory and then it will allow us to change?
    Is a direct table update of the table an option?
    Please advice.
    Thanks in advance
    Srini

    you can't change the excise duty group if there is a stock for the material.
    there is a steps that you need to follow if you inisist to change:
    - zerorize the stock in the current period (all stock types)
    - zerorise the stock in previous period (all stock types)
    - then only you can change the excise duty group.
    these steps can only be carried out when the two posting period are still open, so normally you should do it at month end.

  • PQH TABLES NOT BEING POPULATED BY EMPLOYEE SELF SERVICE

    For reporting purposes I need to create different reports listing all the transactions that are coming from Employee Self S
    ervice. As workforce tables are purged (i.g. wf_items) I need to create it using
    the pqh tables (i.g. pqh_ss_transaction_history) but unfortunately they are not
    being populated. Is there any audit configuration in order to save ESS transact
    ions in the PQH schema? Or are there any other tables where these transactions a
    re always saved?
    Thank you
    Facundo

    I think the PQH History tables are only populated when there have been approvals.
    To report on the SSHR transactions, you ay need to increase the time limit before they are purged and extract them to another table(s) fro reporting.
    Regards
    Tim

  • Some Purchase Requistions are not being replanned during SNP Heuristics

    Hi All,
    Has anyone experienced any issue with purchase requisitions not being replanned during the SNP heuristics run (background or interactive). I have a product location combination and about half of the PRs are not being replanned and these are not fixed/firmed.  When I say replannned I mean that they are not generating a new Purchase req. #. I have no idea why at this point. Any suggestions would be appreciated.
    Regards,
    Rumi

    Rumi,
    we faced a ismilar issue and figured out that the issue was due to the change in MoT for the Preq. The earlier Preqs were created with MoT 'Ship' which was then changed to 'Plane'. When we ran the heuristic the Preqs created with Ship were not recreated. This is a standard SAP APO behaviour.
    I am sure that after deleting these preqs all subsequent runs would be working fine for you.
    Nxet time if it happens consider what I have said, it could be a possible reason.
    Abhi

  • Excise duty group

    Hi all,
        Can you please tell me, how to change the excise duty group for a material with posted stock and open orders. Is it possible by any means, that we can directly change the group.
    thanks & regards
    Chaitanya Rayaprolu

    Hi chaitanya,
    You can check the status of the excise invoices created in J1I7 based on selection criterion Excise Grp, PO No, System will show the RG23 Part 1 serial no., GR no. PO number.
    Alternative if you are changing Excise vendor,
    For example PO placed on  "X"  material supplied by "Y" ( ( On the basis of X' s instruction), provided the Vendor code of " Y " is available in the system.
    Excise details like Range, Division etc. of this alternate vendor will come from J1ID - updation of Vendor
    excise details.
    Best Regards,
    Satish

  • Security Groups not being discovered / Talking a long time to be discovered

    Hi All.
    When creating user collections i am creating the majority of them with a membership rule that links directly to a discovered Security Group, so in order for this to happen the security group has to first be discovered by Security Group Discovery Method.
    Ok, what i am seeing is that it is taking a long time, very long time for the security group to appear. At the moment a security group that i am waiting on was created more then 24hours ago and has still not appeared in the All User Groups collection.
    Now this has got me thinking, some of these security groups are created and will not be populated with users from active directory so it is basically an empty security group, the security group that im waiting on to be discovered is empty also...
    So my question... if a security group has no members, does this stop it from being discovered / appearing in All Users Groups collection ?
    If this answer is 'no' then i got to ask some more questions as to what is causing this severe lag in my discovery :-(

    Hi Jason, 
    been trawling the internet and found this.... its dated 2010 so must be referring to SCCM 2007, but could still be relevant.. ???
    5. Active Directory User Discovery
    It discovers the following:
    User name
    Unique user name (includes domain name)
    Active Directory domain
    Active Directory container name
    User groups (except empty groups)
    http://systemcentersupport.blogspot.co.uk/2010/01/discovery-methods-do-what.html
    (just added a user to my 'empty' security group - see what happens)

  • Excise Duty is not captured in MIRO

    Dear,
    When we posting a vendor invoice against purchase order , It is not capturing excise duty ,
    In part 1 excise invoice date is 31.03.2014 with the GR posting date 15.04.2014 and In part 2 posting was done on 16.04.2014.
    we are facing this problem due to different excise year upated in table J_1IEXCDTL and J_1IGRXREF.
    Please give us solution.
    Br,
    Swapnil

    hi,
    have you checked J1ID all entry for that material is exist and also check PO invoice tab whether tax code exist for that material.
    Regards,
    mukesh

  • Excise Duty is not gettig posted in accounting doc

    Dear Experts,
    In one of my excisable plant, in pricing procedure, excise dutyeducation cesshigher edu cess is calcualted on the basis of base value, which is coming fine. But our requirement is that base valueexcise dutyeducation cess+higher edu cess, combine value should come in Net Value field while making order & invoice. Because of the same reason, excise duty value is not posted in FI, accouting doc of the same is not generating as only base value accounting documents got generated. I have tried by changing the subtotal value but it doesn't work. Kindly help.

    Dear Prashant,
    Thanks for reply, but i checked my excise cond types, in all conditions, cond cat is blank & cond class 'A' is maintained i.e. Discount & Surcharge.
    My problem is that, my excise value is not got posted in net receivable value in accounts. This problem arise, when we make sales order, Net Value field doesn't pick excise there & while invoicing, it post only the base value & rounding off adjustments at header level. I don't know, from where this Net Value field in sales order is picking the value but my problem will solve if my grand total value(base valueexciseedu cess+higher edu cess) will pass to Net Value field while making sales order. Kindly help.

  • Reg Excise Duty is not coming in the Excise invoice

    Hi all,
          We are doing STO senerio between two plants while doing commercial invoice the EXcise Duty ZMOD and ZCES is determining in the commercial invoice but when we do the Excise invoice in J1IIN the ZMOD and ZCES values are not comming.
    So can you please assist to over come this issue
    Please give replay ASAP,
    Regards,
    Murali.

    Hi Alpesh,
            Thank you for your replay I already checked that the A/R BED,SED CESS condition types are maintaining to that Tax procedure.
    Can you please assist
    Regards,
    Murali.

Maybe you are looking for

  • Convert UTF-8 (Unicode) Hex to Hex Byte Sequence while reading file

    Hi all, When java reads a utf-8 character, it does so in hex e.g \x12AB format. How can we read the utf-8 chaacter as a corresponding byte stream (e.g \x0905 is hex for some hindi character (an Indic language) and it's corresponding byte sequence is

  • VPN client for Vista

    I am using Vista with Cisco vpn Client 5.0.1.0600 and i receive. Secure VPN Connection terminated locally by the client Reason 418: Unable to configure the Firewall software. The Windows Firewall is already disable and the proble only arrive on Vista

  • Zooming a Jpanel that contains Jbutton

    My question is how to zoom a jpanel that contains several jbutton... I am not sure what method to use.... when using a Graphics2D object there seem to be only methods as g.drawString(...) g.drawRectangle(..) etc... I am kind of familiar with AffineTr

  • Adding leading zeroes

    Hi i have a variable of type packed decimal whose value is 1.1. I move this value into a variable of type char length 6 and when i display, it displays 1.1, i want it to be displayed as 0001.1 How can i do that?

  • Changing Administration Connector Certificate

    I have installed OUD using a CA issued certificate during installation using the --useJavaKeystore option and I see that the LDAPS connector is utilizing this certificate.  However the Administration Connector is still using a self-signed certificate