Error while doing confirmation with cor6

Dear PP gurus,
I am getting following error while doing confirmation. please suggest.
"Error while importing from memory QAPO SAPLQEEV
0400000363"
Thanks in advance
Kailash T.

Hi,
The structure QAPO relates to Inspection operation records & the program - SAPLQEEV relates to Spec. tables for results recording. Hence would suggest to discuss this with your QM personnel.
Also was able to find a link which had a same issue, but no solution posted, have a look if it helps in anyway
http://www.sapfans.com/forums/viewtopic.php?f=27&t=173200
Also refer to OSS note - 334400. If all the above does not resolve the issue, raise an OSS message with SAP.
Regards,
Vivek

Similar Messages

  • Error while doing commit with UnitOfWork

    Hi all,
    I get the following error while trying to do a commit with Unit of Work:
    I'm trying to Insert a Row into the table here.
    EXCEPTION DESCRIPTION: java.sql.SQLException: DSRA9350E: Operation Connection.commit is not allowed during a global transaction.
    INTERNAL EXCEPTION: java.sql.SQLException: DSRA9350E: Operation Connection.commit is not allowed during a global transaction.
    ERROR CODE: 0LOCAL EXCEPTION STACK:
    EXCEPTION [TOPLINK-4002] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.DatabaseException
    EXCEPTION DESCRIPTION: java.sql.SQLException: DSRA9350E: Operation Connection.commit is not allowed during a global transaction.
    INTERNAL EXCEPTION: java.sql.SQLException: DSRA9350E: Operation Connection.commit is not allowed during a global transaction.
    ERROR CODE: 0
         at oracle.toplink.exceptions.DatabaseException.sqlException(Unknown Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.commitTransaction(Unknown Source)
         at oracle.toplink.publicinterface.Session.basicCommitTransaction(Unknown Source)
         at oracle.toplink.threetier.ClientSession.basicCommitTransaction(Unknown Source)
         at oracle.toplink.publicinterface.Session.commitTransaction(Unknown Source)
         at oracle.toplink.publicinterface.UnitOfWork.commitTransaction(Unknown Source)
         at oracle.toplink.publicinterface.UnitOfWork.commitToDatabase(Unknown Source)
         at oracle.toplink.publicinterface.UnitOfWork.commitRootUnitOfWork(Unknown Source)
         at oracle.toplink.publicinterface.UnitOfWork.commit(Unknown Source)

    Are you trying to make use of TopLink's JTS integration for the UnitOfWork?
    How are you acquiring the UOW in code?
    non-JTS, make sure to use session.acquireUnitOfWork()
    for JTS, session.getActiveUnitOfWork() and never call uow.commit() since TXs are method based in an EJB.
    Also, for JTS - ensure you tell TopLink's session you are using an external TX controller in the sessions.xml, just consult the examples that install with TopLink for a sessions.xml that makes use of external TXs.
    Darren

  • Error while doing confirmation as no data for lot found

    Dear QM Gurus,
    We are testing for activating notification type for inspection type.
    We have assigned notification type to inspection type '04'. Thereafter we have removed and made settings as previous.
    But now while confirmation of order, it is throwing error no inspection lot data found in memory.
    please suggest.
    thanks in advance
    thakkar K.

    Is it haapening to the same Inspection lot-prod order combination??.
    If yes then in QM 02 check whether the inspection lot number is exists.if not then put it & close the notification ( status NOCO)

  • Error While Doing Backup with SuperDuper

    I bought a new hard drive and was atempting to do a backup with SuperDuper and got these messages:
    WARNING: Caught I/O exception(5): Input/output error
    | 08:32:50 AM | Info | WARNING: Source: /Library/Frameworks/LAME.framework/Versions/A/LAME, lstat(): 0
    | 08:32:50 AM | Info | WARNING: Target: /Volumes/WD USB 2/Library/Frameworks/LAME.framework/Versions/A/LAME, lstat(): 0
    | 08:32:50 AM | Info | Attempting to copy file using copyfile().
    | 08:33:32 AM | Info | Attempting to copy file using ditto.
    | 08:34:08 AM | Error | ditto: /Library/Frameworks/LAME.framework/Versions/A/./LAME: Input/output error
    Can anyone help me resolve this error? I used Disk Utility before SuperDuper and that backup also failed.
    Message was edited by: ImaVeggie

    I was trying to create a bootable backup to an external USB drive prior to installing my new internal hard drive. I simply deleted the LAME Framework folder that was giving the error and was able to complete the process. I think that had something to do with MP3 encoding, converting. Hopefully not in relation to iTunes. Anyone know?

  • Error while doing MB1C

    Hi All,
    I'm working on IDES, I got a error while doing MB1C with movement type 561. Error is "Error accessing functional module : FMFK_FIKRS_READ. Parameter : IP_FIKRS, IP_FMA_OBJNR"
    Regards
    Nagendra

    Hi Lakshmipathi
    How to deactive the functional module ? Just now I had checked Functional Module, IP_FIKRS is Financial Management Area and IP_FMA_OBJNR is Object number. If I deactive does this leads to some other problem ?
    Kindly guide me.
    Regards
    Nagendra

  • Error while doing Rapid delivery confirmation

    Hi,
    i am encountering the following error while doing rapid delivery confirmation, "set checkbox for rapid confirmation", pls guide me where to set this check box and wat are all the necessary settings need to be done.?
    Thanks in Advance,
    V.S.Sabitha

    Hello ,
    There is a field called 'Rapid Confirm' in transaction O4H1. You need the select this first.
    Check the link for the prerequisites :
    http://help.sap.com/saphelp_oil472/helpdata/en/bf/a007362b89e30ae10000009b38f839/frameset.htm
    Regards ,
    Jerin Ipe John .

  • Error ,Field catalog not found while doing billing with DP90

    Dear Guru's
    while doing billing with DP90 transaction code.i have given service order no xxxx and execute.Then i received the below error
    Field catalog not found , Message no. 0K530.Kindly help me in solving the issue.
    Thank u
    S Babu

    hi naga suribabu,
    I am also facing same issue. can you please help, where to  check the configuration for this issue

  • Weblogic 9.1 with JDK1.6 giving error ( while doing weblogic.appc )

    hi,
    I am trying to build my ear using jdk1.6 with weblogic 9.1.
    I am getting this error while doing weblogic.appc using my ant scripts. Could some one pls let me know the solution for this problem.
    [java] Created working directory: c:\windows\TEMP\appcgen_gdoasis.jar
    [java] <02-Aug-2007 14:54:22 o'clock BST> <Error> <J2EE> <BEA-160187> <weblogic.appc failed to compile yo
    ur application. Recompile with the -verbose option for more details. Please see the error message(s) below.>
    [java] javax.xml.stream.FactoryConfigurationError: Provider javax.xml.stream.XMLInputFactory could not be
    instantiated: java.lang.InstantiationException
    [java] at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:158)
    [java] at weblogic.ejb.container.dd.xml.DDUtils.<clinit>(DDUtils.java:85)
    [java] at weblogic.ejb.container.ejbc.EJBCompiler.parseDescriptors(EJBCompiler.java:1345)
    [java] at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:431)
    [java] at weblogic.application.compiler.AppcUtils.compileEJB(AppcUtils.java:292)
    [java] at weblogic.application.compiler.EJBCompiler.compile(EJBCompiler.java:95)
    [java] at weblogic.application.compiler.flow.AppCompilerFlow.compileInput(AppCompilerFlow.java:113)
    [java] at weblogic.application.compiler.flow.AppCompilerFlow.compile(AppCompilerFlow.java:43)
    [java] at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:55)
    [java] at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    [java] at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:24)
    [java] at weblogic.application.compiler.Appc.runBody(Appc.java:151)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:158)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:115)
    [java] at weblogic.application.compiler.Appc.main(Appc.java:162)
    [java] at weblogic.appc.main(appc.java:14)
    [java] Provider javax.xml.stream.XMLInputFactory could not be instantiated: java.lang.InstantiationExcept
    ion
    Thanks

    Hi,
    First thing, I am not sure this will work :-)
    The main issue is that there is no StAX provider to parse I-not-know-what XML file.
    You may try to execute appc with the parameter
    -Djavax.xml.stream.XMLInputFactory=com.bea.xml.stream.MXParserFactory
    Anyhow, you may still have some issues given that Java 6 is not a supported Java version for WL 9.1.
    Regards,
    lg

  • Error while doing Goods receipt for process order. Error code: "BS027"

    I am getting error while doing GR for a day whereas previous day(s) GR is already done and also 2 days post that day are also done successfully.
    Error :  ""Goods receipt for prodn. order" is not allowed (ORD XX-CEMTSAL) " (XX = First two characters of plant code)
    Error code: BS027.
    Thanks to all in advance.

    Hello,
    This issue would occur when you want to post a confirmation for a production order. The error message is generated if you wanted to post a backflush for a component and if this component was assigned to a sales order stock. The sales order itself was assigned to a work breakdown structure element which should be debited with the actual costs. However, the business transaction 'Confirm' is not permitted for a work breakdown structure.
    Please look into SAP Note 62367 and 64370
    Hope the information is helpful
    regards

  • Error while doing the return delivery

    Hi Experts,
    I had created an PO with describe requirement for 50 quantity and did partial confirmation of 30 quantity.
    While doing the return delivery for 10 quantity system is throwing error
    Line 1: No goods receipt possible for purchase order 4200051444 00001
    When tried doing the same process in ECC, the return delivery is posted without error.
    We were able to do the return delivery earlier. Can anybody throw light on, for the possible reason for this error.
    Your early response is appreciated.
    Regards,
    ASGMDM

    HI,
    This is due to anyone of the following :
    01. No further confirmation expected button is checked while doing confirmation for quantity 30. Please check the same in PO, if it is checked please uncheck the same so that you can do further confirmations.
    02.Please check the confirmation status of 30 quanityt which you posted earlier. It should be having Posted in Backend. If it is not, then you cannot create return delivery for the same. Also please note that Back end GR document number for 30 quantity should be updated in the table BBP_PDBEH under the field BE_OBJECT_ID.
    Thanks
    Rajesh K

  • Help While doing Confirmation"OPK4"

    Hii sir
    slight confused need help
    I have configured process order
    while doing confirmation
    i want that system should give error message if any shortage of material is there
    but this is not happening
    System is allowing confirmation with the message ,Goodmovements-0, failed 1
    Need hel\
    Thx Got the solutiion
    Edited by: Bhupendrasingh on Feb 7, 2012 11:52 AM

    Hello,
    In OPK4- second tab Individual entry general tick check box goods movement and termination for incorrect goods movement. Remember you have to do this setting for the particular order type for which you do not want to gave goods movement failed.
    Regards,
    Alok Tiwari

  • Error while doing ABGL Asset Credit Memo

    Hi Friends,
    I am getting the below error while doing Asset Credit Memo in ABGL. Please help me in fix this issue.
    Balance for transaction type group 10 negative for the area 01
    Note:In Asset Explorer Fiscal year start Asset value is 98,425.45 and Change is 4768.19. So total Asset value as of now is 1,03,193.64.
    Now we are trying to do ABGL with 12,790.23 value (Transaction type is 105). System is giving the above highlighted error.
    If we give the amount 4768.19 in ABGL transaction, system is not giving any error. If we give more that that system is giving error.
    Why system is giving error even the asset has balance of 1,03,193.64? Please help me on this..
    Thanks
    Sunil

    Hi,
    If the asset has been capitalized during earlier years, use ABGF to post credit memo.  ABGL is meant for assets capitalized during the year.
    Best Regards,
    Madhu

  • Error while doing EHP4 upgrade in downtime phase

    HI .
    Iam facing the below error while doing the EHP4 upgrade , in downtime phase.
    Checks after phase MAIN_SWITCH/STARTSAP_TRANS were negative!
    Last error code set: RFC call to subst_get_uvers failed with key RFC_ERROR_COMMUNICATION (open): SAP_CMINIT3 : rc=20 >
    Connect to SAP gateway failed Connect_PM GWHOST=Hydhtc4526D, GWSERV=sapgw04, SYSNR=04  LOCATION CPIC (TCP/IP) on local host with Unicode ERROR partner '10.136.162.30:3304' not reached TIME Mon Jun 06 18:17:46 2011 RELEASE 720 COMPONENT NI (network interface) VERSION 40 RC -10 MODULE nixxi.cpp LINE 3286 DETAIL NiPConnect2: 10.136.162.30:3304 SYSTEM CALL connect ERRNO 10061 ERRNO TEXT WSAECONNREFUSED: Connection refused COUNTER System start failed
    Please help me in resolving this error.
    Sanketh.

    Hi,
    Upgrade tool is trying to start the system but system is not coming up. Try to start system manually and see if system comes up or not. If not then check logs in work directory for why system is not coming up.
    Thanks
    Sunny

  • Error while doing  GR for scheduling aggrement

    Dear Experts,
    We are facing error while doing GR for scheduling aggrement.
    we have done the following steps.
    1) Scheduling aggreement in ME31L
    2) Released in ME35L
    3) Mainatined Sch.Agmt Schdule in ME38 for todays and date 200 qty and other line is 800 qty.
    When we are trying to do GR in MIGO system is giving the following message.
    Document 5500000152 does not contain any selectable items
    can I know what I have missed in the above steps.
    Please guide me to resolve this.
    Regards,
    Prasad

    Hi,
    Please check Please check if Gr is already done against this document.  Also please check whether you have attached SA in the source list with line items.
    T-code:ME01
    Enter Mat.code & Plant.
    In the next screen pl.do the following:
    Valid from - commencement date of the SA
    Valid to - End date of the SA
    Vendor - Vendor on whom the SA is released
    POrg - Your purchase organisation
    PPL - Leave it blank(This is only for interplant)
    OUn - Ordering unit
    Agreement - SA number
    Item - 1
    I hope this will resolve your issue. Thanking you

  • Error  While doing ABT1N transaction

    Hi,
    I am facing the below error while doing ABT1N in Asset Accounting.Please help me in fixing this Issue.
    Error Message -No depreciation area for receiving the revenue
    Message no.AAPO149
    Diagnosis
    You tried to post a retirement on asset 1000 100007-0.You entered transaction type 300,in which the retirement with revenue indicator is not set
    You tried to transfer asset 1000 100007-0.According to transfer variant 0001,none of the areas on the asset uses a transaction type for retirement with revenue
    In  both of these cases, you are not allowed to enter revenue or make specifications for the determination of revenue.
    Proceedure
    Check the transfer variant  and check your entry
    please do the needful
    Thanks
    Supriya

    Hello,
    You will have a check box for the same.
    Double click on transaction type, you will see the check box for revenue.
    Otherwise, tomorrow I will get back to you once I am in front of the system.
    Regards,
    Ravi
    Edited by: Ravi Sankar Venna on May 5, 2009 7:53 PM

Maybe you are looking for