Excise Invoice tab In MIGO transaction code

Hello
Could any body suggest, In Excise Invoice tab In MIGO transaction code I am getting "06  No Excise Entry" no otehr fields are coming.? All options like
01     Capture & Post Excise Invoice
02     Refer & Post Excise Invoice
03     Only Capture Excise Invoice
04     Only Refer Excise Invoice
05     Only Part1
Should come. Infact in my SAND Box client it is o.k but with same setting Golden Client it is not coming.?
Thanks & Regards
Sudhansu

Hi,
These options are coming from Excise Group settings.
Go to : SPRO-Logistics General-Tax on Goods movements-India-Basic settings-Maintain Excise Groups-in 'MIGO Settings' tab, select the check boxes, accordingly you will get the options in Excise Tab of MIGO screen.
Hope this will resolve your issue.
Regards,
Gopi Chand

Similar Messages

  • ECS and SEcess field missing in Excise Invoice Tab in MIGO

    What config settings in SAP 4.7 do I need in order to get the ECS and SEcess field in Excise Invoice Tab in MIGO.
    Went through few threads but was unable to get a solution......

    HI,
    In SPRO-Logistic general-Tax on goods movement-India -Basic setting-Maintain excise registration
    here check your for excise registration number  you have mark check for for cess and AT1
    it should be there
    second check you have maintain 100% setoff condition in your PO for same condition
    Regards
    Kailas Ugale

  • Not showing Excise invoice tab in Migo while Display

    Dear SAPient's,
    While displaying material document in MIGO. No Excise Invoice tab is showing altough it is there while creating GRN.
    please Do needful.
    warm Regards,
    Bijay jha

    Hi,
    As you want to see "Excise "Tab in MIGO while displaying material document in MIGO t.code, 1st check do you have authorization to view Excise document, If yes, You can view the excise details in MIGO t.code.
    2ndly check, During goods receipt , did the excise duties are captured in MIGO t.code.If yes , you can view all details if you have authorization.
    Also check did that material which is excisable have  CIN master data in J1ID t.code.
    NOTE: To capture excise duties  in t.code:MIGO, you need to do following settings:(check did you have such in your system,,,)
    Select check boxes of "EI capture" & "Post EI in MIGO" in MIGO Settings segment in Maintaining Excise Group setting in following path:
    SPRO --- >Logistics general - > tax on Goods Movements- >India --- >Basic setting --- >Maintain Excise Groups
    Also set entry of 101 Movement Type for capturing Excise Duties in following path:
    SPRO --- >Logistics general - > tax on Goods Movements- >India - >Business Transactions->Specify Which Movement Types Involve Excise Invoices
    Regards,
    Biju K

  • Excise Invoice tab in MIGO

    Hi
    In the headre screen of MIGO transaction only Generel, Vendoe and puychasing grp tabs are displayed. The excise invoice tab is not seeing. It is not displaying.I want it to be displayed.pls tell me
    regards
    B shar

    Hi,
    If you want the excise tab in MIGO transaction you need to do the customization in
    SPROLog genTax on goods mvtIndiaBasic settings--Maintain Excise groups.
    Here for your excise groups at the bottom you have MIGO settings you have to select the checkboxes as per that then save the settings.
    Then in MIGO transaction you will find the excise tab both at header & item level.
    Also you need to maintain all the excise details in J1ID table.
    rgds
    Chidanand

  • Excise Invoice Tab in MIGO for non-codified materials

    Hi!
    While doing MIGO against PO, for non-codified materials ( No material code, Account assignment in P.O - F), Excise Invoice Tab Pop-Up is coming in MIGO. There is no excise related master data maintained in J1ID.
    What could be the reason? Can any body suggest in this reg..
    I am using ECC 6.0
    Thanks & Regards,
    Gopi Chand

    Hi,
    These options are coming from Excise Group settings.
    Go to : SPRO-Logistics General-Tax on Goods movements-India-Basic settings-Maintain Excise Groups-in 'MIGO Settings' tab, select the check boxes, accordingly you will get the options in Excise Tab of MIGO screen.
    Hope this will resolve your issue.
    Regards,
    Gopi Chand

  • Custom tab is replacing excise invoice tab in migo

    Hi all,
    I have developed BADI for  MB_MIGO_BADI to add tab strip in migo ,
    when i execute transaction tab is showing correctly ,But problem is when i enter purchase document number
    Excise invoice tab is replacing my customized tab and while displaying data only customized tab only appearing
    in window Excise invoice tab tab is not displaying .
    i need to display boat tabs how can it possible.
    Can any one help me out of this problem...
    method IF_EX_MB_MIGO_BADI~PBO_HEADER.
        e_cprog   = 'ZMIGO1'.           
        e_dynnr   = '8999'.                     "External fields: Input
        e_heading = 'Gate entry detail'(004).
    endmethod.

    Hi,
    Try with gf_class_id = 'MIGO_BADI_IMPLEMENTATION_CIN'.
    Thanks,
    Shailaja Ainala.

  • Tab getting overwritten in excise invoice tab in migo

    Hello all,
    i have a doubt , i have added a custom tab at header level in migo but that tab is getting overlaped when excise tab is coming ie that tab is getting overlapped under excise invoice tab.
    please help me necessary solution if possible please provide me sample code.
    Regards
    Abhinav

    Hello
    Refer to below Code.
    METHOD IF_EX_MB_MIGO_BADI~PBO_HEADER.
           CHECK I_CLASS_ID = GF_CLASS_ID.
           IF MIGO_HTAB = 'GR'.
             IF G_NO_INPUT IS INITIAL.
               E_CPROG   = 'SAPLZMIGBADI'.
               E_DYNNR   = '9000'.                     "External fields: Input
               E_HEADING = 'EXTRA GR'(001).
             ELSE.
               E_CPROG   = 'SAPLZMIGBADI'.
               E_DYNNR   = '9000'.                     "External fields: Input
               E_HEADING = 'EXTRA GR'(001).
             ENDIF.
           ENDIF.
           IF MIGO_HTAB = 'GI'.
             IF G_NO_INPUT IS INITIAL.
               E_CPROG   = 'SAPLZGDRCV'.
               E_DYNNR   = '9000'.                     "External fields: Input
               E_HEADING = 'EXTRA GI'(002).
             ELSE.
               E_CPROG   = 'SAPLZGDRCV'.
               E_DYNNR   = '9000'.                     "External fields: Input
               E_HEADING = 'EXTRA GI'(002).
             ENDIF.
           ENDIF.
           IF MIGO_HTAB = 'GR'.
             CALL FUNCTION 'ZMIGO_BADI_PUT_HEADER'
               EXPORTING
                 IS_MIGO_BADI_HEADER_FIELDS = GS_EXDATA_HEADER.
           ENDIF.
           IF MIGO_HTAB = 'GI'.
             CALL FUNCTION 'ZMIGO_BADI_PUT_HEADER_GI'
               EXPORTING
                 IS_MIGO_BADI_HEADER_FIELDS = GS_EXDATA_HEADER.
           ENDIF.
    ENDMETHOD.
    Abhinav Singh

  • How to get MRP indiactor in Excise Invoice tab in MIGO

    Hi All,
    My client wants MRP indicator field in Excise tab in MIGO.
    Please suugest the ways to get this.
    Thanks
    NDS

    Hello,
    The MRP indicator can be found by clicking on the 'More documents' button on the Excise invoice tab at the header level. This pops up a screen containing the 'Miscellaneous' tab. This tab contains a check box for MRP
    indicator.
    Hope this helps.
    Regards
    Gregory Mathews

  • Excise invoice tab for without material code

    Dear all,
    I have created a PO with vat Condtion TAx code.
    There are 5 line items are there in this PO. There are no material codes available for this 5 line items. all the line items are account assignment related items.
    While doing GRN its asking the erro messgae like enter excise i nvoice no and date.
    That too its not asking for all the line items. some items its asking some of them items its not asking the excise invoice.
    j1id i have checked without material code and plant one line item will be maintianed.
    But my doubt is why its asking excise tab for the items. That too only one item  why its not asking the excise tab.

    We are using TAXINJ so there is no chance to go for material group wise.
    In j1id also i have removed the without material code one chapter id was maintained.
    any clue?

  • New Tab is replacing the Excise Invoice tab on MIGO Header

    Hi All,
      I have Added new tab in MIGO Header,it is working fine, if i am doing MIGO for Excisable PO , then Excise Details tab is not appearing In my MIGO header (New Tab is replacing the Excise Detils Tab) and at my item level Exise item tab is dispaying.
    I have Used BADI  :  MB_MIGO_BADI 
    At PBO_HEADER,
      data: gf_class_id type migo_class_id.
      gf_class_id = 'MIGO_BADI_IMPLEMENTATION_CIN'.
      E_CPROG = 'ZMIGO_VENDTAB'.
      E_DYNNR = '0001'.
      E_HEADING = 'Vendor Details'.
    Please help me.

    Hello
    Refer to below Code.
    METHOD IF_EX_MB_MIGO_BADI~PBO_HEADER.
           CHECK I_CLASS_ID = GF_CLASS_ID.
           IF MIGO_HTAB = 'GR'.
             IF G_NO_INPUT IS INITIAL.
               E_CPROG   = 'SAPLZMIGBADI'.
               E_DYNNR   = '9000'.                     "External fields: Input
               E_HEADING = 'EXTRA GR'(001).
             ELSE.
               E_CPROG   = 'SAPLZMIGBADI'.
               E_DYNNR   = '9000'.                     "External fields: Input
               E_HEADING = 'EXTRA GR'(001).
             ENDIF.
           ENDIF.
           IF MIGO_HTAB = 'GI'.
             IF G_NO_INPUT IS INITIAL.
               E_CPROG   = 'SAPLZGDRCV'.
               E_DYNNR   = '9000'.                     "External fields: Input
               E_HEADING = 'EXTRA GI'(002).
             ELSE.
               E_CPROG   = 'SAPLZGDRCV'.
               E_DYNNR   = '9000'.                     "External fields: Input
               E_HEADING = 'EXTRA GI'(002).
             ENDIF.
           ENDIF.
           IF MIGO_HTAB = 'GR'.
             CALL FUNCTION 'ZMIGO_BADI_PUT_HEADER'
               EXPORTING
                 IS_MIGO_BADI_HEADER_FIELDS = GS_EXDATA_HEADER.
           ENDIF.
           IF MIGO_HTAB = 'GI'.
             CALL FUNCTION 'ZMIGO_BADI_PUT_HEADER_GI'
               EXPORTING
                 IS_MIGO_BADI_HEADER_FIELDS = GS_EXDATA_HEADER.
           ENDIF.
    ENDMETHOD.
    Abhinav Singh

  • Populate data for Invoice tab in UDM_SUPERVISOR transaction code.

    Hi All,
    I need to add new fields to invoice tab of tcode UDM_SUPERVISOR .
    For this i am appending new fileds to structure FDM_COLL_INVOICE.
    I need to calculate the new added fields and display it .
    The suggested solution was using BADI FDM_COLL_SEND_ITEMS, but this BADI can only update table UDM_COLL_ITEM and not passing any data to the structure FDM_COLL_INVOICE.
    can anyone help me me how to achieve this. Any BADI or exit available ?
    Is that the structure would get the values automatically in the suggested BADI ?

    My Query has been resolved using below option :-
    I have used an implicit enhancement at the end of the FM FDM_COLL_INVOICES_READ  to populate the additional fields added to structure FDM_COLL_INVOICE .

  • Excise Invoice Tab is not display in MIGO for Cancelled document

    Hi,
    We are execuating the incoming excise cycle then in MIGO and J1IEX.It is perfectly working.But in case of cancellation the excise tab is not dispplaying in MIGO.We are using option "Only Capture and Both Capture & Post".Whatever the excise captured and Posted , it is updated in Excise Invoice tab in MIGO.
    As per my understanding the excise tab should come for cancelled doucment also.
    Regards
    Rajev

    Hi,
    You are correct it won'y come for 102 but it will come for 101.But it is not coming for 101 .It is not coming when we cancelled the document.
    but it will come for 101
    .But it is not coming for 101
    can you explain your statement  ?
    If it is not coming for 101 movement type
    check following point
    1) tax code in PO ,all excise condition should be there
    2) Maintain chapter ID material combination in J1ID
    3) Maintain Vendor and Plant excise details in J1ID
    Regards
    Kailas Ugale

  • Excise Invoice Tab not appeared in MIGO Display mode

    Dear All Guru,
    we are facing a problem after posting excise invoice,we are not able to see excise invoice tab in MIGO display mode .We are done all necessary patch uploading but there are some ABAP programming change related to MIGO display.
    Pls, send necessary note or some clue.
    Thanks,
    Abhijit

    Hi Abhijit,
    How you posted the excise invoice, have you done this posting in MIGO transaction or in J1IEX transaction.
    If you have not gor the Excise tab in MIGO while posting you cann't get the same after posting also. You need to do settings for this in IMG settings for the excise group customization then you will get this excise invoice tab in MIGO
    Hope  you understand.
    rgds
    Chidanand

  • Excise Invoice tab not appearing in MIGO

    Hi all,
    While doing MIGO, we only capture Excise Invoice and Part I is updated. We avail Cenvat thru J1IEX and update Part II separately. We could process both these transactions but after posting, when we display the GR, we can not see the Excise Invoice Tab and Excise item though entries have been posted.
    Can anybody suggest how can we bring this tab in GR display
    Bhaven Selarka

    Hi,
    1)Have U created Master Data in J1ID,If U are allready Created Master Data pls Check Mtrl Type(It should not Non Cenvatable)
    2)If you are following TAXINN,Then u should maintain Tax code to Company code.
    If u are Using TAXINJ,U should maintain Excise Defaults.
    3)In Excise Group,U should Activate MIGO transactions.
    4)Check ur TAX code,Tax code is Deductable or non dedctable.
    Raghu

  • Excise invoice tab missed in migo screen for import material

    Hai,
    What we had done,
    1 we raise import po.
    2 we posted MIRO for custom invoice purpose,
    Next when we  are doing Migo entry Excise invoice tab  is not display.
    What is solution for this issue ?
    What we have checked.
    1. J1id all combinations, means Chapterid with material, cenvat determination, vendor excise details, Excise indicator for plant,
        Excise tax rates.
    2.At the time of po they ticked invoice base.
    3 We checked movement type 101 for excise duties.
    4.we checked excise group also in this Excise invoice captured is ticked.
    5.. i also checked table for movement type.
    Note: Against this material master no entry is there so this is first time material.
              Relating to this vendor previously we have entries relating to other material masters.
    What is solution for this issue ?
    Why it is not displayed in MIGO Screen ?
    Regards,
    Basha.

    Check the following
    1. Chapter id maintained in material master or j1id.
    2. Cenvat determination maintained
    3. Tax indicator for plant and vendor.
    4. Import conditions rightly classifed under defaults.
    5. Movement type rightly classified
    6.  In case you have created a new plant check for following in the client you are doing the transaction
    IMG>>Logistic-General>>Tax On Goods Movements>>India>>Basic Setting>>Maintain  Plant Settings
    7. Check if you have not done any enhancements, some times this may happen if any enhancement done.
    If all this is checked and in order it should work.
    Regards
    Sangeeta

Maybe you are looking for

  • Browsers not showing same color from DW

    Folks, I have somelinks I am designing in photoshop and placing in a table in DW. I made the background color of the table the same as the grey in my link graphic by sampling the color with the eye dropper on the graphic. The greys from the table bac

  • Print out of LOV

    Dear Experts Is it possible to send the data for printing that come in LOV. I want to pint it from LOV window I am using form6i Regards, AK

  • Iweb shadows problem '09

    Why is iweb being so weird? I had to stop using rounded corners last year because I could not get it to stop making squares out of them and causing multiple issues with the appearance of the square showing up under the round anyway as a different col

  • My patience is growing thin...

    so i've been having kernel panics since i've had my MBP- the 10.4.7 update cured them for a while, now in the last 2 days they've reappearred, had 3 today!! Tired safe booting, disk repairing multiple times. I had an extra 1G RAM installed by Apple i

  • Alarm is not silent in silent mode

    Hi, I have a z3 Compact. After I updated it to 5.01, when I setup an alarm, it ring in silent mode. Does silent mode means keep silent? Are there any solution? Note: There is no "Alarm in silent mode" option anymore after updated.   Solved! Go to Sol