Error during Excise capturing : J1IEX_C error

Hi all,
When i am doing transaction J1IEX_C ( capture excise invoice) against Goods receipt during saving i am getting an error as " RGSUM could not be updated".
I checked sttings of excise & found ok.
Plz suggest some sol.
Regards,
Sandeep Sharma

HI,
I HAVE ALSO SAME ERROR WOULD U GET SOL?

Similar Messages

  • Tax  entered manually during Excise capture

    Hi all ,
    i have a requirement where the user doesnt know the how much tax should be paid during PO creation.
    i want to have a facility where in i want to add the Excise amont to be manually added during Excise capture .
    I want this values to be available during MIRO . is there any possibilty to do this .
    thanks

    Hai,
    This is Traders pass-on scenario.
    Eg. :
    Material Price = 80/-
    Excise Duty = 14/- (BEDECessSECess)
    Margin        = 6/-
    Total =100/-
    VAT @3% = 3/-
    Grand Total =103/-
    Step 1:
    Create PO with Base Price as 100/- by selecting tax code which is having VAT as 3%
    (Total PO value will be 103/-)
    Step 2:
    Post MIGO and Capture Excise Part - 1
    Click on More details icon in Excise tab(header), check MRP Indicator in miscellaneous tab,
    Enter Assesable value as 80 in Excise tab Item level and enter the excise values BED,
    ECess,SECess manually, check & save the document.
    Step 3;
    Post Excise Part 2 in J1IEX
    Step 4:
    Post MIRO by checking calculate tax, edit base value as 80/- enter the amount in header as
    praposed by the system (103/-), simulate & post the document.

  • Error during Excise invoice capture

    Dear All,
    I am getting an error during capture of excise invoice.The error message is "Excise invoice no xxx date xxxxof plant xxxx
    does not exist.The message number is 4F175.i have searched forum google but have not got any solution for the error.
    Can any one please help me in this matter
    Regards
    Manash Das

    Hi,
    From your question, I understood that you are referring an Excise Invoice number, so
    Check
    1. Whether the excise number and date is correct
    2. Whether the excise number is available in Excise tables or not
    Thanks
    VJ

  • Itunes 10 errors during installation with ipodservice error message

    I have been trying to get itunes 10 installed for weeks. The upgrade would not work normally, so I removed itunes/quicktime/safari and decided try installing fresh.
    I still get a error during the installation process saying that ipodservice.exe cannot execute instruction at 0x7c91b21a referenced at 0x0000000010. memory could not be 'written'
    does anyone know how to fix this?

    i'm getting a similar message. running Windows XP with Symantec AV

  • Microsoft Office 2010 encountered an error during setup: With No error codes/

    Hello Everybody.
    I am trying to deploy Office 2010 on a windows 7 Machine.. This machine has more then what it needs for hardware to run the software so I know it is not hardware related. At the end of the Install the installers hestiates and begins rolling back and finally
    providing "Microsoft Office 2010 encountered an error during setup:" but does not provide any error codes what so ever.
    I have tried upgrading, Fresh installs, side by side installs, Safe mode, Clean boot, Local admin accounts and other domain accounts. I have also tried numerous so called "fixes" but still get nothing. Sadly after the 2010 install fails 2007 no longer works
    so each attempt is abit time consuming.  Any Ideas out there that might solve issue ?

    Hi,
    First try uninstalling all your Addins include connector to test the result.
    If not help, try the following steps:
    1) Create a new administrator account.
    2) Log on and launch the installer.
    If things don't quite work perfectly now:
    3) If you receive errors accessing your ProgramData folder, use the TakeOwnership registry hack to take control of the entire ProgramData folder, and if needed, create a "Microsoft Office"
    folder with "Microsoft Office 2010 Tools" inside it under %programdata%\Microsoft\Windows\Start Menu.
    4) Your error may return at the end of the installation, but don't worry, it's finished and Office is now installed. Switch user (don't log off!) and go back to your own user. Double-check
    that everything works. Now, to turn off your computer, press and hold the power button for five seconds. This will force the computer to shut down instantly, which will close the installer with the error without giving it the opportunity to roll back its changes.
    Sincerely,
    Harry 

  • LOG ERRORS failing to capture 2291 errors on UPDATE statement

    We are running Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options
    We have often successfully used the error logging clause when performing batch inserts to the database. However, we now have a situation where an UPDATE statement is failing and rolling back upon encountering a foreign-key referential constraint [ORA-02291]. It is successfully recording Check constraint errors [ORA-02290]. The foreign keys are not deferred, and they have nothing to do with any unique constraints or indices on the table that is the target of the UPDATE statement. The Error-logging table was created by using the DBMS_ERRLOG package. We recreated it to make sure that we had not introduced column format errors. The same problem occurs. The UPDATE statement is attempting to update approximately 12000 rows. Any help in understanding this problem would be appreciated.
    Here is the error statement
    ORA-02291: integrity constraint (OIFS.FRAME_FK07) violated - parent key not found
    Here is the problem statement and its surrounding PLSQL block:
    BEGIN <<update_records>>
    UPDATE frame f
    SET (company_name,
    address1_line,
    address2_line,
    address1_city,
    address1_state,
    address1_zip,
    contact1_name,
    contact1_phone_number,
    update_date,
    update_user,
    -- comments,
    facility_name,
    facility_type,
    doing_business_as,
    contact1_phone_ext,
    contact1_fax,
    contact1_email,
    contact2_name,
    contact2_phone_number,
    contact2_phone_ext,
    contact2_fax,
    contact2_email,
    source_survey,
    source_status,
    address2_city,
    address2_state,
    address2_zip,
    facility_location_number,
    attention_line,
    company_official,
    facility_irs_code
    ) =
    (SELECT company_name,
    address1_line,
    address2_line,
    address1_city,
    address1_state,
    address1_zip,
    contact1_name,
    contact1_phone_number,
    SYSDATE,
    user_in,
    facility_name,
    facility_type,
    doing_business_as,
    contact1_phone_ext,
    contact1_fax,
    contact1_email,
    contact2_name,
    contact2_phone_number,
    contact2_phone_ext,
    contact2_fax,
    contact2_email,
    source_survey,
    source_status,
    address2_city,
    address2_state,
    address2_zip,
    facility_location_number,
    attention_line,
    company_official,
    facility_irs_code
    FROM oifs.respondent r
    WHERE r.cin = f.cin
    WHERE f.cin IN
    (SELECT cin
    FROM
    (SELECT cin,
    company_name,
    address1_line,
    address2_line,
    address1_city,
    address1_state,
    address1_zip,
    contact1_name,
    contact1_phone_number,
    facility_name,
    facility_type,
    doing_business_as,
    contact1_phone_ext,
    contact1_fax,
    contact1_email,
    contact2_name,
    contact2_phone_number,
    contact2_phone_ext,
    contact2_fax,
    contact2_email,
    source_survey,
    source_status,
    address2_city,
    address2_state,
    address2_zip,
    facility_location_number,
    attention_line,
    company_official,
    facility_irs_code
    FROM oifs.respondent
    MINUS
    SELECT cin,
    company_name,
    address1_line,
    address2_line,
    address1_city,
    address1_state,
    address1_zip,
    contact1_name,
    contact1_phone_number,
    facility_name,
    facility_type,
    doing_business_as,
    contact1_phone_ext,
    contact1_fax,
    contact1_email,
    contact2_name,
    contact2_phone_number,
    contact2_phone_ext,
    contact2_fax,
    contact2_email,
    source_survey,
    source_status,
    address2_city,
    address2_state,
    address2_zip,
    facility_location_number,
    attention_line,
    company_official,
    facility_irs_code
    FROM oifs.frame
    LOG ERRORS INTO oifs.frame_load_errors
    (job_num || ' ' || TO_CHAR(SYSDATE, 'YYYYMMDD HH24:MI:SS') || ' update')
    REJECT LIMIT UNLIMITED;
    EXCEPTION
    WHEN OTHERS THEN
    ohub.err_pkg.record_and_continue(msg_in => 'problem in updating FRAME rows');
    RAISE;
    END update_records;

    Thank you for your help. It pointed me in the right direction, which was to temporarily disable the triggers. The ORA-02291 errors were then properly captured in the error-logging-table.
    The problem did not appear to be related to the trigger. The problem that was captured in my PLSQL error-handler but not the error-logging-table was an ORA-02291, which was specific to the original table. The trigger-driven processing did not seem to generate any errors (I have PLSQL error-handling logic in there as well).
    I was aware of Tom Kyte's statement, and I knew triggers were dicey when I decided to use them. It seemed the best way to try to ensure database integrity when regular Foreign-Key and Check constraints did not suffice. I am now paying the price for that decision.

  • Error during Portal Setup: An error occurred while executing a custom action:_GrantLocalPermissionsToWCSAccount

    Error:
    Configure Portal Setup
    An error occurred while executing a custom action:_GrantLocalPermissionsToWCSAccount.11EE91AB_EABF_48A6_9973_4DCD73190AC6
    This upgrade attempt has failed before permanent modifications were made. Upgrade has successfully rolled back to the original state of the system. Once the correction are made, you can retry upgrade for this role.
    Errors in the Log:
    MSI (s) (38:14) [21:30:36:094]: NOTE: custom action _GrantLocalPermissionsToWCSAccount.11EE91AB_EABF_48A6_9973_4DCD73190AC6 unexpectedly closed the hInstall handle (type MSIHANDLE) provided to it. The custom action should be fixed to not close that handle.
    CustomAction _GrantLocalPermissionsToWCSAccount.11EE91AB_EABF_48A6_9973_4DCD73190AC6 returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    MSI (s) (38:94) [21:30:36:115]: User policy value 'DisableRollback' is 0
    MSI (s) (38:14) [21:30:36:094]: NOTE: custom action _GrantLocalPermissionsToWCSAccount.11EE91AB_EABF_48A6_9973_4DCD73190AC6 unexpectedly closed the hInstall handle (type MSIHANDLE) provided to it. The custom action should be fixed to not close that handle.
    CustomAction _GrantLocalPermissionsToWCSAccount.11EE91AB_EABF_48A6_9973_4DCD73190AC6 returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    MSI (s) (38:94) [21:30:36:115]: User policy value 'DisableRollback' is 0
    I cannot get past this error. I am running Sharepoint Foundation 2010 with Sp1. This is on a Windows Server 2008 R2 Server +Sp1.
    Any ideas?
    David Baur

    I finally figured this out, The issue was that I had put in the Self Service Portal Computer Name and Service account into the Service Manager SQL as SysAdmin, once I removed it flew through just fine.
    David Baur

  • Error During Excise invoice capture In J1IEX .

    Dear All ,
                 While I am posting part 1 entry during MIGO ,and then in J1IEX trying to capture the excise invoice ,but system is giving error no : 8I565 : Excise Details are not maintanied for Vendor xxxxx.I have checked in J1ID ,there I have maintained Vendor Excise Indicator as 1 against that vendor .
                 Agaist same PO If I am capturing Excise invoice in MIGO no error is coming and I can post it in J1IEX .
                 But according to client They want only part one entry in MIGO and Capture and Post in J1IEX .
    Can anybody let me know why this error is coming only in J1IEX capture and not in MIGO .
    Regards
    Abhijit

    Hi,
    u have to maintain the following details in J1ID under vendor excise details:
    1> ECC NO.
    2> EXCISE REGISTRATION NO.
    3> EXCISE RANGE
    4> CST NUMBER
    5> LST NUMBER
    6> PAN
    7> EXCISE INDICATOR VENDOR (ALREADY MAINTAINED)
    8> TYPE OF VENDOR.
    regards
    jash

  • Error during Excise reversal using J1IEX

    I am trying to reverse the exicise document posted using J1IEX and i am getting an error "Document status in process, complete the document.".
    I am following the follwoing process:
    1. Cancelling the PART 1 using MIGO, here i am picking the option of refer the excise invoice and posting the document.
    2. In J1IEX i am capturing the excise invoice and posting the same. Part 2 getting updated correctly and the status is posted.
    Now i am doing the reversal.
    1. I am cancelling the Part 1 using MIGO
    2. In J1IEX iam trying to post this document where i am not getting any error when i click check, it shows all in green and ready to be posted alos i am getting correct values during simulate cenvat. But when i click Post i am getting an error ""Document status in process, complete the document.".
    Only once i post this i would be able to cancel the excise document to complete the reversal.
    Please suggest where i would be going wrong.
    Regards
    GGL

    WHAT you captured that should be reversed, when you try to do reverse the ED. but if capture amount not reversed, you would have made wrong reverse entry. check your reverse entry. if could not solve, you should pass manual JV

  • Error during excise invoice creation

    Hi everybody
    The user has accidently entered one more line item during delivery with qty "0" and value "0" along with a standard item with item cat "tan" which has value and qty. Subsequently he has done PGI, Billing and Release to accounting. So the system is taking the second line item with qty "0" as text item. . But while posting excise invoice wrt billing doc. using tcode J1IIN the system is throwing a error
    "Customisation for plant missing in table plant settings" Message No 8I303, Diagnosis: The customisation details have not been maintained for this company.
    So far we have done more than 10000+ invoices with excise posting without any error. This is the first time we are getting this error because of accidental entry of a second line item with qty "0" by the user..
    Please help how to solve this error. The billing document cannot be cancelled because it has already reached the customer and he is going to make payment wrt billing doc.
    Thanks

    Hi Everyone
    Thanks a lot for your responses.
    As time was running out the only option was to delete the line item with "0" qty and value (item cat. tatx) at the table level. Once deleted there was no problem in creating excise invoice using tcode "JIIIN" wrt commercial invoice.
    Though this is not SAP recommended best business practice, this option had to be taken or else we would not have been able to open the MM posting periods (mmpv) for the next month without closing all the entries for the previous month.
    And if we do not open the mm posting periods we cannot goods issue for the next month.
    Thanks & regards
    satish

  • BED calculation error during Excise invoice creation

    Dear All,
    While creating excise invoice for Excisable material by J1IIN BED, ECS, SECess values are not coming,
    I have checked the following settings.
    Tax Classification in Customer Master
    Tax Classification in Material Master
    J1ID
    Tax Codes
    Proforma Invoice
    But there is nothing wrong in all these.
    It was working till yesterday perfectly but from today it is generating this kind of error.
    What else it could be..
    Please reply me its urgent

    Please check in the following:-
    1)  Plant is flowing in sale order
    2)  Customer code is maintained in "Customer Excise details" in J1ID with "Exc Ind.Cust. 1
    3)  Material code is maintained in "Material and Chapter ID combination" with 1
    4)  Go to VK13, enter UTXJ and see whether you have maintained the tax code for that particular plant
    thanks
    G. Lakshmipathi

  • Error during invokation of webservices: "error: unknown java type:"

    hi,
    I'm having issues with invoking a webservice from the "WebLogic Test Client". The webservice exposes the methods from a stateless session EJB and Weblogic Workshop was used to create the webservice controls
    Weblogic version: 10.0 mp1
    Pls. advise.
    Error message ...
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header />
    <env:Body>
    <env:Fault>
    <faultcode>env:Server</faultcode>
    <faultstring>error: unknown java type: com.margin.engine.entity.ClientSet</faultstring>
    <detail>
    <bea_fault:stacktrace xmlns:bea_fault="http://www.bea.com/servers/wls70/webservice/fault/1.0.0">com.bea.xml.XmlRuntimeException: error: unknown java type: com.margin.engine.entity.ClientSet
    at com.bea.staxb.runtime.internal.FailFastErrorHandler.add(FailFastErrorHandler.java:45)
    at com.bea.staxb.runtime.internal.MarshalResult.addError(MarshalResult.java:265)
    at com.bea.staxb.runtime.internal.AnyTypeRuntimeBindingType.determineActualRuntimeType(AnyTypeRuntimeBindingType.java:84)
    at com.bea.staxb.runtime.internal.RuntimeBindingProperty.getActualRuntimeType(RuntimeBindingProperty.java:110)
    at com.bea.staxb.runtime.internal.PushMarshalResult.walkRankOneSoapArray(PushMarshalResult.java:570)
    at com.bea.staxb.runtime.internal.PushMarshalResult.walkSoapArray(PushMarshalResult.java:534)
    at com.bea.staxb.runtime.internal.PushMarshalResult.visit(PushMarshalResult.java:437)
    at com.bea.staxb.runtime.internal.SoapArrayRuntimeBindingType.accept(SoapArrayRuntimeBindingType.java:59)
    at com.bea.staxb.runtime.internal.PushMarshalResult.writeContents(PushMarshalResult.java:192)
    at com.bea.staxb.runtime.internal.PushMarshalResult.marshalTopType(PushMarshalResult.java:93)
    at com.bea.staxb.runtime.internal.MarshallerImpl.marshalBindingType(MarshallerImpl.java:302)
    at com.bea.staxb.runtime.internal.MarshallerImpl.marshalType(MarshallerImpl.java:435)
    at weblogic.wsee.bind.runtime.internal.LiteralSerializerContext.marshalType(LiteralSerializerContext.java:70)
    at weblogic.wsee.bind.runtime.internal.BaseSerializerContext.internalSerializeType(BaseSerializerContext.java:175)
    at weblogic.wsee.bind.runtime.internal.BaseSerializerContext.serializeType(BaseSerializerContext.java:95)
    at weblogic.wsee.codec.soap11.SoapEncoder.encodePart(SoapEncoder.java:284)
    at weblogic.wsee.codec.soap11.SoapEncoder.encodeReturn(SoapEncoder.java:205)
    at weblogic.wsee.codec.soap11.SoapEncoder.encodeParts(SoapEncoder.java:192)
    at weblogic.wsee.codec.soap11.SoapEncoder.encode(SoapEncoder.java:119)
    at weblogic.wsee.codec.soap11.SoapCodec.encode(SoapCodec.java:128)
    at weblogic.wsee.ws.dispatch.server.CodecHandler.encode(CodecHandler.java:103)
    at weblogic.wsee.ws.dispatch.server.CodecHandler.handleResponse(CodecHandler.java:50)
    at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.java:236)
    at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.java:220)
    at weblogic.wsee.ws.dispatch.server.ServerDispatcher.callHandleResponse(ServerDispatcher.java:135)
    at weblogic.wsee.ws.dispatch.server.ServerDispatcher.dispatch(ServerDispatcher.java:108)
    at weblogic.wsee.ws.WsSkel.invoke(WsSkel.java:80)
    at weblogic.wsee.server.servlet.SoapProcessor.handlePost(SoapProcessor.java:66)
    at weblogic.wsee.server.servlet.SoapProcessor.process(SoapProcessor.java:44)
    at weblogic.wsee.server.servlet.BaseWSServlet$AuthorizedInvoke.run(BaseWSServlet.java:257)
    at weblogic.wsee.server.servlet.BaseWSServlet.service(BaseWSServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3395)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    </bea_fault:stacktrace>
    </detail>
    </env:Fault>
    </env:Body>
    </env:Envelope>

    Olivier, thank you so much
    SOAMANAGER does not exist in my system (sp level 8), so node "/sap/bc/soap/rfc" should be active. Actually, it is active.
    I think the problem is related to user rights/profiles.
    I have tried to create another WS after assigning role SAP_BC_WEBSERVICE_ADMIN. The same error when trying to activate it, but now, I can see this WS in SE80 (under "Enterprise Services->Service Definition"). It is not active there and if I try to activate it, a success message appears indicating that user "is not authorized to use function netzwerkadministration". I cannot see any new services in SICF...
    Probably the new entry in SICF will be created after activating WS in SE80...
    Do u know what user profile should I add in order to properly activate the WS in SE80?
    Thank you very much!
    Vicente

  • Error during install configuration(partition error *solved)

    Using either of USB install or FTP install the configuration step is reached but there is no /etc/rc.conf file.
    An error message appears for a short time reporting that /etc/hdw/adj is missing.EDIT: Actual message is:archsetp line 3287 /tmp/install/var/lib/hwclock/adjtime no such file.....also /tmp/install/etc/rc.conf... no such file
    This is using dual install and install x64 selected.
    What might cause this in the install sequence?
    Last edited by lilsirecho (2011-06-30 16:57:46)

    Perhaps the problem is the time mode selected.
    I selected local time but this is not recommended.
    It may be that I need to download a new release and I will try that now
    EDIT: Mine is old release mebbe too old!
    Last edited by lilsirecho (2011-06-30 02:58:18)

  • Excise Value Error during MIRO

    Dear Frinds,
    During Excise capture and post (J1iex), my user is manually filling up   excise  duty values  and not capturing the  excise value which the system is showing in the condition table(as per tax code rate). Now,in MIRO,  for all the excise duties they  want the excise values they have entered manually  during J1iex.
    This is happening for all the input tax codes  except for those having Additional Excise duty (AED) along with other excise duties. For tax codes having AED, the system is picking up the values as per the tax codes and not the values the user have manually entered during J1iex.
    Please guide to solve this problem

    Hi Mathur,
    Thanks for your reply...But when i am trying to capture it is asking for Profit center which is not available to input.
    it is showing only cost center and Business Area fields and it is giving ABAP DUMP when i forcefully trying to save after entering CC & Business area.
    please find the dump.

  • During Excise invoice capturing, BED and other duties not coming

    Hi experts,
    During Excise capturing with j1iex_c t-code for scheduling w.r.t. scheduling agreement, BED and other excise duties are not coming automatically. But in case of other scheduling agreements all the duties are coming l...what could be the reason for the same...need ur expert comments...
    Thanks in advance..
    With best Regards,
    Bharat B

    Hi Sudhir,
    Thanks for your quick reply. I have checked both the settings..its already maintained..please suggest me more inputs..
    thanks in advance..
    regards,
    Bharat B

Maybe you are looking for

  • Using a static variable declared in an applet in another class

    Hi guys, I created an applet and i want to use one of the static variables declared in teh applet class in another class i have. however i get an error when i try to do that... in my Return2 class i try to call the variable infoPanel (declared as a s

  • Can I make a calendar in iPhoto '09 using my Aperture 3.0 library?

    I've just doanloaded a trial of Aperture 3 and am generally very impressed. I decided I wanted to make a wall calendar, which is not supported but it says somewhere you can work from your Aperture library from within iPhoto. Is this only supported in

  • Replacement FM for CONVERT_DATE_INPUT

    Hi, I needed the replacement function module for "CONVERT_DATE_INPUT" .. Thanks Vasuki

  • No time in upper right corner

    All of the sudden the time in the upper righht hand corner disapered along with all the other things that are standardly there i tried to change this in system preferences but it goes back to the no icons after i change it

  • Zoolz the World's First Tribrid Backup

    Not all data should be treated the same. Some should be recoverable immediately, while others are stored for archival and compliance purposes, thus, unlikely to be accessed.Therefore, the creators ofZoolzintroduced the unprecedented Tribrid Backup. T