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

Similar Messages

  • 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

  • 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

  • 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.

  • 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

  • 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

  • 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

  • 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

  • Excise Invoice Tab not appearing in MIGO against STO

    Dear Sap Experts,
    I am creating MIGO against STO but system does not showing Excise Invoice tab also I have checked all the J1ID and CIN configuration.
    Kindly advise why this is heppening.
    Looking forward for your quick response on the same.
    Regards
    Parul

    Hi,
    Check for below points-
    > Supplying plant(Vendor) is excisable
    > Material is excisable
    > Movement type is made relevant for excise in J_1IMVMT table
    Regards,
    Brinda

  • 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 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 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 is not displaying in MIGO

    Hi We  have created MIGO document with excise details,every thing is fine at the time of MIGO posting,But, when i am trying to
    display the material document through MIGO (display),excise details are not reflecting ( excise tab ),we are using ECC 6 EHP4
    (604), and this is new implimentation.
    Please advice any enhancement is missing or what could be the reason?
    Cheers
    KK

    Hi,
    it will come,
    at the time of MIGO internal number will generate,
    again we will post the excise invoice wrf to internal number through J1IEX,
    the above is for the option "only capture excise invoice",
    even we can see the excise invoice tab , if we select the capture & post option.
    rgds

  • Excise Invoice Tab Page/ Document Info  Tab Page is not appearing in MIGO

    Dear Friend
    For a particular job work PO , with account assignment category F & item category L, non valuaated material, when we are doing migo, excise invoice tab page/ Document Info tab page is not appearing in document header. From The said tab page we can select the challan.
    In J1ID, I have maintained Vendor PAN number and also material chpter id combination.
    Thanks
    Chandra

    Hi
    I maintained material chapter Id combination & vendor Excise Details. We do not maintain any plant -vendor combination. This is a non valuated material with material type unbw. Do I need to maintain cenvat determination tab for this material?
    Thanks
    Chandra

Maybe you are looking for