Problem in capturing excse invoice

Hi,
I am facing a problem while capturing excise invoice. I made goods receipt with reference to a single PO containing 3 line items by 101 mvt type. after that i reversed that document using mvt 102 for line item 2 and 3. Now the Original GR document contains only line item 1.
But while capturing Excise invoice with reference to the GR docuumber, system is showing message Document 9000005126   does not contain any selectable items.
Please suggest me how to capture excise invoices in the above scenerios.
Thanks
Prasant,

Prasant,
U said u have made 102 GR cancellation.While doing 102 mov type system will cancel whole document not 2 & 3 document.
So check whether this happened or not.
Thats why there is message of No selectable items.
Thanks & regards
Gitesh

Similar Messages

  • Problem in capturing excise invoice

    Dear Experts,
    I am facing problem at the time of capturing excise invoice in J1IEX.
    A message always displays is "Excise Details are not maintanied for Vendor 9000232"
        Message no. 8I565
    When i am entering excise invoice with reference to PO, without PO or even the Goods Receipt.
    Can anybody tell me how to overcome this error.
    Thanks & Regards
    Prasant Sekhar

    hi,
    In J1id maintain vendors excise details
    Regards
    Kedar

  • GR item reversal created problem to capture excise invoice

    Dear All,
                GR posted for 2 item with 2 different PO#. Due to price changes second item reversed for the GR and the first item remain in the same GR. While capturing excise invoice by J1IEX for the GR the system  shows Document xxxxxxxxx does not contain any selectable items. IR has done for the GR and Payment also made for the same. So we can not reverse the GR. Kindly let me know the possibilities to capture excise invoice for the first item mentioned above.
    Thanks...

    Dear Arun R,
    You Kindly go to the following path and maintain your movement type over their and do the MIGO.I am very sure at the time ot migo excise tab will come for part-1 updation and subsequently you capture part-2 on J1IEX.
    SPRO->LG->Tax on Goods Movemet->India->Business Transactions->Incoming Excise Invoice->Specify which movement type involve excise Invoices.
    Hope this will help you out.
    Regards
    AKS

  • Problem in Capturing & Posting Excise Invoice

    Dear Experts,
    As my client is facing problem to post Excise Invoice.
    User has done Import PO, Invoice Verification for custom duties(BOE) and GRN. When i am going to capture excise invoice reference with Material Document i found that Part I entry is already created but Internal Number and Year showing Zero i.e.not generated.
    User already dispatched material so we cant cancel GRN and update RG23A Part I entry through J1I5. Now i need to Post excise invoice but i dont have Vendor Excise Invoice and Internal Excise Invoice Number. Please tell me procedure that how to Update RG23A Part II entry.
    Immediate reply appreciated.
    Sac

    hi,
    there seems to be some problem at the time of GR.
    Since Part1 has been created , its a bit difficult to take part1 because as u told internal no. & year is bank.
    How ever you can folow one of the paths below to serve your purpose of cenvat credit availament.
    1. Capture against GRN -J1IEX and save. Check whether part1 link is available with the ID.
    If not take the credit through J1IH->additional Excise & give ID no. as reference doc no there.
    2. If Part1 tab is present after creation of ID but credit available is zero, try changing the material type & saving the ID which will trigger A part1 cancellation so that correct part1 can be done later & credit can be availed through j1iex itself.
    These steps may involve a solution other possibility which is always open is debug but thats not suggested.

  • Capture Excise Invoice

    Hello All,
    I am facing one problem. I did MIGO with Only refer excise invoice. Now what are the steps for capturing & posting the excise.
    I am aware about J1iex but is there any other procedure?

    Hi Shailesh,
    Here is your Solution
    If you are refering excise invoice at the time of doing MIGO.Following are the steps
    1. first of all you capture excise invoice in J1iEx.Here you select capture excise invoice mention any excise invoice no here and save it.
    2. Now in MIGO select refer excise invoice and enter excise invoice no against which you had captured the excise invoice in J1iex. Then post it.
    This is the exact method if you are using refer excise invoice option in MIGO
    Regards
    Vivek Sharma
    -- Reward If helpful !!

  • Capture Excise Invoice for Returns delivery

    Dear friends,
    Once the returns sales order is created and followed by returns delivery, we need to capture the excise invoice for it. Can anyone kindly guide this process. What will be the T.code for capturing excise invoice in this scenario and pls explain the process.
    Points assured
    regards
    Krishna.C

    Hi,
    We have had the same problem way back in 2003. But SAP has suggested to post a manual JV entry through J1IH or through J1IS. I dont remember which one of the above 2 transactions we have used.
    Also have a look at the SAP notes.
    Kind Regards
    Chakradhar

  • J1IEX - Capture Excise Invoice without Purchase order.

    Dear Gurus,
    when I am trying to capture Excise invoice through T-code J1IEX without PO (EWPO), I need to enter the material document (MIGO) No. but when I enter this is the error what I am facing.
    Error: The Document XXXXXXXXXX does not contain any selected items.
    What are the steps to be followed. (I have specified all the excise accounts perexcise transactions and also I have specified G/L accounts per excise transaction)
    Please guide me through this.
    Thanks & Regards!!

    Dear Gurus,
    Thanks for the replies.
    but the problem isnt solved yet
    1. I am not using movement type 501 for GRN and I am using 101 movement type.
    2. Even after updating the Part - I Register after using J1I5, when I enter the material document its not accepting.
    Please any more suggestions?
    How di I go ahed throuh this?
    Thanks & Regards

  • Capture the Invoice Split Reason and update it in the invoice header text

    Hi All,
    We have a requirement where we need to capture the invoice split reason and update the reason in the one of the invoice header text.
    Problem is the routine where the split criteria is being determined is called a number of times, so how will we determine at what time of time do we need to capture the split reason. I mean at what iteration of the routine will we know that the split value is the right value.
    Is there any way to determine the number of iterations of a routine written for split?
    Require your valuable inputs for this issue....
    TIA
    Regards,
    Sharadendu

    Hi,
    Is your invoice split reason maintained in the header or item level?
    Try coding your logic in user exit MV45AFZZ and update header text using text id and save it in header text using
    FM [SAVE_TEXT|http://help.sap.com/saphelp_40b/helpdata/en/d6/0db8ef494511d182b70000e829fbfe/content.htm].
    Before this logic use FM [READ_TEXT|http://help.sap.com/saphelp_nw70/helpdata/en/d6/0db8c8494511d182b70000e829fbfe/content.htm] to determine if the header text is already updated. If yes,exit else save your HEADER_TEXT using SAVE_TEXT.
    This code can be written under FORM_USEREXIT_SAVE_DOCUMENT_PREPARE.
    Regards,
    Amit
    Edited by: Amit Iyer on Sep 1, 2009 8:46 PM

  • Settings for capture excise invoice in MIGO and other settings

    Hi,
      For excise invoice capture and post procedure which we are following is as follow
    1 : For Local Excise invoice
         After receving goods from Vendor  first we are Doing J1IEX Part 1,  Capture excise invoice  after saving this we are getting part 1 number,  then we are making GR with MB01 ref. to part 1 number , then qyuality inspection then updating material in Unrestricted stock from quality  afetr that we are doing J1IEX  poat  PART 2  here we are getting part 2 number  then invoice verification,
    2 : For import PO
          First MIRO for custom delivery cost we are getting MIRO number,  then J1IEX part 1 ref. to MIRO number and year  then MB01, ref. to part 1 of J1IEX then quality quality to store then J1IEX Part 2 then MIRO for vendor.
    now in many thread i read about capture invoice in MIGO   so i want to know the detail settings which required to be made so that we can perform our ruoutin in short time.
    regards,
      zafar

    hi
    >is there will be any effect in our existing procedure We want to follow both for some time , after that we will do only in MIGO,
    yes u can use both simultniously
    but in MIGO if u capture,  the step of updation J1i5 will be ommited (it will take palce automatically)
    like currently ur doing capture >update >post
    in migo only capture and then post
    >second think is that now while posting the capture excise invoice in J1IEX we rae entering part 1 number, so can we do woth >this while capturing it thorugh migo or we have to post with vendor excise invoice number only.
    You can do capture and post simultaniously in migo only
    the separate transaction is given as persons or users  may be diffrent for GR and excise
    if the same user want to do the GR and cap and posting then yes he can
    for capture and posting u also have to tick Post Excise Invoice Captured in MIGO in excise grp settings
    regards
    kunal

  • Problem in punching AP invoice.

    Problem in punching AP invoice afetr upgrade to ERP R-12.

    Hi,
    Can you please be more specific about what the problem is?
    Cheryl

  • Capture Excise Invoice w.r.t Stock Transfer Order

    Hi all,
    Can anyone explain me how to Capture Excise Invoice W.r.t Stock Transfer Orders.
    right Now i'm follwing below Steps
    1. Create STO in Issuing (sending ) plant with duty and CVD conditions.
    2. Issue Material to Receiving PLant using 351 Movement.
    3. Book the CVD Condition thru MIRO Transaction
    4. Capturing Excise Invoice w.r.t Stock Transfer Order.
    5. Receive the material in Plant( 101 Mvmt).
    I had Few Query at step 3 and 4.
    Q1. While capturing Excise Invoice w.rt STO system is not taking CVD number as reference in Commercial Invoice Field.
    Q2. It gave me the Msg Like Excise Invoice XXX does not Exist in PLant B2B ( B2B is my sending Plant).
    does that mean i have to first create the excise invoice in sending plant?
    if yes, how can i create pls provide step for this.
    this excise invoice need to be created in reference to STO or In refernce to 351 mvmt document.
    Regards,
    Sheo Anand Singh

    Hi Anand,
    Commercial Invoice number is the invoice number u have created in your Step-3, not the CVD number.
    Hope this clarifies.
    Thanks,
    Viswanath

  • Capture Excise Invoice w.r .t  Without Purchase order

    HI
    When i try to post J1IEX i.e Capture Excise Invoice w.r .t  Without Purchase order i am getting the following error message :
    Balance in transaction currency
    Message no. F5702
    Diagnosis
    A balance has occurred in transaction currency 'INR' with the following details:
    Exchange rate '00', amount '            1.000-' and currency key 'INR'.
    The data in the transaction currency were transferred from the calling application.
    System Response
    Your data cannot be processed in FI.
    Procedure
    The error is probably in the calling application
    Please help me to solve this issue
    Thanks & Regards,
    Mani

    Hi,
    check in cin-basic settings- co code settings , there will be a check box "Rounding duty on procurement" , pls tick mark this and check it..
    otherwise check in debit / credit  selection for EWPO trans type . as per blw in - Logistics General  Tax on Goods Movements  India  Account Determination  Specify Excise Accounts per Excise Transaction
    EWPO           Credit     CENVAT clearing account
    EWPO           Debit     RG 23 AED account
    EWPO           Debit     RG 23 BED account
    EWPO           Debit     RG 23 ECS Account
    EWPO           Debit     RG 23 NCCD account
    EWPO           Debit     RG 23 SED account and ECS and SE CESS
    Edited by: Jayakumar Raju A.S on Aug 19, 2009 6:36 PM

  • Capturing Excise Invoice (EI) at depot

    Hi gurus
    I am facing an issue while capturing Excise Invoice (EI) at depot.
    If non-batch material and batch material are combined into one material document which is generated after post goods issue (PGI) to create EI, two separate Excise Invoices are getting generated automatically.
    But while capturing Excise Invoice for both materials at depot, I am NOT able to capture in T-code J1IG by Goods receipt material documents.
    How to handle such case? Could you give us some suggestion?
    With Regards
    baalakrushnan.da

    Hi Ashok,
    After MB1C, when we are trying to execute J1IG with the material document number and then click "Details" button, the new screen asks for internal document number. We click on "More Documents" and manually enter the excise values along with excise invoice details and save.
    This reflects the values in the RG23D and displays in J1IDEPOTSTOCK1 report also.
    But when we try to sell from the Depot and create J1IJ, the uploaded invoice is not getting displayed when we are trying to select it to pass excise value.
    How can this invoice be selected in J1IJ, if we follow this route.
    Is this the correct process or I am making some mistake in the J1IG step.
    Regards,
    Debarshi

  • BAPI for Capture excise invoice

    Dear Friends
      I wish to is there any BAPI available for capture excise invoice (tcode:- J1iex).
    please tell. I will apreciate your help.
    Regadrs
    Naeem

    hi
      pravin
          both the bapis are part of the Jiex tcode's program and their works fine.. may be you are not giving the all the values required over there.. in my case i have to work with the BDC... as i am also failed to implement it.
    Regads
    Naeem]

  • Capturing excise invoice after MIGO

    Hi All,
    How can we capture and post excise invoice when GR already done for the PO., (material missed in J1ID and no condition records maintained while raising the PO), I have done the following, but I am unable to post part2:
    1) Maintained the material in J1ID
    2) Maintained the excise condition records
    3) Captured the Excise invoice(J1IEX) with reference to GR document
    4) Tried to post the Excise invoice thru J1IEX, but getting message"No Part I exists for availing credit in excise invoice"
    Your prompt response is highly appreciated
    Regards,
    Sattuj

    Hi
    You have captured excise invoice w.r.t GR document. But at time of MIGO, you should select "part 1 entry only" in excise tab and thus create a GR document. At this time, part 1 entry would be made. Then you can capture and post excise invoice with ref to GR document.
    Please note that without part 1 entry, part2 (posting of excise invoice) is not allowed legally and SAPically.

Maybe you are looking for

  • How to restrict the Delete option in CRMD_ORDER transaction

    Hi We want to restrict the user from delete the CRM Order . Through BADI i can only check the user whether he is eligible for the function or not. But the Client wants it to be enable or Disable as per user logged in ,open an CRM Order in changed mod

  • ECM11g: How to enforce HTTPS access for Content server console

    Hi, We have a requirement of accessing Content Server console (https://<hostname>:<port>/cs) with https protocol only. If a user sends a http request (http://<hostname>:<port>/cs) it should get converted to https. The managed server is running with n

  • Error in weblogic 7.0 SP2  Monitoring WebApplication servlets.

    Hi, I am facing an error screen at WebApplication Monitoring section. it is showing error at monitoring table. please find error bellow:-(. Error : [Lweblogic.management.WebLogicObjectName; java.lang.reflect.InvocationTargetException: java.lang.Class

  • Setting dynamic mehod in an attribute

    Hi, I want to pull data from the database using dynamic mthod . i hav ben following OBPM 10.3 tutorial but it has used static method.My project involves interaction with the database.So if anybody can tell me the steps to extact data from the table.I

  • Can't print from Preview or TextEdit

    When I click the print button on Preview or TextEdit it crashes and there is an error pop up that says "Preview/TextEdit quit unexpectedly while using the EF025435 plugin. Help me please