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

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

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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 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 tab not appearing for non cenvatable po

    Hi All,
            while doing MIGO , the excise TAB is appearing for cenvatable items.
    but in case of non -cenvatable item this TAB is not appearing in MIGO, is it like this.
    i have maintained in J1ID the excise material type as non-cenvatable. the excise tab is not appearing in MIGO.
    If i want to have excise tab in MIGO for non cenvatable material, what has to be done ?
    pl guide
    regards

    thanks,
          I have maintained every thing, this TAB is coming for cenvatable material, but not coming for non-cenvatable material.
    the material is excisable but we are not taking cenvat credit. so we have maintained it as non-cenvatable in j1id.
    Any reason that for the exciseable material where we are not taking cenvat credit, this TAB is not appearing?
    pl reply
    regards

  • 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

  • Excise Invoice Tab is not displaying in MIGO Display for 541 material docs.

    Dear All,
    Excise Invoice Tab is not getting displayed in MIGO Display for 541(Transfer posting to Vendor) material documents.
    I did tranfer posting of some raw materials to the Vendor in MB1B with the movement type 541
    and after that i have created a Subcontracting Challan with the reference of the above created transfer posting
    material document. 
    Now i need the Sub contracting challan number to be displayed in the Excise Tab of the transfer posting material document.
    But if i display the Transfer posting material document in MIGO, the Excise Tab is not getting displayed.
    Kindly help on this so that i can view the Sub contracting challan number in the display of the respective Trasfer posting material document in MIGO.
    Thanks & Regards.

    Pls confirm if you are following the SC process sequence :
    u2022     Creation of Subcontracting PO, here in conditions tab maintain the price (Subcontracting charge) (ME21N)
    u2022     Transfer Posting of Components to Subcontractor ( Movmt Type - 541) (MB1B/ME2O/MIGO)
    u2022     Creation of Subcontracting Challan w.r.t. Transfer Posting Doc (J1IF01) - This challan will have the details normally company needs, in case client need more ... ABAPer have to develop customized smart form
    u2022     Goods Receipt w.r.t. Subcontracting PO and Refer Subcontracting Challan at the time of GR (MIGO) {GR with 101 and auto consumption of components with 543 movement}
    u2022     Reconciliation of Subcontracting Challan (J1IFQ)
    u2022     Completion of Subcontracting Challan (J1IF13)
    u2022     Generation of Annexure IV (J1IFR

  • "Only Part I" for Goods receipt (MIGO) in excise invoice tab

    Dear Gurus,
    I have configured a material with all CIN configuration setting, while doing goods receipt for that material I want to capture excise invoice through excise invoice tab, for which i need to select " Only Part 1" in the invoice tab.
    But in my currrent senario while posting goods recipt, In excise invoice tab, I am not detting " Only part 1" option when i select excise invoice tab.
    How to configure "only part 1" option to appear in  excise invoice tab.
    Kindly help...
    Regards,
    Prashanth Pai

    Hi,
    Check in
    Tax on Goods Movements - India - Business Transactions - Incoming Excise Invoices -  Specify Which Movement Types Involve Excise Invoices -
    ensure that RG23A & RG23 C Register is maintained against the movement types you are using.
    Regards,
    Vikas

Maybe you are looking for

  • ITunes 6.0.1.3 installation problem with Win XP Pro

    I am trying to install the newest version of iTunes on my laptop which runs Windows XP Pro. I have installed SP 2 and have all windows updates installed. The iTunes installation process has removed my old version of iTunes and appears to install the

  • How to autopopulate fields in a portal form based on database procedure?

    Dear gurus, I am a newbie to the portal world and i have a rather unique problem. I have searched online but still cant find a solution to my problem. I have a portal form (AS version 10.1.4) based on a db procedure that accepts only one parameter. T

  • I have a problem with recently downloaded Adobe Reader XI.

    When I open a PDF file, it immediately goes out to Windows Media Center.  I have Windows 7 operating system.  Does Adobe Reader need to activated first.

  • Using Macbook AS a monitor, possible?

    Currently I have a dual 1.8 G5 without a monitor, and a working Macbook 2GHz. What I'm wondering is... is there any way for me to use the laptop as a monitor for my desktop? Optimally I'd like to be able to use the keyboard and mouse on my laptop as

  • Spool title in SP01

    Hi friends! I need a help. I have an custon sapscript for print NF invoice. The user ask to set an custon title for NF Invoice print at SP01. How Can I do this? Thanks for any help.