J1IF13 Error in completion of challan

Hi,
I have a problem. I have created subcontracting PO with item category 'L'. Material is say R1 & in material data, I have maintained R1 as a subcomponent.
Now I have done tran posting MB1B 541 wrt PO.
Challan wrt 541 doc no.J1IF01
MIGO wrt challan no.
Reconcilled fully J1IFQ
Now when I'm trying to complete challan, system is being dumped showing error as
No excise rate found for material R1
    Message no. 8I005
Diagnosis
    Either the material's master record does not contain any excise rates at all, or the excise rate is invalid.
Procedure
    In the Excise Rate Maintenance transaction, select Excise Tax Rate, and maintain the excise rates for the material.
I hv maintained it in J1ID , but still issue is not ressolved.
But when I use subcomponent as R2 for Parent matl R1,
everything is working fine.
Why so??
Thanks & Regards,
Piyush

Hi Piyush,
Actually speaking there will never be excise rate for subcontracting.. you normally have service tax and cess service tax on this process. ur excise rate will be 0%
Check for the service tax and cess on service tax condition records maintained
Also chech the subcontract check mark in J1iD and please dont mention anything in material type field and try
Check on excise rate for chapter Id's in J1ID..
thanks & regards,
Kiran V
Edited by: Kiran. V on Apr 22, 2008 1:50 PM
Edited by: Kiran. V on Apr 22, 2008 1:52 PM

Similar Messages

  • Error in completing the update after finishing downloading.

    error in completing the update after finishing downloading. I tried to update my iphone 4 after it finished the downloading it says error in connection? I tried it on 4 times on different pc's but problem still the same. Can anyone help me with this? Even i tried to unlock my iphone but all in vain.:(

    hi,
    Thanks for the reply. I did not note down the error number, but ill try to do it again if its comes again will let u know. but the problem is same whether i unlock my cell or update it to 5.0.1.

  • I just applied for an Account but they did not request my ISBN. I may have made an error in completing the information. How can I correct it?

    I just applied for an Account but they did not request my ISBN. I may have made an error in completing the information. How can I correct it?

    Did you just apply for an account or did you try to upload a book? If you are simply setting up an account, they won't ask you for an ISBN number. They will, however, ask for your tax ID number. After your account is activated, then any time you upload a new book, you will need to supply an ISBN number. Since each book has a unique ISBN, they don't need those numbers to initially set up your account. I hope that helps.
    Good luck!
    Kara

  • Error occurred completing a transaction

    Hello people,
    Im using LCDS 3.1 with flash builder 4.5 and model driven development plugin.
    im getting this error everytime i Delete an item(record).
    Nothing happens when i Add (create), update items, everything works fine but when i Delete then i get this:
      Exception: flex.data.DataServiceException: Error occurred completing a transaction
            at flex.data.DataServiceTransaction.complete(DataServiceTransaction.java:1528)
            at flex.data.DataService.serviceTransactedMessage(DataService.java:970)
            at flex.data.DataService.serviceMessage(DataService.java:507)
            at flex.messaging.AsyncMessageBroker.in(AsyncMessageBroker.java:435)
            at flex.messaging.MessageContext.doIn(MessageContext.java:296)
            at flex.messaging.filters.AsyncMessageFilterChain.in(AsyncMessageFilterChain.java:206)
            at flex.messaging.MessageContext.doIn(MessageContext.java:296)
            at flex.messaging.AsyncMessageBroker$EndpointSplitter.in(AsyncMessageBroker.java:827)
            at flex.messaging.MessageContext.doIn(MessageContext.java:296)
            at flex.messaging.endpoints.BaseSocketServerEndpoint.in(BaseSocketServerEndpoint.java:463)
            at flex.messaging.MessageContext.doIn(MessageContext.java:296)
            at flex.messaging.endpoints.RTMPConnection.handleTCCommandIn(RTMPConnection.java:835)
            at flex.messaging.endpoints.RTMPConnection.in(RTMPConnection.java:985)
            at flex.messaging.endpoints.RTMPConnection.serviceTCMessage(RTMPConnection.java:1072)
            at flex.messaging.endpoints.RTMPConnection.doRead(RTMPConnection.java:610)
            at flex.messaging.endpoints.RTMPProtocolHandler.doRead(RTMPProtocolHandler.java:125)
            at flex.messaging.socketserver.Connection$ConnectionReader.run(Connection.java:864)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)
    Caused by: flex.data.adapters.AdapterException: The fill-contains-method for class null returned an error: null
            at flex.data.adapters.JavaAdapter.handleAdapterException(JavaAdapter.java:1335)
            at flex.data.adapters.JavaAdapter.invokeRefreshFillOperation(JavaAdapter.java:969)
            at flex.data.adapters.JavaAdapter.invoke(JavaAdapter.java:628)
            at flex.data.DataServiceTransaction.rebuildSequenceIfNecessary(DataServiceTransaction.java:2 353)
            at flex.data.SequenceManager.getInterestedSubscribers(SequenceManager.java:3693)
            at flex.data.SequenceManager.getLeafInterestedSubscribers(SequenceManager.java:3608)
            at flex.data.SequenceManager.syncAndPushSequenceChanges(SequenceManager.java:3578)
            at flex.data.SequenceManager.manageSequence(SequenceManager.java:989)
            at flex.data.DataServiceTransaction.syncClients(DataServiceTransaction.java:1672)
            at flex.data.DataServiceTransaction.doCommit(DataServiceTransaction.java:1456)
            at flex.data.DataServiceTransaction.complete(DataServiceTransaction.java:1505)
            ... 19 more
    Caused by: java.lang.NullPointerException
            at fiber.core.impl.service.FilterFunctionsService.equals(FilterFunctionsService.java:154)
            at fiber.runtime.entity.TermEvaluator.visitInvocation(TermEvaluator.java:104)
            at fiber.core.impl.term.function.InvocationImpl.accept(InvocationImpl.java:164)
            at fiber.runtime.entity.TermEvaluator.evaluate(TermEvaluator.java:63)
            at fiber.data.assemblers.FiberAssembler.refreshFill(FiberAssembler.java:411)
            at flex.data.adapters.JavaAdapter.invokeRefreshFillOperation(JavaAdapter.java:918)
            ... 28 more
    regards
    Imraan

    Hello guys,
    any sugestion??? any solution for this?
    this is my view:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:fx="http://ns.adobe.com/mxml/2009"
       xmlns:s="library://ns.adobe.com/flex/spark"
       xmlns:mx="library://ns.adobe.com/flex/mx"
       xmlns:sct="sct.*"
       xmlns:forms="sct.forms.*"
       width="100%" height="100%">
    <fx:Script>
    <![CDATA[
    import mx.controls.Alert;
    import mx.events.FlexEvent;
    import mx.events.ListEvent;
    import spark.events.IndexChangeEvent;
    protected function dataGrid_creationCompleteHandler(event:FlexEvent):void
    if(comboBox.selectedItem!=null)
    getByGrupoTreinamentoResult.token = treinamentoService.getByGrupoTreinamento( comboBox.selectedItem);
    protected function comboBox_creationCompleteHandler(event:FlexEvent):void
    getAllResult.token = grupoTreinamentoService.getAll();
    protected function comboBox_changeHandler(event:IndexChangeEvent):void
    if(comboBox.selectedItem!=null)
    getByGrupoTreinamentoResult.token = treinamentoService.getByGrupoTreinamento( comboBox.selectedItem);
    ]]>
    </fx:Script>
    <fx:Declarations>
    <s:CallResponder id="getByGrupoTreinamentoResult"/>
    <sct:TreinamentoService id="treinamentoService"
    fault="Alert.show(event.fault.faultString + '\n' + event.fault.faultDetail)"/>
    <s:CallResponder id="getAllResult"/>
    <sct:GrupoTreinamentoService id="grupoTreinamentoService"
    fault="Alert.show(event.fault.faultString + '\n' + event.fault.faultDetail)"/>
    <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    <s:HGroup width="100%" height="100%">
    <s:VGroup>
    <s:HGroup>
    <s:Label text="Grupo de Treinamentos" />
    <s:ComboBox id="comboBox" change="comboBox_changeHandler(event)"
    creationComplete="comboBox_creationCompleteHandler(event)"
    labelField="nome">
    <s:AsyncListView list="{getAllResult.lastResult}"/>
    </s:ComboBox>
    </s:HGroup>
    <mx:DataGrid id="dataGrid"
    creationComplete="dataGrid_creationCompleteHandler(event)"
    dataProvider="{getByGrupoTreinamentoResult.lastResult}">
    <mx:columns>
    <mx:DataGridColumn dataField="codigo" headerText="codigo"/>
    <mx:DataGridColumn dataField="nome" headerText="nome"/>
    <mx:DataGridColumn dataField="descricao" headerText="descricao"/>
    <mx:DataGridColumn dataField="duracao" headerText="duracao"/>
    <mx:DataGridColumn dataField="validade" headerText="validade"/>
    </mx:columns>
    </mx:DataGrid>
    </s:VGroup>
    <forms:TreinamentoForm id="TreinamentoForm1"
       valueObject="{dataGrid.selectedItem as Treinamento}">
    </forms:TreinamentoForm>
    </s:HGroup>
    </mx:Canvas>
    I get this TRANSACTION error when i delete an record.
    BUT THE RECORD IS DELETED.
    Imraan

  • Any know how to help with PS Elements ERROR Cannot complete your request because of a program error?

    I just opened PhotoShop Elements 12 and tried saving a file and keep getting the ERROR: Cannot complete your request because of a program error. I cannot save a single file One person said hold SHIFT key while PS was loading and Click Yes about the 3rd party plugins. This did NOT solve the issue. Please any help would be much appreciated!

    That's a well known bug on MacOS 10.10. Apple is aware of it, and working on a solution.

  • HT201442 My iPhone 4s hasnt been used in over 6 months. Everytime I plug it into my computer and iTunes, it says it requires a restore and update. It then comes up with an error after completing the download for the restore and update (takes around 10 min

    My iPhone 4s hasnt been used in over 6 months. Everytime I plug it into my computer and iTunes, it says it requires a restore and update. It then comes up with an error after completing the download for the restore and update (takes around 10 minutes).Someone help me as I'm using the original iPhone 3 at the moment and it won't even take an ios 7 update!

    Just to confirm on the screen of the iPhone do you see the itunes symbol with a cable pointing up to it?. If you do then your iPhone is inrecovery mode and would require you to restore it.
    Now first you want to make sure iTunes is up to date and the cable you are using is not damaged. You also want to make sure iTunes is up to date.
    Now if you get an error message then follow the article below to find out what causes the issue:
    http://support.apple.com/kb/TS3694
    In terms of the iPhone 3G that is definitely not able to update to iOS 7. Only the iPhone 4 and larter can update to iOS 7.

  • Crop Tool Error "Cannot complete your request because resulting document would be too big."

    Hello!
    Anytime I try to crop an image, I can scale to the size I need, but I cannot complete the request. I get this error "cannot complete your request because resulting document would be too big".
    This only happens when I am trying to crop something, full document or PNG, JPG, etc.
    I am in Photoshop CC 2014, on a Windows platform.
    Any thoughts on how to fix this would be appreciated!
    Thanks,
    Nicole

  • Deploying the packages of microsoft critical update but members of collection is showing unknow client tab which comes in monitoring-- deployments status windows. until deadline to be completed. Nither provide any errors or completed status, progress sta

    Hi
    I have challaged for deployment of microsoft critical patches to client machine with the help of sccm. I have been done all configuration formalities, although previous months has been deployed successfully with any difficulties.
    But This month have some issue is being running, once i was deploying the packages of microsoft critical update but members of collection is showing unknow client tab which comes in monitoring--> deployments status windows. until deadline
    to be completed. Nither provide any errors or completed status, progress status.
    Please guide to resolve the issue,
    if you need more clarification, kindly let me know.
    Md Ehteshamuddin Khan
    Regards, Md Ehteshamuddin Khan All the opinions expressed here is mine. This posting is provided "AS IS" with no warranties or guarantees and confers no rights.

    Yes, I know this is an old post, but I’m trying to clean them up. Did you solve this problem, if so what was the solution?
    Take a look at the SU superflows, they will help you troubleshot this issue.
    http://technet.microsoft.com/en-us/library/ff385001.aspx
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Outlook error when completing workflow task.

    Hi,
    Outlook error when completing workflow task.    I am receiving a "This task could not be completed at this time" error message in Outlook 2010 when completing a SP Approval workflow by using the "Open this Task" button
    in the ribbon.
    Please let me know the resolution for this issue.
    Thanks & Regards,
    Sasidhar K

    Hi Sasidhar,
    I'd first suggest installing any available updates on both Outlook and SharePoint sides for the issues related with Outlook integrated with SharePoint,
    Also, please take a look at this thread which disscused the same issue and see if it helps. <Steve_MTC> had a good summary of his findings:
    http://social.technet.microsoft.com/Forums/en-US/7a81aa4f-077b-4954-a110-7595169477e2/outlook-error-this-task-could-not-be-completed-at-this-time-when-completing-sp-approval-workflow?forum=sharepointgeneralprevious 
    You might also want to seek assistance in the forum of
    SharePoint, other partners who read the forums regularly can share their knowledge.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Error cannot complete syncing.

    i dont know what to do... when i sync and all is going well an error pops up saying that it cant be synced. what do i do?

    Hi,
    Please share the ULS logs from your server
    Refer
    http://social.technet.microsoft.com/Forums/office/en-US/3431632b-7bb5-493d-961b-12bb1f5d1a6b/error-cannot-complete-this-action-please-try-again?forum=sharepointdevelopmentprevious
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Error in Reversing SC Challan after 180 daysBalance in transaction currency

    Dear Friends,
    I am getting the following error while reversing the Sub Contract Challan through J1IF13 after 180 days limit crossed.
    "Balance in transaction currency"
    Message no. F5702
    Kindly tell me how to get rid of this error.
    Regards,
    ASK

    Hi,
    Check Account Determination
    It should as follows
    57NR     01     CR Credit     CLEAR CENVAT clearing account
    57NR     01     CR Credit     PLABED PLA BED account
    57NR     01     CR Credit     RG23AT1 RG 23 AT1 Account
    57NR     01     CR Credit     RG23BED RG 23 BED account
    57NR     01     CR Credit     RG23ECS RG 23 ECS Account
    57NR     01     DR Debit     REVERS CENVAT reversal account
    Vipin

  • Error While Creating Remittance Challan

    Dear All
    I have made down payment to a Vendor of Rs. 10,000 .TDS @11.33 was deducted on the Down Payment. Then he raised an invoice of Rs. 100,000. Again TDS was deducted on the Rs. 90,000 balance amount.
    Now when I am  Cretaing  Remittance Challan for him I am getting the following error.''
    No unpaid tax lines exist for the given selection criteria.Message no. 8I702
    Diagnosis
    The corresponding withholding tax line  &1& is not present in WITH_ITEM table.
    System Response
    For withholding tax recovered from the vendor, tax line is present in table BSIS, but the corresponding entry is missing in table WITH_ITEM , which is necessary for challan updation. Check the entries.
    Procedure
    check entries in table WITH_ITEM for the open tax items chosen for clearing.
    Thanks and Regards
    Kanwaljit

    The following may be the one of the cause please check all.
    1. Check section code & Bussuniss place at document level in BSEG. if the section code is not updated at document level u can not update the section code and bussiness place for Direct FI invoices from J1INPP as it is meant only for MM invoices. u has to reverse the invoice and repost it. or else develop a BDC/program/query which can update the section code.
    2. Check the repient type at vendor master, and also check wheather the recipent type was changed after posting document it ussullay occurs. the possible solution is again the same reverse the document and repost it.
    Check these two things first and let me know it the problem still persists.
    Thanks & Regards
    Krishna Chaitanya

  • Error while completing a web service

    Hi,
      I have create a RFC,  now   to use that as a web service I have done the stpes for creating a web service as given in the link
    sap technical link tutorial, web service create
    when I click  on complete button system is giving a messge as Error during activation of web service.
    what  configuration required for this    we have ECC6 system.
    regards,
    zafar
    Edited by: zkarnalkar on Dec 3, 2010 11:13 AM

    I guess that would depend on the error you're receiving - what is it?  I've never seen a generation error for a service provider when following the few steps required, but you could debug the activation if the message isn't clear.  Service consumer errors happen all the time and are generally related to WSDL file compatibility.

  • Getting Error while updating   Vendor Challan

    Dear Guru,
                     my client want to use  Extended withholidng Tax . i v configured totaly according to indian TDS configuration. i m getting error while updating the vendor challan.
                 No unpaid tax lines exist for the given selection criteria.
    Message no. 8I702
    Diagnosis
    The corresponding withholding tax line  &1& is not present in WITH_ITEM table.
    System Response
    For withholding tax recovered from the vendor, tax line is present in table BSIS, but the corresponding entry is missing in table WITH_ITEM , which is necessary for challan updation. Check the entries.
    Procedure
    check entries in table WITH_ITEM for the open tax items chosen for clearing.
        Business Place and section code updating properly in table.....
    Thanks & Advance
    Laxmi Narayan

    Dear Laxmi Narayan,
    This error would occur, if you miss Business Area/Section Code at the time of Invoice.
    The following thread should answer your query:
    Extended W/H Tax
    Regards,
    Naveen.

  • Error while updating vendor challan   J1INCHLN

    Dear Guru,
    my client want to use Extended withholidng Tax . i v configured totaly according to indian TDS configuration. i m getting error while updating the vendor challan.
    No unpaid tax lines exist for the given selection criteria.
    Message no. 8I702
    Diagnosis
    The corresponding withholding tax line &1& is not present in WITH_ITEM table.
    System Response
    For withholding tax recovered from the vendor, tax line is present in table BSIS, but the corresponding entry is missing in table WITH_ITEM , which is necessary for challan updation. Check the entries.
    Procedure
    check entries in table WITH_ITEM for the open tax items chosen for clearing.
    Business Place and section code updating properly line itme table.....
    Thanks & Advance
    Laxmi Narayan

    Hi,
    Also check the following:
    Sometimes, user will delete the automatic line items generated related to TDS and they will enter manually.  You can find the same as below:
    goto vendor line item in the given document and click on withholding tax icon (near to more data), if u didn't find any thing in this place means, user entered the same mannually, if you found some information in that tax box, then problem not with user.
    If u didn't found any thing in that tax tab, then system won't generate any accounting entry and will issue an error message like what u getting.  In that movement, while updating j1inchln ignore the wrong documents and continue with correct documents.
    You can suggest them, they should reverse the entries which is causing problem, there was no solution from sap side(as this is a mistake from user side)
    Earlier i also faced the same problem, identified users deleted the automatic line items and enter the tds line items mannually
    Hope it can help u to resolve this issue
    all the best
    prasad

Maybe you are looking for

  • Hey everyone, I need urgent help with a vfx shot. Please anyone!

    http://www.youtube.com/watch?v=JReojFkK53M&feature=channel_video_title At the time marker 2:19. It is a sort of Force Kick. I need to know how to make the victim fly back like in this video. I understand how to do the motion blur and the lens flare w

  • Sync an object with the browser scrollbar

    Is there any way to set up a button or group of buttons to move vertically with the browser's scrollbar? I have a region that contains search options for a query and it requires the user to scroll down to access all of the fields. I'd like to cause t

  • DVD stuck in my mini

    Help. My brand new Install disc for iWork '08 is stuck in in my mini mac. The disc hasn't even appeared on the desktop and I can't figure how to get it out. I've tried holding the mouse or spacebar whilst rebooting. I had this problem with another di

  • Early warning system for monitoring authorizations

    Hi, I have heard about a "system" that can monitor authorizations on the R/3 system called "Early Warning" (suposedly).  Is there any functionality fir this on Netweaver platform?  The client wants to recieve mail/SMS/notification if users are grante

  • JAAS Authentication Authorization 2 ldaps

    Hi, First, Sorry for my poor English. I have a problem with authentication and authorization in jboss portal. I need configure login-config.xml file with 2 login module(ldaps). The first ldap set the authentication and the second ldap set the authori